Uses of Class
org.apache.lucene.store.StoreRateLimiting.Type

Packages that use StoreRateLimiting.Type
org.apache.lucene.store   
 

Uses of StoreRateLimiting.Type in org.apache.lucene.store
 

Methods in org.apache.lucene.store that return StoreRateLimiting.Type
static StoreRateLimiting.Type StoreRateLimiting.Type.fromString(String type)
           
 StoreRateLimiting.Type StoreRateLimiting.getType()
           
static StoreRateLimiting.Type StoreRateLimiting.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StoreRateLimiting.Type[] StoreRateLimiting.Type.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 StoreRateLimiting.Type
 void StoreRateLimiting.setType(StoreRateLimiting.Type type)
           
 



Copyright © 2009-2012. All Rights Reserved.