Interface KeyValueProtocol
-
- All Known Subinterfaces:
KeyValueProtocol.Callback
- All Known Implementing Classes:
KeyValueProtocolImpl
public interface KeyValueProtocol
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeyValueProtocol.Callback
-
Field Summary
Fields Modifier and Type Field Description static org.apache.avro.ProtocolPROTOCOL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Valueget(Key key)voidput(Key key, Value value)
-