Class PartitionRecoverState


  • public class PartitionRecoverState
    extends Object
    Class holds state of partition during recovery process.
    • Constructor Detail

      • PartitionRecoverState

        public PartitionRecoverState​(int stateId,
                                     long updateCounter)
        Parameters:
        stateId - State id.
        updateCounter - Update counter.
    • Method Detail

      • stateId

        public int stateId()
      • updateCounter

        public long updateCounter()