public class CoordinatorDynamicConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinatorDynamicConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_KEY |
| Constructor and Description |
|---|
CoordinatorDynamicConfig(JacksonConfigManager configManager,
Long millisToWaitBeforeDeleting,
Long mergeBytesLimit,
Integer mergeSegmentsLimit,
Integer maxSegmentsToMove,
Integer replicantLifetime,
Integer replicationThrottleLimit,
Integer balancerComputeThreads,
Boolean emitBalancingStats,
Object killDataSourceWhitelist,
Boolean killAllDataSources) |
CoordinatorDynamicConfig(long millisToWaitBeforeDeleting,
long mergeBytesLimit,
int mergeSegmentsLimit,
int maxSegmentsToMove,
int replicantLifetime,
int replicationThrottleLimit,
int balancerComputeThreads,
boolean emitBalancingStats,
Object killDataSourceWhitelist,
boolean killAllDataSources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
emitBalancingStats() |
boolean |
equals(Object o) |
int |
getBalancerComputeThreads() |
Set<String> |
getKillDataSourceWhitelist() |
int |
getMaxSegmentsToMove() |
long |
getMergeBytesLimit() |
int |
getMergeSegmentsLimit() |
long |
getMillisToWaitBeforeDeleting() |
int |
getReplicantLifetime() |
int |
getReplicationThrottleLimit() |
int |
hashCode() |
boolean |
isKillAllDataSources() |
String |
toString() |
public static final String CONFIG_KEY
public CoordinatorDynamicConfig(JacksonConfigManager configManager, Long millisToWaitBeforeDeleting, Long mergeBytesLimit, Integer mergeSegmentsLimit, Integer maxSegmentsToMove, Integer replicantLifetime, Integer replicationThrottleLimit, Integer balancerComputeThreads, Boolean emitBalancingStats, Object killDataSourceWhitelist, Boolean killAllDataSources)
public CoordinatorDynamicConfig(long millisToWaitBeforeDeleting,
long mergeBytesLimit,
int mergeSegmentsLimit,
int maxSegmentsToMove,
int replicantLifetime,
int replicationThrottleLimit,
int balancerComputeThreads,
boolean emitBalancingStats,
Object killDataSourceWhitelist,
boolean killAllDataSources)
public long getMillisToWaitBeforeDeleting()
public long getMergeBytesLimit()
public boolean emitBalancingStats()
public int getMergeSegmentsLimit()
public int getMaxSegmentsToMove()
public int getReplicantLifetime()
public int getReplicationThrottleLimit()
public int getBalancerComputeThreads()
public boolean isKillAllDataSources()
Copyright © 2011–2017. All rights reserved.