Class HotRodAsyncStrongCounters

  • All Implemented Interfaces:
    org.infinispan.api.async.AsyncStrongCounters

    public class HotRodAsyncStrongCounters
    extends Object
    implements org.infinispan.api.async.AsyncStrongCounters
    Since:
    14.0
    • Method Detail

      • get

        public CompletionStage<org.infinispan.api.async.AsyncStrongCounter> get​(String name)
        Specified by:
        get in interface org.infinispan.api.async.AsyncStrongCounters
      • create

        public CompletionStage<org.infinispan.api.async.AsyncStrongCounter> create​(String name,
                                                                                   org.infinispan.api.configuration.CounterConfiguration configuration)
        Specified by:
        create in interface org.infinispan.api.async.AsyncStrongCounters
      • remove

        public CompletionStage<Void> remove​(String name)
        Specified by:
        remove in interface org.infinispan.api.async.AsyncStrongCounters
      • names

        public Flow.Publisher<String> names()
        Specified by:
        names in interface org.infinispan.api.async.AsyncStrongCounters