Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.manager.impl | |
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 | |
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Transport |
EmbeddedCacheManager.getTransport() |
Transport |
DefaultCacheManager.getTransport() |
Modifier and Type | Method and Description |
---|---|
Transport |
AbstractDelegatingEmbeddedCacheManager.getTransport() |
Modifier and Type | Method and Description |
---|---|
Transport |
RpcManager.getTransport() |
Transport |
RpcManagerImpl.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
RpcManagerImpl.injectDependencies(Transport t,
Configuration cfg,
ReplicationQueue replicationQueue,
CommandsFactory cf,
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 |
Modifier and Type | Method and Description |
---|---|
Transport |
AbstractDelegatingTransport.getDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
RetryOnFailureXSiteCommand.execute(Transport transport,
long waitTimeBetweenRetries,
TimeUnit unit)
Invokes remotely the command using the
Transport passed as parameter. |
boolean |
RetryOnFailureXSiteCommand.RetryPolicy.retry(Throwable throwable,
Transport transport) |
boolean |
RetryOnFailureXSiteCommand.MaxRetriesPolicy.retry(Throwable throwable,
Transport transport) |
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 |
---|---|
Transport |
ExtendedStatisticRpcManager.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
LocalTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalComponentRegistry gcr,
TimeService timeService,
GlobalStateManager globalStateManager) |
void |
ClusterTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier,
EmbeddedCacheManager cacheManager,
EventLogManager eventLogManager) |
Constructor and Description |
---|
ClusterCacheStatus(String cacheName,
AvailabilityStrategy availabilityStrategy,
ClusterTopologyManager clusterTopologyManager,
Transport transport) |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.init(Cache cache,
Transport transport,
TransactionTable txTable,
GlobalConfiguration gc,
TimeService timeService,
CommandsFactory commandsFactory) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.