Package | Description |
---|---|
org.infinispan.cli.interpreter.codec | |
org.infinispan.cli.interpreter.logging | |
org.infinispan.cli.interpreter.statement |
Modifier and Type | Class and Description |
---|---|
class |
CodecException
CodecException.
|
Modifier and Type | Method and Description |
---|---|
StatementException |
Log.cacheNotDistributed() |
StatementException |
Log.cannotCommitTransaction(Exception e) |
StatementException |
Log.cannotRollbackTransaction(Exception e) |
StatementException |
Log.dataSynchronizationError(Exception e,
String migratorName,
String name) |
StatementException |
Log.missingMigrator() |
StatementException |
Log.missingOptionParameter(String name) |
StatementException |
Log.missingUpgradeAction() |
StatementException |
Log.noCacheSelectedYet() |
StatementException |
Log.noNestedTransactions() |
StatementException |
Log.noTransactionManager() |
StatementException |
Log.siteNameNotSpecified() |
StatementException |
Log.sourceDisconnectionError(Exception e,
String migratorName,
String name) |
StatementException |
Log.statisticsNotEnabled(String cacheName) |
StatementException |
Log.unexpectedTransactionError(SystemException e) |
StatementException |
Log.unknownOption(String name) |
Modifier and Type | Method and Description |
---|---|
Result |
RollbackTransactionStatement.execute(Session session) |
Result |
ReplaceStatement.execute(Session session) |
Result |
SiteStatement.execute(Session session) |
Result |
StatsStatement.execute(Session session) |
Result |
PutStatement.execute(Session session) |
Result |
Statement.execute(Session session) |
Result |
CommitTransactionStatement.execute(Session session) |
Result |
CacheStatement.execute(Session session) |
Result |
InfoStatement.execute(Session session) |
Result |
GetStatement.execute(Session session) |
Result |
UpgradeStatement.execute(Session session) |
Result |
LocateStatement.execute(Session session) |
Result |
EncodingStatement.execute(Session session) |
Result |
BeginTransactionStatement.execute(Session session) |
<T extends Enum<T>> |
Option.toEnum(Class<T> enumType) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.