public static class AccumuloReplicaSystem.ReplicationStats extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
entriesConsumed
The number of entries consumed from the log (to increment
Replication.Status's begin) |
long |
sizeInBytes
The size, in bytes, of the data sent
|
long |
sizeInRecords
The number of records sent
|
| Constructor and Description |
|---|
ReplicationStats(long sizeInBytes,
long sizeInRecords,
long entriesConsumed) |
public long sizeInBytes
public long sizeInRecords
public long entriesConsumed
Replication.Status's begin)Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.