Class ReplicationStats

    • Field Detail

      • sizeInBytes

        public long sizeInBytes
        Deprecated.
        The size, in bytes, of the data sent
      • sizeInRecords

        public long sizeInRecords
        Deprecated.
        The number of records sent
      • entriesConsumed

        public long entriesConsumed
        Deprecated.
        The number of entries consumed from the log (to increment Replication.Status's begin)
    • Constructor Detail

      • ReplicationStats

        public ReplicationStats​(long sizeInBytes,
                                long sizeInRecords,
                                long entriesConsumed)
        Deprecated.
    • Method Detail

      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object