| Package | Description |
|---|---|
| org.infinispan.commands.functional | |
| org.infinispan.commands.write |
Commands that alter the state of the cache.
|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWriteKeyCommand<K,V> |
class |
ReadWriteKeyCommand<K,V,R> |
class |
ReadWriteKeyValueCommand<K,V,T,R> |
class |
WriteOnlyKeyCommand<K,V> |
class |
WriteOnlyKeyValueCommand<K,V,T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputeCommand |
class |
ComputeIfAbsentCommand |
class |
EvictCommand |
class |
PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
class |
RemoveCommand |
class |
RemoveExpiredCommand
Removes an entry that is expired from memory
|
class |
ReplaceCommand |
| Modifier and Type | Method and Description |
|---|---|
<C extends AbstractDataWriteCommand & FunctionalCommand> |
TxDistributionInterceptor.handleTxFunctionalCommand(InvocationContext ctx,
C command) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
BaseDistributionInterceptor.handleNonTxWriteCommand(InvocationContext ctx,
AbstractDataWriteCommand command) |
protected Object |
BaseDistributionInterceptor.primaryReturnHandler(InvocationContext ctx,
AbstractDataWriteCommand command,
Object localResult) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.