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
ForwardIndexAccessor
getDiffBuilder
in interface ForwardIndexAccessor<Key,Value>
java.io.IOException
default ByteArraySequence serializeIndexedData(InputData<Key,Value> data) throws java.io.IOException
ForwardIndexAccessor
serializeIndexedData
in interface ForwardIndexAccessor<Key,Value>
java.io.IOException
InputDataDiffBuilder<Key,Value> getDiffBuilderFromInt(int inputId, int value) throws java.io.IOException
java.io.IOException