@Immutable public class SbcGoalsConfigDelta extends Object
SbcGoalsConfig
. Null
value means no change.Modifier and Type | Class and Description |
---|---|
static class |
SbcGoalsConfigDelta.Builder |
Modifier and Type | Method and Description |
---|---|
KafkaCruiseControlConfig |
apply(KafkaCruiseControlConfig oldConfig)
Apply this config delta to the provided
KafkaCruiseControlConfig and obtain a new
KafkaCruiseControlConfig . |
static SbcGoalsConfigDelta.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasUpdate() |
String |
toString() |
public static SbcGoalsConfigDelta.Builder builder()
public boolean hasUpdate()
public KafkaCruiseControlConfig apply(KafkaCruiseControlConfig oldConfig)
KafkaCruiseControlConfig
and obtain a new
KafkaCruiseControlConfig
.oldConfig
- the KafkaCruiseControlConfig
to be updated