public class ReplicationMetric extends Object
| Constructor and Description |
|---|
ReplicationMetric(long scheduledExecutionId,
String policy,
long dumpExecutionId,
Metadata metadata) |
ReplicationMetric(ReplicationMetric metric) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDumpExecutionId() |
String |
getMessageFormat() |
Metadata |
getMetadata() |
String |
getPolicy() |
Progress |
getProgress() |
long |
getScheduledExecutionId() |
void |
setMessageFormat(String messageFormat) |
void |
setMetadata(Metadata metadata) |
void |
setProgress(Progress progress) |
public ReplicationMetric(long scheduledExecutionId,
String policy,
long dumpExecutionId,
Metadata metadata)
public ReplicationMetric(ReplicationMetric metric)
public long getScheduledExecutionId()
public String getPolicy()
public long getDumpExecutionId()
public Progress getProgress()
public void setMetadata(Metadata metadata)
public Metadata getMetadata()
public void setProgress(Progress progress)
public String getMessageFormat()
public void setMessageFormat(String messageFormat)
Copyright © 2024 The Apache Software Foundation. All rights reserved.