Interface | Description |
---|---|
Statement |
Class | Description |
---|---|
AbstractTransactionStatement | |
BeginTransactionStatement |
BeginTransactionStatement begins a transaction
|
CacheStatement |
CacheStatement shows the currently selected cache or selects a cache to be used as default for CLI operations
|
ClearStatement |
ClearStatement.
|
CommitTransactionStatement |
CommitTransactionStatement commits a running transaction
|
CreateStatement |
CreateStatement creates a new cache based on the configuration of an existing cache.
|
EncodingStatement |
EncodingStatement selects a codec to use for encoding/decoding keys/values from the cli to the
cache and viceversa
|
EndBatchStatement |
EndBatchStatement ends a running batch statement
|
EvictStatement |
EvictStatement evicts an entry from the cache
|
ExpirationData |
ExpirationData holds optional expiration information as specified in cli commands
|
GetStatement |
Implementation of the "get" statement
|
InfoStatement |
InfoStatement shows configuration information about the specified cache or about the active cache manager
|
KeyData | |
LocateStatement |
LocateStatement locates an entry in the cluster
|
Option |
CLI Command option
|
PingStatement |
PingStatement.
|
PutStatement |
PutStatement puts an entry in the cache
|
RemoveStatement |
Implements the "rm [cache.]key" statetement which removes the specified key from a cache
|
ReplaceStatement |
Replaces an existing entry in the cache
|
RollbackTransactionStatement |
Rolls back a running transaction
|
SiteData | |
SiteStatement |
Performs operation related to Cross-Site Replication
|
StartBatchStatement |
Starts a new batch
|
StatsStatement |
Displays statistics about a container or a cache
|
UpgradeStatement |
Performs operation related to rolling upgrades
|
VersionStatement |
Implementation of the "version" statement
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.