Uses of Interface
org.infinispan.remoting.transport.Transport
Packages that use Transport
Package
Description
EmbeddedCacheManager configurationInterceptors dealing with locking.
Remote 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.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type TransportModifier and TypeMethodDescriptionvoidClusteringDependentLogic.LocalLogic.init(Transport transport, Configuration configuration, KeyPartitioner keyPartitioner) -
Uses of Transport in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl with parameters of type TransportModifier and TypeMethodDescriptionstatic ClusterExecutorClusterExecutors.allSubmissionExecutor(Predicate<? super Address> predicate, EmbeddedCacheManager manager, Transport transport, long time, TimeUnit unit, BlockingManager bm, ScheduledExecutorService timeoutExecutor) static ClusterExecutorClusterExecutors.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 TypeMethodDescriptionvoidTopologyManagementHelper.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) voidTopologyManagementHelper.executeOnCoordinatorAsync(Transport transport, AbstractCacheControlCommand command) Constructors in org.infinispan.topology with parameters of type TransportModifierConstructorDescriptionClusterCacheStatus(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, 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 TypeMethodDescriptionvoidDefaultTakeOfflineManager.inject(EmbeddedCacheManager cacheManager, Configuration configuration, Transport transport, org.infinispan.commons.time.TimeService timeService, EventLogManager eventLogManager, String cacheName)