Uses of Class
org.apache.cassandra.utils.MD5Digest
-
-
Uses of MD5Digest in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as MD5Digest Modifier and Type Field Description MD5Digest
QueryHandler.Prepared. resultMetadataId
Methods in org.apache.cassandra.cql3 that return MD5Digest Modifier and Type Method Description MD5Digest
ResultSet.ResultMetadata. getResultMetadataId()
Methods in org.apache.cassandra.cql3 that return types with arguments of type MD5Digest Modifier and Type Method Description java.util.HashMap<MD5Digest,QueryHandler.Prepared>
QueryProcessor. getPreparedStatements()
Methods in org.apache.cassandra.cql3 with parameters of type MD5Digest Modifier and Type Method Description void
QueryProcessor. evictPrepared(MD5Digest id)
QueryHandler.Prepared
CustomPayloadMirroringQueryHandler. getPrepared(MD5Digest id)
QueryHandler.Prepared
QueryHandler. getPrepared(MD5Digest id)
QueryHandler.Prepared
QueryProcessor. getPrepared(MD5Digest id)
Constructors in org.apache.cassandra.cql3 with parameters of type MD5Digest Constructor Description ResultMetadata(MD5Digest digest, java.util.List<ColumnSpecification> names)
-
Uses of MD5Digest in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type MD5Digest Modifier and Type Method 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)
Method parameters in org.apache.cassandra.db with type arguments of type MD5Digest Modifier and Type Method 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)
-
Uses of MD5Digest in org.apache.cassandra.exceptions
Fields in org.apache.cassandra.exceptions declared as MD5Digest Modifier and Type Field Description MD5Digest
PreparedQueryNotFoundException. id
Constructors in org.apache.cassandra.exceptions with parameters of type MD5Digest Constructor Description PreparedQueryNotFoundException(MD5Digest id)
-
Uses of MD5Digest in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type MD5Digest Modifier and Type Method Description void
ClientState. warnAboutUseWithPreparedStatements(MD5Digest statementId, java.lang.String preparedKeyspace)
-
Uses of MD5Digest in org.apache.cassandra.transport.messages
Fields in org.apache.cassandra.transport.messages declared as MD5Digest Modifier and Type Field Description MD5Digest
ExecuteMessage. resultMetadataId
MD5Digest
ResultMessage.Prepared. resultMetadataId
MD5Digest
ExecuteMessage. statementId
MD5Digest
ResultMessage.Prepared. statementId
Constructors in org.apache.cassandra.transport.messages with parameters of type MD5Digest Constructor Description ExecuteMessage(MD5Digest statementId, MD5Digest resultMetadataId, QueryOptions options)
Prepared(MD5Digest statementId, MD5Digest resultMetadataId, ResultSet.PreparedMetadata metadata, ResultSet.ResultMetadata resultMetadata)
-
Uses of MD5Digest in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return MD5Digest Modifier and Type Method Description static MD5Digest
MD5Digest. compute(byte[] toHash)
static MD5Digest
MD5Digest. compute(java.lang.String toHash)
static MD5Digest
MD5Digest. wrap(byte[] digest)
-