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