|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.configuration.global | |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.manager | Cache manager package |
org.infinispan.remoting | Remote communication between cache instances. |
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.topology | |
org.infinispan.util | General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. |
org.infinispan.xsite |
Uses of Transport in org.infinispan.config |
---|
Method parameters in org.infinispan.config with type arguments of type Transport | |
---|---|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.transportClass(Class<? extends Transport> transportClass)
Deprecated. |
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.transportClass(Class<? extends Transport> transportClass)
Deprecated. Class that represents a network transport. |
Uses of Transport in org.infinispan.configuration.global |
---|
Methods in org.infinispan.configuration.global that return Transport | |
---|---|
Transport |
TransportConfigurationBuilder.getTransport()
|
Transport |
TransportConfiguration.transport()
|
Methods in org.infinispan.configuration.global with parameters of type Transport | |
---|---|
TransportConfigurationBuilder |
TransportConfigurationBuilder.transport(Transport transport)
Class that represents a network transport. |
Uses of Transport in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type Transport | |
---|---|
void |
DistCacheStoreInterceptor.inject(DistributionManager dm,
Transport transport,
ClusteringDependentLogic cdl)
|
Uses of Transport in org.infinispan.manager |
---|
Methods in org.infinispan.manager that return Transport | |
---|---|
Transport |
EmbeddedCacheManager.getTransport()
|
Transport |
DefaultCacheManager.getTransport()
|
Transport |
AbstractDelegatingEmbeddedCacheManager.getTransport()
|
Uses of Transport in org.infinispan.remoting |
---|
Methods in org.infinispan.remoting with parameters of type Transport | |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
GlobalConfiguration globalConfiguration,
CancellationService cancelService)
|
Uses of Transport in org.infinispan.remoting.rpc |
---|
Methods in org.infinispan.remoting.rpc that return Transport | |
---|---|
Transport |
RpcManager.getTransport()
|
Transport |
RpcManagerImpl.getTransport()
|
Methods in org.infinispan.remoting.rpc with parameters of type Transport | |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Cache cache,
Configuration cfg,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager,
GlobalConfiguration globalCfg)
|
void |
RpcManagerImpl.setTransport(Transport t)
|
Uses of Transport in org.infinispan.remoting.transport |
---|
Classes in org.infinispan.remoting.transport that implement Transport | |
---|---|
class |
AbstractTransport
Common transport-related behaviour |
Uses of Transport in org.infinispan.remoting.transport.jgroups |
---|
Classes in org.infinispan.remoting.transport.jgroups that implement Transport | |
---|---|
class |
JGroupsTransport
An encapsulation of a JGroups transport. |
Uses of Transport in org.infinispan.topology |
---|
Methods in org.infinispan.topology with parameters of type Transport | |
---|---|
void |
LocalTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalComponentRegistry gcr)
|
void |
ClusterTopologyManagerImpl.inject(Transport transport,
RebalancePolicy rebalancePolicy,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier)
|
Uses of Transport in org.infinispan.util |
---|
Constructors in org.infinispan.util with parameters of type Transport | |
---|---|
ClusterIdGenerator(EmbeddedCacheManager cm,
Transport transport)
|
Uses of Transport in org.infinispan.xsite |
---|
Methods in org.infinispan.xsite with parameters of type Transport | |
---|---|
void |
BackupSenderImpl.init(Cache cache,
Transport transport,
TransactionTable txTable,
GlobalConfiguration gc)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |