public class AutoTopicCreationOverride extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowAutoTopicCreation |
Integer |
defaultNumPartitions |
String |
topicType |
| Constructor and Description |
|---|
AutoTopicCreationOverride() |
AutoTopicCreationOverride(boolean allowAutoTopicCreation,
String topicType,
Integer defaultNumPartitions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static boolean |
isValidOverride(AutoTopicCreationOverride override) |
String |
toString() |
public boolean allowAutoTopicCreation
public String topicType
public Integer defaultNumPartitions
public static boolean isValidOverride(AutoTopicCreationOverride override)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.