Interface ReplicatingStepOrBuilder (1.22.0)

public interface ReplicatingStepOrBuilder extends MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
long

The lastTwoMinutesAverageBytesPerSecond.

getReplicatedBytes()

public abstract long getReplicatedBytes()

Replicated bytes in the step.

int64 replicated_bytes = 2;

Returns
TypeDescription
long

The replicatedBytes.

getTotalBytes()

public abstract long getTotalBytes()

Total bytes to be handled in the step.

int64 total_bytes = 1;

Returns
TypeDescription
long

The totalBytes.