public interface ForwardIndexAccessor<Key,Value>
Modifier and Type | Method and Description |
---|---|
InputDataDiffBuilder<Key,Value> |
getDiffBuilder(int inputId,
ByteArraySequence sequence)
creates a diff builder for given inputId.
|
ByteArraySequence |
serializeIndexedData(InputData<Key,Value> data)
serialize indexed data to forward index format.
|
InputDataDiffBuilder<Key,Value> getDiffBuilder(int inputId, ByteArraySequence sequence) throws java.io.IOException
java.io.IOException
ByteArraySequence serializeIndexedData(InputData<Key,Value> data) throws java.io.IOException
java.io.IOException