public abstract class TierObjectStoreConfig extends Object
Modifier and Type | Field and Description |
---|---|
Optional<Integer> |
brokerIdOpt |
Optional<String> |
clusterIdOpt |
Constructor and Description |
---|
TierObjectStoreConfig(Optional<String> clusterIdOpt,
kafka.server.KafkaConfig config) |
TierObjectStoreConfig(String clusterId,
Integer brokerId) |