Package | Description |
---|---|
org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
StateTransferManagerImpl.init(StateConsumer stateConsumer,
StateProvider stateProvider,
Cache cache,
CacheNotifier cacheNotifier,
Configuration configuration,
GlobalConfiguration globalConfiguration,
RpcManager rpcManager,
GroupManager groupManager,
LocalTopologyManager localTopologyManager) |
Modifier and Type | Class and Description |
---|---|
class |
LocalTopologyManagerImpl
The
LocalTopologyManager implementation. |
Modifier and Type | Method and Description |
---|---|
void |
CacheTopologyControlCommand.init(LocalTopologyManager localTopologyManager,
ClusterTopologyManager clusterTopologyManager,
RebalancePolicy rebalancePolicy) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractControlledLocalTopologyManager
Class to be extended to allow some control over the local topology manager when testing Infinispan.
|
Constructor and Description |
---|
AbstractControlledLocalTopologyManager(LocalTopologyManager delegate) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.