public interface Index
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object key,
java.lang.Object value)
Adds the specified value to values associated in this index with the
specified key.
|
Storage.EntryType |
getKeyType()
Returns the type of keys in index.
|
java.lang.String |
getName()
Returns the unique name of the index in the Storage.
|
Storage.EntryType |
getValueType()
Returns the type of values indexed by this index.
|
java.util.Set |
keySet()
Returns a set view of the keys contained in this index.
|
boolean |
remove(java.lang.Object key)
Removes all values assosiated in the index with specified key.
|
java.lang.String getName()
throws StorageException
StorageExceptionStorage.EntryType getValueType() throws StorageException
StorageExceptionStorage.EntryType getKeyType() throws StorageException
StorageExceptionjava.util.Set keySet()
throws StorageException
StorageExceptionvoid add(java.lang.Object key,
java.lang.Object value)
throws StorageException
key - value - StorageExceptionboolean remove(java.lang.Object key)
throws StorageException
key - StorageExceptionCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.