Package org.apache.ignite.kvs
Interface LongKeyValueStore.Entry
-
- Enclosing interface:
- LongKeyValueStore
public static interface LongKeyValueStore.Entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getKey()
Object
getValue()
-
-
-
Method Detail
-
getKey
long getKey()
-
getValue
Object getValue()
-
-