Package org.apache.accumulo.core.conf
Class AccumuloConfiguration.ScanExecutorConfig
- java.lang.Object
-
- org.apache.accumulo.core.conf.AccumuloConfiguration.ScanExecutorConfig
-
- Enclosing class:
- AccumuloConfiguration
public class AccumuloConfiguration.ScanExecutorConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intmaxThreadsStringnameOptional<String>prioritizerClassMap<String,String>prioritizerOptsOptionalIntpriority
-
Constructor Summary
Constructors Constructor Description ScanExecutorConfig(String name, int maxThreads, OptionalInt priority, Optional<String> comparatorFactory, Map<String,String> comparatorFactoryOpts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentMaxThreads()Re-reads the max threads from the configuration that created this class
-