Uses of Class
org.apache.lucene.store.ByteBufferIndexInput
Packages that use ByteBufferIndexInput
-
Uses of ByteBufferIndexInput in org.apache.lucene.store
Subclasses of ByteBufferIndexInput in org.apache.lucene.storeModifier and TypeClassDescription(package private) static final class
Deprecated.This class adds offset support to ByteBufferIndexInput, which is needed for slices.(package private) static final class
Deprecated.Optimization of ByteBufferIndexInput for when there is only one bufferMethods in org.apache.lucene.store that return ByteBufferIndexInputModifier and TypeMethodDescriptionprotected ByteBufferIndexInput
ByteBufferIndexInput.buildSlice
(String sliceDescription, long offset, long length) Deprecated.Builds the actual sliced IndexInput (may apply extra offset in subclasses).protected ByteBufferIndexInput
ByteBufferIndexInput.MultiBufferImpl.buildSlice
(String sliceDescription, long ofs, long length) final ByteBufferIndexInput
ByteBufferIndexInput.clone()
Deprecated.protected ByteBufferIndexInput
ByteBufferIndexInput.newCloneInstance
(String newResourceDescription, ByteBuffer[] newBuffers, int offset, long length) Deprecated.Factory method that creates a suitable implementation of this class for the given ByteBuffers.static ByteBufferIndexInput
ByteBufferIndexInput.newInstance
(String resourceDescription, ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard) Deprecated.final ByteBufferIndexInput
Deprecated.Creates a slice of this index input, with the given description, offset, and length.