Package | Description |
---|---|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedStateTransferManagerImpl
The distributed mode implementation of
StateTransferManager |
class |
DummyInvalidationStateTransferManagerImpl
Deprecated.
This is just a temporary hack, do not rely on it to exist in future versions
|
class |
ReplicatedStateTransferManagerImpl
The replicated mode implementation of
StateTransferManager |
Modifier and Type | Field and Description |
---|---|
protected BaseStateTransferManagerImpl |
BaseStateTransferTask.stateTransferManager |
Constructor and Description |
---|
BaseStateTransferTask(BaseStateTransferManagerImpl stateTransferManager,
RpcManager rpcManager,
StateTransferLock stateTransferLock,
CacheNotifier cacheNotifier,
Configuration configuration,
DataContainer dataContainer,
Collection<Address> members,
int newViewId,
ConsistentHash chNew,
ConsistentHash chOld,
boolean initialView) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.