public interface UpdatableSnapshotInputMappingIndex<Key,Value,Input> extends SnapshotInputMappingIndex<Key,Value,Input>
Modifier and Type | Field and Description |
---|---|
static Key<java.lang.Boolean> |
FORCE_IGNORE_MAPPING_INDEX_UPDATE |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
flush() |
static <Input> boolean |
ignoreMappingIndexUpdate(Input content) |
InputData<Key,Value> |
putData(Input content,
InputData<Key,Value> data) |
java.util.Map<Key,Value> |
readData(int hashId) |
readData
static final Key<java.lang.Boolean> FORCE_IGNORE_MAPPING_INDEX_UPDATE
java.util.Map<Key,Value> readData(int hashId) throws java.io.IOException
java.io.IOException
InputData<Key,Value> putData(Input content, InputData<Key,Value> data) throws java.io.IOException
java.io.IOException
void flush() throws java.io.IOException
java.io.IOException
void clear() throws java.io.IOException
java.io.IOException
static <Input> boolean ignoreMappingIndexUpdate(Input content)