Uses of Class
org.apache.lucene.store.MockDirectoryWrapper.Throttling

Packages that use MockDirectoryWrapper.Throttling
org.apache.lucene.store Support for testing store mechanisms. 
org.apache.lucene.util General test support. 
 

Uses of MockDirectoryWrapper.Throttling in org.apache.lucene.store
 

Methods in org.apache.lucene.store that return MockDirectoryWrapper.Throttling
static MockDirectoryWrapper.Throttling MockDirectoryWrapper.Throttling.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MockDirectoryWrapper.Throttling[] MockDirectoryWrapper.Throttling.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.store with parameters of type MockDirectoryWrapper.Throttling
 void MockDirectoryWrapper.setThrottling(MockDirectoryWrapper.Throttling throttling)
           
 

Uses of MockDirectoryWrapper.Throttling in org.apache.lucene.util
 

Fields in org.apache.lucene.util declared as MockDirectoryWrapper.Throttling
static MockDirectoryWrapper.Throttling LuceneTestCase.TEST_THROTTLING
          Throttling, see MockDirectoryWrapper.setThrottling(Throttling).
 



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