public interface IndexStorage<Key,Value>
extends java.io.Flushable
Modifier and Type | Method and Description |
---|---|
void |
addValue(Key key,
int inputId,
Value value) |
void |
clear() |
void |
clearCaches() |
void |
close() |
void |
flush() |
ValueContainer<Value> |
read(Key key) |
void |
removeAllValues(Key key,
int inputId) |
void addValue(Key key, int inputId, Value value) throws StorageException
StorageException
void removeAllValues(Key key, int inputId) throws StorageException
StorageException
void clear() throws StorageException
StorageException
ValueContainer<Value> read(Key key) throws StorageException
StorageException
void clearCaches()
void close() throws StorageException
StorageException
void flush() throws java.io.IOException
flush
in interface java.io.Flushable
java.io.IOException