| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.repl.util | |
| org.apache.hadoop.hive.ql.parse.repl.metric | |
| org.apache.hadoop.hive.ql.parse.repl.metric.event |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReplUtils.reportStatusInReplicationMetrics(String stageName,
Status status,
String errorLogPath,
HiveConf conf,
String dbName,
Metadata.ReplicationType replicationType)
Used to report status of replication stage which is skipped or has some error
|
| Constructor and Description |
|---|
ReplicationMetricCollector(String dbName,
Metadata.ReplicationType replicationType,
String stagingDir,
long dumpExecutionId,
HiveConf conf) |
ReplicationMetricCollector(String dbName,
Metadata.ReplicationType replicationType,
String stagingDir,
long dumpExecutionId,
HiveConf conf,
String failoverEndpoint,
String failoverType) |
| Modifier and Type | Method and Description |
|---|---|
Metadata.ReplicationType |
Metadata.getReplicationType() |
static Metadata.ReplicationType |
Metadata.ReplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.ReplicationType[] |
Metadata.ReplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Metadata(String dbName,
Metadata.ReplicationType replicationType,
String stagingDir) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.