Class WalReplication


  • @Deprecated
    public class WalReplication
    extends ReplicationStats
    Deprecated.
    A "struct" to avoid a nested Entry. Contains the resultant information from collecting data for replication
    • Field Detail

      • walEdits

        public WalEdits walEdits
        Deprecated.
        The data to send over the wire
      • numUpdates

        public long numUpdates
        Deprecated.
        The number of updates contained in this batch
    • Constructor Detail

      • WalReplication

        public WalReplication​(WalEdits edits,
                              long size,
                              long entriesConsumed,
                              long numMutations)
        Deprecated.