Package org.apache.thrift.protocol
Interface TProtocol.ReadMapEntryCallback<K,V>
-
- Enclosing class:
- TProtocol
public static interface TProtocol.ReadMapEntryCallback<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()VgetValue()
-
-
-
Method Detail
-
getKey
K getKey() throws TException
- Throws:
TException
-
getValue
V getValue() throws TException
- Throws:
TException
-
-