Uses of Interface
org.apache.lucene.store.ByteBufferGuard.BufferCleaner
-
Packages that use ByteBufferGuard.BufferCleaner Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of ByteBufferGuard.BufferCleaner in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBufferGuard.BufferCleaner Modifier and Type Field Description private ByteBufferGuard.BufferCleanerByteBufferGuard. cleanerprivate static ByteBufferGuard.BufferCleanerMMapDirectory. CLEANERReference to a BufferCleaner that does unmapping;nullif not supported.Methods in org.apache.lucene.store that return ByteBufferGuard.BufferCleaner Modifier and Type Method Description private static ByteBufferGuard.BufferCleanerMMapDirectory. newBufferCleaner(java.lang.invoke.MethodHandle unmapper)Constructors in org.apache.lucene.store with parameters of type ByteBufferGuard.BufferCleaner Constructor Description ByteBufferGuard(java.lang.String resourceDescription, ByteBufferGuard.BufferCleaner cleaner)Creates an instance to be used for a singleByteBufferIndexInputwhich must be shared by all of its clones.
-