Package org.apache.kafka.clients.admin
Class AlterConfigOp
java.lang.Object
org.apache.kafka.clients.admin.AlterConfigOp
@Evolving public class AlterConfigOp extends Object
A class representing a alter configuration entry containing name, value and operation type.
The API of this class is evolving, see
Admin for details.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlterConfigOp.OpType -
Constructor Summary
Constructors Constructor Description AlterConfigOp(ConfigEntry configEntry, AlterConfigOp.OpType operationType) -
Method Summary
Modifier and Type Method Description ConfigEntryconfigEntry()booleanequals(Object o)inthashCode()AlterConfigOp.OpTypeopType()StringtoString()