Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.control |
Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Method and Description |
---|---|
StateTransferControlCommand |
CommandsFactoryImpl.buildStateTransferCommand(StateTransferControlCommand.Type type,
Address sender,
int viewId,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
StateTransferControlCommand |
CommandsFactory.buildStateTransferCommand(StateTransferControlCommand.Type subtype,
Address sender,
int viewId,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo)
Builds a RehashControlCommand for coordinating a rehash event.
|
Constructor and Description |
---|
StateTransferControlCommand(String cacheName,
StateTransferControlCommand.Type type,
Address sender,
int viewId,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
Modifier and Type | Method and Description |
---|---|
LockInfo |
LockInfo.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends LockInfo>> |
LockInfo.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
LockInfo.Externalizer.writeObject(ObjectOutput output,
LockInfo object) |
Modifier and Type | Method and Description |
---|---|
void |
StateTransferManager.applyLocks(Collection<LockInfo> locks,
Address sender,
int viewId) |
void |
BaseStateTransferManagerImpl.applyLocks(Collection<LockInfo> lockInfo,
Address sender,
int viewId) |
protected void |
BaseStateTransferTask.pushPartialState(Collection<Address> targets,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
void |
BaseStateTransferManagerImpl.pushStateToNode(NotifyingNotifiableFuture<Object> stateTransferFuture,
int viewId,
Collection<Address> targets,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.