public interface IntForwardIndexAccessor<Key,Value> extends ForwardIndexAccessor<Key,Value>
| Modifier and Type | Method and Description |
|---|---|
default InputDataDiffBuilder<Key,Value> |
getDiffBuilder(int inputId,
ByteArraySequence sequence)
creates a diff builder for given inputId.
|
InputDataDiffBuilder<Key,Value> |
getDiffBuilderFromInt(int inputId,
int value)
creates a diff builder for given inputId.
|
default ByteArraySequence |
serializeIndexedData(InputData<Key,Value> data)
serialize indexed data to forward index format.
|
int |
serializeIndexedDataToInt(InputData<Key,Value> data) |
default InputDataDiffBuilder<Key,Value> getDiffBuilder(int inputId, ByteArraySequence sequence) throws java.io.IOException
ForwardIndexAccessorgetDiffBuilder in interface ForwardIndexAccessor<Key,Value>java.io.IOExceptiondefault ByteArraySequence serializeIndexedData(InputData<Key,Value> data) throws java.io.IOException
ForwardIndexAccessorserializeIndexedData in interface ForwardIndexAccessor<Key,Value>java.io.IOExceptionInputDataDiffBuilder<Key,Value> getDiffBuilderFromInt(int inputId, int value) throws java.io.IOException
java.io.IOException