Uses of Class
org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput.Descriptor

Packages that use SimpleFSDirectory.SimpleFSIndexInput.Descriptor
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of SimpleFSDirectory.SimpleFSIndexInput.Descriptor in org.apache.lucene.store
 

Fields in org.apache.lucene.store declared as SimpleFSDirectory.SimpleFSIndexInput.Descriptor
protected  SimpleFSDirectory.SimpleFSIndexInput.Descriptor SimpleFSDirectory.SimpleFSIndexInput.file
           
 

Constructors in org.apache.lucene.store with parameters of type SimpleFSDirectory.SimpleFSIndexInput.Descriptor
NIOFSDirectory.NIOFSIndexInput(String sliceDescription, File path, SimpleFSDirectory.SimpleFSIndexInput.Descriptor file, FileChannel fc, long off, long length, int bufferSize, int chunkSize)
           
SimpleFSDirectory.SimpleFSIndexInput(String resourceDesc, SimpleFSDirectory.SimpleFSIndexInput.Descriptor file, long off, long length, int bufferSize, int chunkSize)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.