public class WorkerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CATEGORY |
| Constructor and Description |
|---|
WorkerConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
String |
getCategory() |
long |
getGlobalIngestionHeapLimitBytes() |
long |
getIntermediaryPartitionCleanupPeriodSec() |
long |
getIntermediaryPartitionDiscoveryPeriodSec() |
org.joda.time.Period |
getIntermediaryPartitionTimeout() |
String |
getIp() |
int |
getNumConcurrentMerges() |
String |
getVersion() |
public static final String DEFAULT_CATEGORY
public String getIp()
public String getVersion()
public int getCapacity()
public String getCategory()
public long getIntermediaryPartitionDiscoveryPeriodSec()
public long getIntermediaryPartitionCleanupPeriodSec()
public org.joda.time.Period getIntermediaryPartitionTimeout()
public long getGlobalIngestionHeapLimitBytes()
public int getNumConcurrentMerges()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.