|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- KeyV
- Valuepublic interface ObjectStore<K,V>
ObjectStore
Method Summary | |
---|---|
byte[] |
getBytes(byte[] keyBytes)
Gets an object in the form of byte array from the store. |
byte[] |
getBytes(K key)
Gets an object in the form of byte array from the store. |
Methods inherited from interface krati.store.DataStore |
---|
clear, delete, get, keyIterator, persist, put, sync |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
byte[] getBytes(K key)
key
- the retrieving key.
byte[] getBytes(byte[] keyBytes)
key
- the retrieving key in raw bytes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |