Class AccumuloReplicaSystem.ReplicationStats
- java.lang.Object
-
- org.apache.accumulo.tserver.replication.AccumuloReplicaSystem.ReplicationStats
-
- Direct Known Subclasses:
AccumuloReplicaSystem.WalReplication
- Enclosing class:
- AccumuloReplicaSystem
public static class AccumuloReplicaSystem.ReplicationStats extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longentriesConsumedThe number of entries consumed from the log (to incrementReplication.Status's begin)longsizeInBytesThe size, in bytes, of the data sentlongsizeInRecordsThe number of records sent
-
Constructor Summary
Constructors Constructor Description ReplicationStats(long sizeInBytes, long sizeInRecords, long entriesConsumed)
-
-
-
Field Detail
-
sizeInBytes
public long sizeInBytes
The size, in bytes, of the data sent
-
sizeInRecords
public long sizeInRecords
The number of records sent
-
entriesConsumed
public long entriesConsumed
The number of entries consumed from the log (to incrementReplication.Status's begin)
-
-