public class GcsTierObjectStoreConfig extends TierObjectStoreConfig
Modifier and Type | Field and Description |
---|---|
String |
gcsBucket |
Optional<String> |
gcsCredFilePath |
String |
gcsPrefix |
String |
gcsRegion |
Integer |
gcsWriteChunkSize |
brokerIdOpt, clusterIdOpt
Modifier | Constructor and Description |
---|---|
|
GcsTierObjectStoreConfig(Optional<String> clusterIdOpt,
kafka.server.KafkaConfig config) |
protected |
GcsTierObjectStoreConfig(Optional<String> clusterIdOpt,
Optional<Integer> brokerIdOpt,
String bucket,
String prefix,
String region,
Integer writeChunkSize,
String credFilePath) |
public String gcsBucket
public String gcsPrefix
public String gcsRegion
public Integer gcsWriteChunkSize