public class Stage extends Object
| Constructor and Description |
|---|
Stage() |
Stage(Stage stage) |
Stage(String name,
Status status,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetric(Metric metric) |
long |
getEndTime() |
String |
getErrorLogPath() |
Metric |
getMetricByName(String name) |
List<Metric> |
getMetrics() |
String |
getName() |
SnapshotUtils.ReplSnapshotCount |
getReplSnapshotCount() |
String |
getReplStats() |
long |
getStartTime() |
Status |
getStatus() |
void |
setEndTime(long endTime) |
void |
setErrorLogPath(String errorLogPath) |
void |
setName(String name) |
void |
setReplSnapshotsCount(SnapshotUtils.ReplSnapshotCount replSnapshotCount) |
void |
setReplStats(String replStats) |
void |
setStartTime(long startTime) |
void |
setStatus(Status status) |
public Stage()
public Stage(Stage stage)
public String getName()
public void setName(String name)
public Status getStatus()
public void setStatus(Status status)
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public void addMetric(Metric metric)
public String getErrorLogPath()
public void setErrorLogPath(String errorLogPath)
public void setReplSnapshotsCount(SnapshotUtils.ReplSnapshotCount replSnapshotCount)
public SnapshotUtils.ReplSnapshotCount getReplSnapshotCount()
public String getReplStats()
public void setReplStats(String replStats)
Copyright © 2024 The Apache Software Foundation. All rights reserved.