Uses of Class
org.apache.lucene.store.MockDirectoryWrapper.Throttling
-
Packages that use MockDirectoryWrapper.Throttling Package Description org.apache.lucene.store -
-
Uses of MockDirectoryWrapper.Throttling in org.apache.lucene.store
Methods in org.apache.lucene.store that return MockDirectoryWrapper.Throttling Modifier and Type Method Description 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 Modifier and Type Method Description void
MockDirectoryWrapper. setThrottling(MockDirectoryWrapper.Throttling throttling)
-