Uses of Class
org.apache.lucene.store.MockDirectoryWrapper
-
Packages that use MockDirectoryWrapper Package Description org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes. -
-
Uses of MockDirectoryWrapper in org.apache.lucene.store
Methods in org.apache.lucene.store with parameters of type MockDirectoryWrapper Modifier and Type Method Description voidMockDirectoryWrapper.Failure. eval(MockDirectoryWrapper dir)eval is called on the first write of every new file.Constructors in org.apache.lucene.store with parameters of type MockDirectoryWrapper Constructor Description MockIndexInputWrapper(MockDirectoryWrapper dir, String name, IndexInput delegate)Construct an empty output buffer.MockIndexOutputWrapper(MockDirectoryWrapper dir, IndexOutput delegate, String name)Construct an empty output buffer.MockLockFactoryWrapper(MockDirectoryWrapper dir, LockFactory delegate) -
Uses of MockDirectoryWrapper in org.apache.lucene.util
Fields in org.apache.lucene.util with type parameters of type MockDirectoryWrapper Modifier and Type Field Description protected static Map<MockDirectoryWrapper,StackTraceElement[]>LuceneTestCase. storesMethods in org.apache.lucene.util that return MockDirectoryWrapper Modifier and Type Method Description static MockDirectoryWrapperLuceneTestCase. newDirectory()Returns a new Directory instance.static MockDirectoryWrapperLuceneTestCase. newDirectory(Random r)Returns a new Directory instance, using the specified random.static MockDirectoryWrapperLuceneTestCase. newDirectory(Random r, Directory d)Returns a new Directory instance, using the specified random with contents copied from the provided directory.static MockDirectoryWrapperLuceneTestCase. newDirectory(Directory d)Returns a new Directory instance, with contents copied from the provided directory.static MockDirectoryWrapperLuceneTestCase. newFSDirectory(File f)Returns a new FSDirectory instance over the given file, which must be a folder.static MockDirectoryWrapperLuceneTestCase. newFSDirectory(File f, LockFactory lf)Returns a new FSDirectory instance over the given file, which must be a folder.
-