Uses of Class
org.apache.lucene.store.ByteBufferGuard
Packages that use ByteBufferGuard
-
Uses of ByteBufferGuard in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBufferGuardMethods in org.apache.lucene.store with parameters of type ByteBufferGuardModifier and TypeMethodDescriptionstatic ByteBufferIndexInputByteBufferIndexInput.newInstance(String resourceDescription, ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard) Constructors in org.apache.lucene.store with parameters of type ByteBufferGuardModifierConstructorDescription(package private)ByteBufferIndexInput(String resourceDescription, ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard) (package private)MultiBufferImpl(String resourceDescription, ByteBuffer[] buffers, int offset, long length, int chunkSizePower, ByteBufferGuard guard) (package private)SingleBufferImpl(String resourceDescription, ByteBuffer buffer, long length, int chunkSizePower, ByteBufferGuard guard)