Class SyncStrongCounter

  • All Implemented Interfaces:
    SyncStrongCounter

    @Deprecated
    public class SyncStrongCounter
    extends org.infinispan.counter.impl.SyncStrongCounterAdapter
    Deprecated.
    since 9.2. Use StrongCounter.sync() instead. It will be removed in 10.0
    A StrongCounter decorator that waits for the operation to complete.
    Since:
    9.0
    Author:
    Pedro Ruivo
    See Also:
    StrongCounter
    • Method Summary

      • Methods inherited from class org.infinispan.counter.impl.SyncStrongCounterAdapter

        addAndGet, compareAndSwap, getConfiguration, getName, getValue, remove, reset, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SyncStrongCounter

        public SyncStrongCounter​(StrongCounter counter)
        Deprecated.