Package | Description |
---|---|
org.apache.cassandra.cql3 |
Modifier and Type | Method and Description |
---|---|
QueryHandler.Prepared |
CustomPayloadMirroringQueryHandler.getPrepared(MD5Digest id) |
QueryHandler.Prepared |
QueryHandler.getPrepared(MD5Digest id) |
QueryHandler.Prepared |
QueryProcessor.getPrepared(MD5Digest id) |
static QueryHandler.Prepared |
QueryProcessor.parseAndPrepare(java.lang.String query,
ClientState clientState,
boolean isInternal) |
static QueryHandler.Prepared |
QueryProcessor.prepareInternal(java.lang.String query) |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.ConcurrentMap<java.lang.String,QueryHandler.Prepared> |
QueryProcessor.getInternalStatements() |
java.util.HashMap<MD5Digest,QueryHandler.Prepared> |
QueryProcessor.getPreparedStatements() |
Modifier and Type | Method and Description |
---|---|
void |
QueryEvents.notifyExecuteFailure(QueryHandler.Prepared prepared,
QueryOptions options,
QueryState state,
java.lang.Exception cause) |
static ResultMessage.Prepared |
QueryProcessor.storePreparedStatement(java.lang.String queryString,
java.lang.String keyspace,
QueryHandler.Prepared prepared) |
Modifier and Type | Method and Description |
---|---|
void |
QueryEvents.notifyBatchFailure(java.util.List<QueryHandler.Prepared> prepared,
BatchStatement.Type batchType,
java.util.List<java.lang.Object> queryOrIdList,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
java.lang.Exception cause) |
void |
QueryEvents.notifyPrepareSuccess(java.util.function.Supplier<QueryHandler.Prepared> preparedProvider,
java.lang.String query,
QueryState state,
long queryTime,
ResultMessage.Prepared response) |
Copyright © 2009-2022 The Apache Software Foundation