Uses of Interface
org.apache.lucene.store.ByteBufferGuard.BufferCleaner
Packages that use ByteBufferGuard.BufferCleaner
-
Uses of ByteBufferGuard.BufferCleaner in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBufferGuard.BufferCleanerModifier and TypeFieldDescriptionprivate final ByteBufferGuard.BufferCleaner
ByteBufferGuard.cleaner
private final ByteBufferGuard.BufferCleaner
MappedByteBufferIndexInputProvider.cleaner
Methods in org.apache.lucene.store that return ByteBufferGuard.BufferCleanerModifier and TypeMethodDescriptionprivate static ByteBufferGuard.BufferCleaner
MappedByteBufferIndexInputProvider.newBufferCleaner
(MethodHandle unmapper) Constructors in org.apache.lucene.store with parameters of type ByteBufferGuard.BufferCleanerModifierConstructorDescriptionByteBufferGuard
(String resourceDescription, ByteBufferGuard.BufferCleaner cleaner) Creates an instance to be used for a singleByteBufferIndexInput
which must be shared by all of its clones.