| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.functional | |
| org.infinispan.commands.triangle | |
| org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
| org.infinispan.commands.write |
Commands that alter the state of the cache.
|
| org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.interceptors.xsite |
Interceptors dealing with cross-site replication.
|
| org.infinispan.partitionhandling.impl | |
| org.infinispan.persistence.manager |
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores. |
| org.infinispan.persistence.support | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.transaction.impl | |
| org.infinispan.transaction.xa |
XA transaction support.
|
| org.infinispan.transaction.xa.recovery | |
| 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.
|
| org.infinispan.xsite | |
| org.infinispan.xsite.irac |
| Class and Description |
|---|
| BackupAckCommand
A command that represents an acknowledge sent by a backup owner to the originator.
|
| BackupMultiKeyAckCommand
A command that represents an acknowledge sent by a backup owner to the originator.
|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| EvictCommand |
| ExceptionAckCommand
A command that represents an exception acknowledge sent by any owner.
|
| InvalidateCommand
Removes an entry from memory.
|
| InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
| InvalidateVersionsCommand
Must be
VisitableCommand as we want to catch it in persistence handling etc. |
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| RemoveExpiredCommand
Removes an entry that is expired from memory
|
| ReplaceCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| AbstractDataWriteCommand
Stuff common to WriteCommands
|
| DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
| ValueMatcher
A policy for determining if a write command should be executed based on the current value in the cache.
|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ComputeCommand |
| ComputeIfAbsentCommand |
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| Class and Description |
|---|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| AbstractDataWriteCommand
Stuff common to WriteCommands
|
| BackupAckCommand
A command that represents an acknowledge sent by a backup owner to the originator.
|
| DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
| InvalidateCommand
Removes an entry from memory.
|
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ValueMatcher
A policy for determining if a write command should be executed based on the current value in the cache.
|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| EvictCommand |
| InvalidateCommand
Removes an entry from memory.
|
| InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| Class and Description |
|---|
| AbstractDataWriteCommand
Stuff common to WriteCommands
|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
| EvictCommand |
| InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
| EvictCommand |
| InvalidateCommand
Removes an entry from memory.
|
| InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| RemoveExpiredCommand
Removes an entry that is expired from memory
|
| ReplaceCommand |
| ValueMatcher
A policy for determining if a write command should be executed based on the current value in the cache.
|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
| InvalidateCommand
Removes an entry from memory.
|
| InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ClearCommand |
| ComputeCommand |
| ComputeIfAbsentCommand |
| EvictCommand |
| InvalidateCommand
Removes an entry from memory.
|
| InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| ComputeCommand |
| ComputeIfAbsentCommand |
| PutKeyValueCommand
Implements functionality defined by
BasicCache.put(Object, Object) |
| PutMapCommand
A command writing multiple key/value pairs with the same metadata.
|
| RemoveCommand |
| ReplaceCommand |
| Class and Description |
|---|
| ClearCommand |
| WriteCommand
A command that modifies the cache in some way
|
| Class and Description |
|---|
| WriteCommand
A command that modifies the cache in some way
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.