Modifier and Type | Method and Description |
---|---|
EvictionEvent |
Region.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType,
int elementDifference,
DataCommand command,
Transaction tx)
Registers an eviction event on the region's eviction event queue for later processing by
Region.processEvictionQueues() . |
EvictionEvent |
RegionImpl.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType,
int elementDifference,
DataCommand command,
Transaction tx) |
Modifier and Type | Interface and Description |
---|---|
interface |
VersionedDataCommand
Just like a
DataCommand , except that these are versioned and reversible too. |
interface |
WriteCommand
A write command that has a reference to a
GlobalTransaction . |
Modifier and Type | Method and Description |
---|---|
ClusteredGetCommand |
CommandsFactoryImpl.buildClusteredGetCommand(Boolean searchBackupSubtrees,
DataCommand dataCommand) |
ClusteredGetCommand |
CommandsFactory.buildClusteredGetCommand(Boolean searchBackupSubtrees,
DataCommand dataCommand) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReversibleCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyGravitateDataCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessGetChildrenNamesCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateNodeCommand
Deprecated.
will be removed when pessimistic locking is removed.
|
class |
LegacyEvictCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessClearDataCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessMoveCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutDataMapCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutForExternalReadCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutKeyValueCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessRemoveKeyCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessRemoveNodeCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
VersionedInvalidateCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataCommand
An abstract class providing basic functionality of all
DataCommand s. |
class |
ExistsCommand
Checks whether a given node exists in current in-memory state of the cache.
|
class |
GetChildrenNamesCommand
This command retrieves the names of children for a specific Fqn, as defined by
Node.getChildrenNames()
This is the equivalent of the old MethodCallDefinitions.getChildrenNamesMethodLocal method call from 2.1.x. |
class |
GetDataMapCommand
Implements functionality defined by
Cache.getData(org.jboss.cache.Fqn)
This is the equivalent of the old MethodCallDefinitions.getDataMapMethodLocal method call from 2.1.x. |
class |
GetKeysCommand
Implements functionality defined by
Cache.getKeys(org.jboss.cache.Fqn)
This is the equivalent of the old MethodCallDefinitions.getKeysMethodLocal method call from 2.1.x. |
class |
GetKeyValueCommand
Implements functionality defined by
Cache.get(String, Object)
This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x. |
class |
GetNodeCommand
Implements functionality defined by
Cache.getNode(org.jboss.cache.Fqn)
This is the equivalent of the old MethodCallDefinitions.getNodeMethodLocal method call from 2.1.x. |
class |
GravitateDataCommand
Used with buddy replication's
DataGravitatorInterceptor . |
Modifier and Type | Method and Description |
---|---|
DataCommand |
ClusteredGetCommand.getDataCommand() |
Constructor and Description |
---|
ClusteredGetCommand(boolean searchBackupSubtrees,
DataCommand dataCommand) |
Modifier and Type | Method and Description |
---|---|
DataCommand |
EvictionEvent.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
EvictionEvent.setCommand(DataCommand command) |
Constructor and Description |
---|
EvictionEvent(Fqn fqn,
EvictionEvent.Type type,
int elementDifference,
DataCommand command,
Transaction tx) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.