Class WorkerConfig
java.lang.Object
org.apache.druid.indexing.worker.config.WorkerConfig
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongint@NotNull Stringlonglonglongorg.joda.time.PeriodgetIp()intsetCapacity(int capacity)
-
Field Details
-
DEFAULT_CATEGORY
- See Also:
-
-
Constructor Details
-
WorkerConfig
public WorkerConfig()
-
-
Method Details
-
getIp
-
getVersion
-
getCapacity
public int getCapacity() -
setCapacity
-
getBaseTaskDirSize
public long getBaseTaskDirSize() -
getBaseTaskDirs
-
getCategory
-
getIntermediaryPartitionDiscoveryPeriodSec
public long getIntermediaryPartitionDiscoveryPeriodSec() -
getIntermediaryPartitionCleanupPeriodSec
public long getIntermediaryPartitionCleanupPeriodSec() -
getIntermediaryPartitionTimeout
public org.joda.time.Period getIntermediaryPartitionTimeout() -
getGlobalIngestionHeapLimitBytes
public long getGlobalIngestionHeapLimitBytes() -
getNumConcurrentMerges
public int getNumConcurrentMerges() -
cloneBuilder
-