| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationMetricCollector.reportEnd(Status status) |
void |
ReplicationMetricCollector.reportStageEnd(String stageName,
Status status) |
void |
ReplicationMetricCollector.reportStageEnd(String stageName,
Status status,
long lastReplId,
SnapshotUtils.ReplSnapshotCount replSnapshotCount,
ReplStatsTracker replStatsTracker) |
void |
ReplicationMetricCollector.reportStageEnd(String stageName,
Status status,
String errorLogPath) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StageMapper.getStatus() |
Status |
ProgressMapper.getStatus() |
Status |
Progress.getStatus() |
Status |
Stage.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Progress.setStatus(Status status) |
void |
Stage.setStatus(Status status) |
| Constructor and Description |
|---|
Stage(String name,
Status status,
long startTime) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.