public interface ReplicatingStepOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLastThirtyMinutesAverageBytesPerSecond()
public abstract long getLastThirtyMinutesAverageBytesPerSecond()
The source disks replication rate for the last 30 minutes in bytes per second.
int64 last_thirty_minutes_average_bytes_per_second = 4;
Returns | |
---|---|
Type | Description |
long |
The lastThirtyMinutesAverageBytesPerSecond. |
getLastTwoMinutesAverageBytesPerSecond()
public abstract long getLastTwoMinutesAverageBytesPerSecond()
The source disks replication rate for the last 2 minutes in bytes per second.
int64 last_two_minutes_average_bytes_per_second = 3;
Returns | |
---|---|
Type | Description |
long |
The lastTwoMinutesAverageBytesPerSecond. |
getReplicatedBytes()
public abstract long getReplicatedBytes()
Replicated bytes in the step.
int64 replicated_bytes = 2;
Returns | |
---|---|
Type | Description |
long |
The replicatedBytes. |
getTotalBytes()
public abstract long getTotalBytes()
Total bytes to be handled in the step.
int64 total_bytes = 1;
Returns | |
---|---|
Type | Description |
long |
The totalBytes. |