| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear the index
|
boolean |
containsKey(Object key) |
void |
delete()
delete all state associated with the index
|
StoreEntry |
get(Object key) |
int |
getSize()
return the size of the index
|
boolean |
isTransient() |
void |
load()
load indexes
|
StoreEntry |
remove(Object key)
remove the index key
|
void |
setKeyMarshaller(Marshaller marshaller)
Set the marshaller for key objects
|
void |
store(Object key,
StoreEntry entry)
store the key, item
|
void |
unload()
unload indexes
|
void clear() throws IOException
IOExceptionboolean containsKey(Object key) throws IOException
key - IOExceptionStoreEntry remove(Object key) throws IOException
key - IOExceptionvoid store(Object key, StoreEntry entry) throws IOException
key - entry - IOExceptionStoreEntry get(Object key) throws IOException
key - IOExceptionboolean isTransient()
void load()
void unload() throws IOException
IOExceptionvoid setKeyMarshaller(Marshaller marshaller)
marshaller - int getSize()
void delete() throws IOException
IOExceptionCopyright © 2005–2017. All rights reserved.