Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.cli.interpreter.statement.Statement

Packages that use Statement
org.infinispan.cli.interpreter   
org.infinispan.cli.interpreter.statement   
 

Uses of Statement in org.infinispan.cli.interpreter
 

Fields in org.infinispan.cli.interpreter declared as Statement
 Statement IspnQLParser.statement_return.stmt
           
 

Fields in org.infinispan.cli.interpreter with type parameters of type Statement
protected  List<Statement> IspnQLParser.statements
           
 

Uses of Statement in org.infinispan.cli.interpreter.statement
 

Classes in org.infinispan.cli.interpreter.statement that implement Statement
 class AbstractTransactionStatement
           
 class BeginTransactionStatement
          BeginTransactionStatement begins a transaction
 class CacheStatement
          CacheStatement shows the currently selected cache or selects a cache to be used as default for CLI operations
 class ClearStatement
          ClearStatement.
 class CommitTransactionStatement
          CommitTransactionStatement commits a running transaction
 class CreateStatement
          CreateStatement creates a new cache based on the configuration of an existing cache.
 class EncodingStatement
          EncodingStatement selects a codec to use for encoding/decoding keys/values from the cli to the cache and viceversa
 class EndBatchStatement
          EndBatchStatement ends a running batch statement
 class EvictStatement
          EvictStatement evicts an entry from the cache
 class GetStatement
          Implementation of the "get" statement
 class InfoStatement
          InfoStatement shows configuration information about the specified cache or about the active cache manager
 class LocateStatement
          LocateStatement locates an entry in the cluster
 class PingStatement
          PingStatement.
 class PutStatement
          PutStatement puts an entry in the cache
 class RemoveStatement
          Implements the "rm [cache.]key" statetement which removes the specified key from a cache
 class ReplaceStatement
          Replaces an existing entry in the cache
 class RollbackTransactionStatement
          Rolls back a running transaction
 class SiteStatement
          Performs operation related to Cross-Site Replication
 class StartBatchStatement
          Starts a new batch
 class StatsStatement
          Displays statistics about a container or a cache
 class UpgradeStatement
          Performs operation related to rolling upgrades
 class VersionStatement
          Implementation of the "version" statement
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.