Uses of Interface
org.infinispan.remoting.transport.Transport
-
Packages that use Transport Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.manager Cache manager API.org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.stats.wrappers org.infinispan.topology -
-
Uses of Transport in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return Transport Modifier and Type Method Description TransportTransportConfigurationBuilder. getTransport()TransportJGroupsConfiguration. transport()TransportTransportConfiguration. transport()Methods in org.infinispan.configuration.global with parameters of type Transport Modifier and Type Method Description JGroupsConfigurationBuilderJGroupsConfigurationBuilder. transport(Transport transport)TransportConfigurationBuilderTransportConfigurationBuilder. transport(Transport transport)Class that represents a network transport. -
Uses of Transport in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type Transport Modifier and Type Method Description voidClusteringDependentLogic.LocalLogic. init(Transport transport, Configuration configuration, KeyPartitioner keyPartitioner) -
Uses of Transport in org.infinispan.manager
Methods in org.infinispan.manager that return Transport Modifier and Type Method Description TransportDefaultCacheManager. getTransport()TransportEmbeddedCacheManager. getTransport()Deprecated.Since 10.0, please useEmbeddedCacheManager.getAddress(),EmbeddedCacheManager.getMembers(),EmbeddedCacheManager.getCoordinator() -
Uses of Transport in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc that return Transport Modifier and Type Method Description TransportRpcManager. getTransport()TransportRpcManagerImpl. getTransport()Methods in org.infinispan.remoting.rpc with parameters of type Transport Modifier and Type Method Description voidRpcManagerImpl. setTransport(Transport t) -
Uses of Transport in org.infinispan.remoting.transport
Classes in org.infinispan.remoting.transport that implement Transport Modifier and Type Class Description classAbstractDelegatingTransportDesigned to be overwrite.classAbstractTransportDeprecated.Since 9.1, please implementTransportdirectly.Fields in org.infinispan.remoting.transport declared as Transport Modifier and Type Field Description protected TransportAbstractDelegatingTransport. actualMethods in org.infinispan.remoting.transport that return Transport Modifier and Type Method Description TransportAbstractDelegatingTransport. getDelegate()Constructors in org.infinispan.remoting.transport with parameters of type Transport Constructor Description AbstractDelegatingTransport(Transport actual) -
Uses of Transport in org.infinispan.remoting.transport.jgroups
Classes in org.infinispan.remoting.transport.jgroups that implement Transport Modifier and Type Class Description classJGroupsTransportAn encapsulation of a JGroups transport. -
Uses of Transport in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers that return Transport Modifier and Type Method Description TransportExtendedStatisticRpcManager. getTransport() -
Uses of Transport in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type Transport Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, java.lang.String cacheName, org.infinispan.partitionhandling.impl.AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, java.util.Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-