Modifier and Type | Method and Description |
---|---|
void |
QueryProcessor.evictPrepared(MD5Digest id) |
ParsedStatement.Prepared |
CustomPayloadMirroringQueryHandler.getPrepared(MD5Digest id) |
ParsedStatement.Prepared |
QueryHandler.getPrepared(MD5Digest id) |
ParsedStatement.Prepared |
QueryProcessor.getPrepared(MD5Digest id) |
Modifier and Type | Method and Description |
---|---|
static int |
SystemKeyspace.loadPreparedStatement(MD5Digest digest,
SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded) |
static void |
SystemKeyspace.removePreparedStatement(MD5Digest key) |
static void |
SystemKeyspace.writePreparedStatement(java.lang.String loggedKeyspace,
MD5Digest key,
java.lang.String cql) |
Modifier and Type | Method and Description |
---|---|
static int |
SystemKeyspace.loadPreparedStatement(MD5Digest digest,
SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded) |
static int |
SystemKeyspace.loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded) |
Modifier and Type | Field and Description |
---|---|
MD5Digest |
PreparedQueryNotFoundException.id |
Constructor and Description |
---|
PreparedQueryNotFoundException(MD5Digest id) |
Modifier and Type | Method and Description |
---|---|
void |
ClientState.warnAboutUseWithPreparedStatements(MD5Digest statementId,
java.lang.String preparedKeyspace) |
Modifier and Type | Field and Description |
---|---|
MD5Digest |
ExecuteMessage.statementId |
MD5Digest |
ResultMessage.Prepared.statementId |
Constructor and Description |
---|
ExecuteMessage(MD5Digest statementId,
QueryOptions options) |
Prepared(MD5Digest statementId,
ParsedStatement.Prepared prepared) |
Modifier and Type | Method and Description |
---|---|
static MD5Digest |
MD5Digest.compute(byte[] toHash) |
static MD5Digest |
MD5Digest.compute(java.lang.String toHash) |
static MD5Digest |
MD5Digest.wrap(byte[] digest) |
Copyright © 2009-2022 The Apache Software Foundation