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