All Known Subinterfaces:
KeyValueProtocol.Callback
All Known Implementing Classes:
KeyValueProtocolImpl

public interface KeyValueProtocol
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.avro.Protocol
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Key key)
     
    void
    put(Key key, Value value)
     
  • Field Details

    • PROTOCOL

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