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 class
AlterConfigOp.OpType
-
Constructor Summary
Constructors Constructor Description AlterConfigOp(ConfigEntry configEntry, AlterConfigOp.OpType operationType)
-
Method Summary
Modifier and Type Method Description ConfigEntry
configEntry()
boolean
equals(Object o)
int
hashCode()
AlterConfigOp.OpType
opType()
String
toString()