| Package | Description |
|---|---|
| org.apache.hudi.config | |
| org.apache.hudi.metrics.datadog |
| Modifier and Type | Method and Description |
|---|---|
DatadogHttpClient.ApiSite |
HoodieWriteConfig.getDatadogApiSite() |
| Modifier and Type | Method and Description |
|---|---|
static DatadogHttpClient.ApiSite |
DatadogHttpClient.ApiSite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatadogHttpClient.ApiSite[] |
DatadogHttpClient.ApiSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DatadogHttpClient(DatadogHttpClient.ApiSite apiSite,
String apiKey,
boolean skipValidation,
org.apache.http.impl.client.CloseableHttpClient client) |
DatadogHttpClient(DatadogHttpClient.ApiSite apiSite,
String apiKey,
boolean skipValidation,
int timeoutSeconds) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.