|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockInfo | |
|---|---|
| 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. |
| Uses of LockInfo in org.infinispan.commands |
|---|
| Method parameters in org.infinispan.commands with type arguments of type LockInfo | |
|---|---|
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. |
| Uses of LockInfo in org.infinispan.commands.control |
|---|
| Constructor parameters in org.infinispan.commands.control with type arguments of type LockInfo | |
|---|---|
StateTransferControlCommand(String cacheName,
StateTransferControlCommand.Type type,
Address sender,
int viewId,
Collection<InternalCacheEntry> state,
Collection<LockInfo> lockInfo)
|
|
| Uses of LockInfo in org.infinispan.statetransfer |
|---|
| Methods in org.infinispan.statetransfer that return LockInfo | |
|---|---|
LockInfo |
LockInfo.Externalizer.readObject(ObjectInput input)
|
| Methods in org.infinispan.statetransfer that return types with arguments of type LockInfo | |
|---|---|
Set<Class<? extends LockInfo>> |
LockInfo.Externalizer.getTypeClasses()
|
| Methods in org.infinispan.statetransfer with parameters of type LockInfo | |
|---|---|
void |
LockInfo.Externalizer.writeObject(ObjectOutput output,
LockInfo object)
|
| Method parameters in org.infinispan.statetransfer with type arguments of type LockInfo | |
|---|---|
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)
|
|
--> | |||||||||