Uses of Enum
org.apache.lucene.store.IOContext.Context
Packages that use IOContext.Context
- 
Uses of IOContext.Context in org.apache.lucene.storeFields in org.apache.lucene.store declared as IOContext.ContextModifier and TypeFieldDescriptionfinal IOContext.ContextIOContext.contextAn object of a enumerator Context typeMethods in org.apache.lucene.store that return IOContext.ContextModifier and TypeMethodDescriptionstatic IOContext.ContextReturns the enum constant of this type with the specified name.static IOContext.Context[]IOContext.Context.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 IOContext.ContextModifier and TypeMethodDescriptionRateLimitedDirectoryWrapper.getMaxWriteMBPerSec(IOContext.Context context) voidRateLimitedDirectoryWrapper.setMaxWriteMBPerSec(Double mbPerSec, IOContext.Context context) Sets the maximum (approx) MB/sec allowed by all write IO performed byIndexOutputcreated with the givenIOContext.Context.voidRateLimitedDirectoryWrapper.setRateLimiter(RateLimiter mergeWriteRateLimiter, IOContext.Context context) Sets the rate limiter to be used to limit (approx) MB/sec allowed by all IO performed with the givencontext.Constructors in org.apache.lucene.store with parameters of type IOContext.Context