Uses of Interface
org.apache.lucene.store.MMapDirectory.MMapIndexInputProvider
-
Packages that use MMapDirectory.MMapIndexInputProvider Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of MMapDirectory.MMapIndexInputProvider in org.apache.lucene.store
Classes in org.apache.lucene.store that implement MMapDirectory.MMapIndexInputProvider Modifier and Type Class Description (package private) class
MappedByteBufferIndexInputProvider
Fields in org.apache.lucene.store declared as MMapDirectory.MMapIndexInputProvider Modifier and Type Field Description (package private) static MMapDirectory.MMapIndexInputProvider
MMapDirectory. PROVIDER
Methods in org.apache.lucene.store that return MMapDirectory.MMapIndexInputProvider Modifier and Type Method Description private static MMapDirectory.MMapIndexInputProvider
MMapDirectory. lookupProvider()
-