Interface KeyValueProtocol.Callback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.avro.Protocol PROTOCOL  
    • Field Detail

      • PROTOCOL

        static final org.apache.avro.Protocol PROTOCOL
    • Method Detail

      • get

        void get​(Key key,
                 org.apache.avro.ipc.Callback<Value> callback)
          throws IOException
        Throws:
        IOException - The async call could not be completed.