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 classDeprecated.This class adds offset support to ByteBufferIndexInput, which is needed for slices.(package private) static final classDeprecated.Optimization of ByteBufferIndexInput for when there is only one bufferMethods in org.apache.lucene.store that return ByteBufferIndexInputModifier and TypeMethodDescriptionprotected ByteBufferIndexInputByteBufferIndexInput.buildSlice(String sliceDescription, long offset, long length) Deprecated.Builds the actual sliced IndexInput (may apply extra offset in subclasses).protected ByteBufferIndexInputByteBufferIndexInput.MultiBufferImpl.buildSlice(String sliceDescription, long ofs, long length) final ByteBufferIndexInputByteBufferIndexInput.clone()Deprecated.protected ByteBufferIndexInputByteBufferIndexInput.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 ByteBufferIndexInputByteBufferIndexInput.newInstance(String resourceDescription, ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard) Deprecated.final ByteBufferIndexInputDeprecated.Creates a slice of this index input, with the given description, offset, and length.