Class PartitionUpdateCounterVolatileImpl

  • All Implemented Interfaces:
    Iterable<long[]>, PartitionUpdateCounter

    public class PartitionUpdateCounterVolatileImpl
    extends Object
    implements PartitionUpdateCounter
    Partition update counter for volatile caches.

    Doesn't track gaps in update sequence because it's not needed for volatile caches (because their state is lost on node failure).

    In this mode LWM and HWM are non distinguishable.