Interface KeyValue
- 
public interface KeyValueQuery Result associating a state key with a value. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()Returns the state key.java.lang.StringgetStringValue()Returns the state value, decoded as a UTF-8 string.byte[]getValue()Returns the state value. 
 -