Class SyncStrongCounter

All Implemented Interfaces:
org.infinispan.counter.api.SyncStrongCounter

@Deprecated public class SyncStrongCounter extends 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
  • Constructor Details

    • SyncStrongCounter

      public SyncStrongCounter(org.infinispan.counter.api.StrongCounter counter)
      Deprecated.