Class HotRodAsyncContainer

java.lang.Object
org.infinispan.hotrod.HotRodAsyncContainer
All Implemented Interfaces:
AutoCloseable, org.infinispan.api.async.AsyncContainer, org.infinispan.api.Infinispan

public class HotRodAsyncContainer extends Object implements org.infinispan.api.async.AsyncContainer
Since:
14.0
  • Method Details

    • sync

      public HotRodSyncContainer sync()
      Specified by:
      sync in interface org.infinispan.api.Infinispan
    • async

      public HotRodAsyncContainer async()
      Specified by:
      async in interface org.infinispan.api.Infinispan
    • mutiny

      public HotRodMutinyContainer mutiny()
      Specified by:
      mutiny in interface org.infinispan.api.Infinispan
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.infinispan.api.Infinispan
    • caches

      public HotRodAsyncCaches caches()
      Specified by:
      caches in interface org.infinispan.api.async.AsyncContainer
    • multimaps

      public HotRodAsyncMultimaps multimaps()
      Specified by:
      multimaps in interface org.infinispan.api.async.AsyncContainer
    • strongCounters

      public org.infinispan.api.async.AsyncStrongCounters strongCounters()
      Specified by:
      strongCounters in interface org.infinispan.api.async.AsyncContainer
    • weakCounters

      public HotRodAsyncWeakCounters weakCounters()
      Specified by:
      weakCounters in interface org.infinispan.api.async.AsyncContainer
    • locks

      public HotRodAsyncLocks locks()
      Specified by:
      locks in interface org.infinispan.api.async.AsyncContainer
    • listen

      public Flow.Publisher<org.infinispan.api.common.events.container.ContainerEvent> listen(org.infinispan.api.common.events.container.ContainerListenerEventType... types)
      Specified by:
      listen in interface org.infinispan.api.async.AsyncContainer
    • batch

      public <T> CompletionStage<T> batch(Function<org.infinispan.api.async.AsyncContainer,CompletionStage<T>> function)
      Specified by:
      batch in interface org.infinispan.api.async.AsyncContainer