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 ByteBufferGuardModifier and TypeFieldDescriptionprotected final ByteBufferGuardByteBufferIndexInput.guardDeprecated.Methods in org.apache.lucene.store with parameters of type ByteBufferGuardModifier and TypeMethodDescriptionstatic ByteBufferIndexInputByteBufferIndexInput.newInstance(String resourceDescription, ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard) Deprecated.Constructors in org.apache.lucene.store with parameters of type ByteBufferGuardModifierConstructorDescription(package private)ByteBufferIndexInput(String resourceDescription, ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard) Deprecated.(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)