public final class IndexImporterMappingIndex<Key,Value,Input> extends java.lang.Object implements SnapshotInputMappingIndex<Key,Value,Input>
Modifier and Type | Method and Description |
---|---|
void |
close() |
InputData<Key,Value> |
readData(Input content) |
static <Key,Value,Input> |
wrap(SnapshotInputMappingIndex<Key,Value,Input> index,
IndexExtension<Key,Value,Input> indexExtension) |
public static <Key,Value,Input> SnapshotInputMappingIndex<Key,Value,Input> wrap(SnapshotInputMappingIndex<Key,Value,Input> index, IndexExtension<Key,Value,Input> indexExtension)
public InputData<Key,Value> readData(Input content)
readData
in interface SnapshotInputMappingIndex<Key,Value,Input>
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable