Uses of Class
org.infinispan.remoting.transport.jgroups.JGroupsTransport
-
Packages that use JGroupsTransport Package Description org.infinispan.manager.impl -
-
Uses of JGroupsTransport in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl with parameters of type JGroupsTransport Modifier and Type Method Description static ClusterExecutor
ClusterExecutors. allSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, JGroupsTransport transport, long time, TimeUnit unit, Executor localExecutor, ScheduledExecutorService timeoutExecutor)
static ClusterExecutor
ClusterExecutors. singleNodeSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, JGroupsTransport transport, long time, TimeUnit unit, Executor localExecutor, ScheduledExecutorService timeoutExecutor, int failOverCount)
-