Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
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 |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.locking | |
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Class and Description |
---|
ApplyDeltaCommand |
ClearCommand |
EvictCommand |
InvalidateCommand
Removes an entry from memory.
|
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
PutKeyValueCommand
Implements functionality defined by
Map.put(Object, Object) |
PutMapCommand |
RemoveCommand |
ReplaceCommand |
VersionedPutKeyValueCommand
A form of
PutKeyValueCommand that also applies a version to the entry created. |
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 |
---|
AbstractDataWriteCommand
Stuff common to WriteCommands
|
DataWriteCommand
Mixes features from DataCommand and WriteCommand
|
InvalidateCommand
Removes an entry from memory.
|
PutKeyValueCommand
Implements functionality defined by
Map.put(Object, Object) |
RemoveCommand |
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 |
---|
ApplyDeltaCommand |
ClearCommand |
EvictCommand |
InvalidateCommand
Removes an entry from memory.
|
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
PutKeyValueCommand
Implements functionality defined by
Map.put(Object, Object) |
PutMapCommand |
RemoveCommand |
ReplaceCommand |
Class and Description |
---|
ClearCommand |
EvictCommand |
PutKeyValueCommand
Implements functionality defined by
Map.put(Object, Object) |
PutMapCommand |
RemoveCommand |
ReplaceCommand |
Class and Description |
---|
ApplyDeltaCommand |
ClearCommand |
EvictCommand |
InvalidateCommand
Removes an entry from memory.
|
InvalidateL1Command
Invalidates an entry in a L1 cache (used with DIST mode)
|
PutKeyValueCommand
Implements functionality defined by
Map.put(Object, Object) |
PutMapCommand |
RemoveCommand |
ReplaceCommand |
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 |
---|
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
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.