Uses of Class
org.apache.lucene.store.ByteBufferIndexInput
Packages that use ByteBufferIndexInput
-
Uses of ByteBufferIndexInput in org.apache.lucene.store
Methods in org.apache.lucene.store that return ByteBufferIndexInputModifier and TypeMethodDescriptionprotected ByteBufferIndexInput
ByteBufferIndexInput.buildSlice
(String sliceDescription, long offset, long length) Builds the actual sliced IndexInput (may apply extra offset in subclasses).final ByteBufferIndexInput
ByteBufferIndexInput.clone()
protected ByteBufferIndexInput
ByteBufferIndexInput.newCloneInstance
(String newResourceDescription, ByteBuffer[] newBuffers, int offset, long length) 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, org.apache.lucene.store.ByteBufferGuard guard) final ByteBufferIndexInput
Creates a slice of this index input, with the given description, offset, and length.