Uses of Interface
org.infinispan.remoting.transport.Transport
Packages that use Transport
Package
Description
EmbeddedCacheManager
configurationRemote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
-
Uses of Transport in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return TransportModifier and TypeMethodDescriptionTransportConfigurationBuilder.getTransport()
JGroupsConfiguration.transport()
TransportConfiguration.transport()
Methods in org.infinispan.configuration.global with parameters of type TransportModifier and TypeMethodDescriptionClass that represents a network transport. -
Uses of Transport in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl with parameters of type TransportModifier and TypeMethodDescriptionstatic ClusterExecutor
ClusterExecutors.allSubmissionExecutor
(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, ScheduledExecutorService timeoutExecutor) static ClusterExecutor
ClusterExecutors.singleNodeSubmissionExecutor
(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, ScheduledExecutorService timeoutExecutor, int failOverCount) -
Uses of Transport in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc that return TransportMethods in org.infinispan.remoting.rpc with parameters of type Transport -
Uses of Transport in org.infinispan.remoting.transport
Classes in org.infinispan.remoting.transport that implement TransportFields in org.infinispan.remoting.transport declared as TransportMethods in org.infinispan.remoting.transport that return TransportConstructors in org.infinispan.remoting.transport with parameters of type Transport -
Uses of Transport in org.infinispan.remoting.transport.jgroups
Classes in org.infinispan.remoting.transport.jgroups that implement Transport -
Uses of Transport in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type TransportModifier and TypeMethodDescriptionvoid
TopologyManagementHelper.executeOnClusterAsync
(Transport transport, ReplicableCommand command) <T> CompletionStage
<T> TopologyManagementHelper.executeOnClusterSync
(Transport transport, ReplicableCommand command, int timeout, ResponseCollector<T> responseCollector) TopologyManagementHelper.executeOnCoordinator
(Transport transport, ReplicableCommand command, long timeoutMillis) void
TopologyManagementHelper.executeOnCoordinatorAsync
(Transport transport, org.infinispan.commands.topology.AbstractCacheControlCommand command) Constructors in org.infinispan.topology with parameters of type TransportModifierConstructorDescriptionClusterCacheStatus
(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, org.infinispan.statetransfer.RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge) -
Uses of Transport in org.infinispan.xsite.status
Methods in org.infinispan.xsite.status with parameters of type TransportModifier and TypeMethodDescriptionvoid
DefaultTakeOfflineManager.inject
(EmbeddedCacheManager cacheManager, Configuration configuration, Transport transport, TimeService timeService, org.infinispan.util.logging.events.EventLogManager eventLogManager, String cacheName)