Uses of Class
org.apache.lucene.store.ByteBufferGuard
-
Packages that use ByteBufferGuard Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of ByteBufferGuard in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBufferGuard Modifier and Type Field Description protected ByteBufferGuard
ByteBufferIndexInput. guard
Deprecated.Methods in org.apache.lucene.store with parameters of type ByteBufferGuard Modifier and Type Method Description static ByteBufferIndexInput
ByteBufferIndexInput. newInstance(java.lang.String resourceDescription, java.nio.ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard)
Deprecated.Constructors in org.apache.lucene.store with parameters of type ByteBufferGuard Constructor Description ByteBufferIndexInput(java.lang.String resourceDescription, java.nio.ByteBuffer[] buffers, long length, int chunkSizePower, ByteBufferGuard guard)
Deprecated.MultiBufferImpl(java.lang.String resourceDescription, java.nio.ByteBuffer[] buffers, int offset, long length, int chunkSizePower, ByteBufferGuard guard)
SingleBufferImpl(java.lang.String resourceDescription, java.nio.ByteBuffer buffer, long length, int chunkSizePower, ByteBufferGuard guard)
-