Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
DistCacheStoreInterceptor.inject(DistributionManager dm,
Transport transport,
ClusteringDependentLogic cdl) |
Modifier and Type | Method and Description |
---|---|
Transport |
EmbeddedCacheManager.getTransport() |
Transport |
DefaultCacheManager.getTransport() |
Transport |
AbstractDelegatingEmbeddedCacheManager.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
GlobalConfiguration globalConfiguration,
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,
GlobalConfiguration globalConfiguration,
ReplicationQueue replicationQueue,
CommandsFactory cf,
ExecutorService e,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager) |
void |
RpcManagerImpl.setTransport(Transport t) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransport
Common transport-related behaviour
|
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) |
void |
ClusterTopologyManagerImpl.inject(Transport transport,
RebalancePolicy rebalancePolicy,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier) |
Constructor and Description |
---|
ClusterIdGenerator(EmbeddedCacheManager cm,
Transport transport) |
Modifier and Type | Method and Description |
---|---|
void |
BackupSenderImpl.init(Cache cache,
Transport transport,
TransactionTable txTable,
GlobalConfiguration gc) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.