Package | Description |
---|---|
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.xsite |
Modifier and Type | Method and Description |
---|---|
Transport |
TransportConfigurationBuilder.getTransport() |
Transport |
TransportConfiguration.transport() |
Modifier and Type | Method and Description |
---|---|
TransportConfigurationBuilder |
TransportConfigurationBuilder.transport(Transport transport)
Class that represents a network transport.
|
Modifier and Type | Method and Description |
---|---|
void |
DistCacheWriterInterceptor.inject(DistributionManager dm,
Transport transport,
ClusteringDependentLogic cdl) |
Modifier and Type | Method and Description |
---|---|
Transport |
AbstractDelegatingEmbeddedCacheManager.getTransport() |
Transport |
EmbeddedCacheManager.getTransport() |
Transport |
DefaultCacheManager.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
BlockingTaskAwareExecutorService remoteCommandsExecutor,
BlockingTaskAwareExecutorService totalOrderExecutorService,
CancellationService cancelService) |
Modifier and Type | Method and Description |
---|---|
Transport |
RpcManagerImpl.getTransport() |
Transport |
RpcManager.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Cache cache,
Configuration cfg,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager,
TimeService timeService) |
void |
RpcManagerImpl.setTransport(Transport t) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingTransport
Designed to be overwrite.
|
class |
AbstractTransport
Common transport-related behaviour
|
Modifier and Type | Field and Description |
---|---|
protected Transport |
AbstractDelegatingTransport.actual |
Constructor and Description |
---|
AbstractDelegatingTransport(Transport actual) |
Modifier and Type | Class and Description |
---|---|
class |
JGroupsTransport
An encapsulation of a JGroups transport.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalComponentRegistry gcr,
TimeService timeService) |
void |
ClusterTopologyManagerImpl.inject(Transport transport,
RebalancePolicy rebalancePolicy,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier) |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.init(Cache cache,
Transport transport,
TransactionTable txTable,
GlobalConfiguration gc,
TimeService timeService) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.