public class DruidStoragePluginConfig extends StoragePluginConfig
| Constructor and Description |
|---|
DruidStoragePluginConfig(String brokerAddress,
String coordinatorAddress,
Integer averageRowSizeBytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
int |
getAverageRowSizeBytes() |
String |
getBrokerAddress() |
String |
getCoordinatorAddress() |
int |
hashCode() |
getValue, isEnabled, isEnabledStatusPresent, setEnabledpublic static final String NAME
public boolean equals(Object that)
equals in class StoragePluginConfigpublic int hashCode()
hashCode in class StoragePluginConfigpublic String getBrokerAddress()
public String getCoordinatorAddress()
public int getAverageRowSizeBytes()
Copyright © 2021 The Apache Software Foundation. All rights reserved.