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 MD5DigestQueryHandler.Prepared. resultMetadataIdMethods in org.apache.cassandra.cql3 that return MD5Digest Modifier and Type Method Description MD5DigestResultSet.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 voidQueryProcessor. evictPrepared(MD5Digest id)QueryHandler.PreparedCustomPayloadMirroringQueryHandler. getPrepared(MD5Digest id)QueryHandler.PreparedQueryHandler. getPrepared(MD5Digest id)QueryHandler.PreparedQueryProcessor. 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 intSystemKeyspace. loadPreparedStatement(MD5Digest digest, SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded)static voidSystemKeyspace. removePreparedStatement(MD5Digest key)static voidSystemKeyspace. writePreparedStatement(java.lang.String loggedKeyspace, MD5Digest key, java.lang.String cql, long timestamp)Method parameters in org.apache.cassandra.db with type arguments of type MD5Digest Modifier and Type Method Description static intSystemKeyspace. loadPreparedStatement(MD5Digest digest, SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded)static intSystemKeyspace. loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,QueryHandler.Prepared> onLoaded)static intSystemKeyspace. loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,QueryHandler.Prepared> onLoaded, int pageSize) -
Uses of MD5Digest in org.apache.cassandra.exceptions
Fields in org.apache.cassandra.exceptions declared as MD5Digest Modifier and Type Field Description MD5DigestPreparedQueryNotFoundException. idConstructors 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 voidClientState. 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 MD5DigestExecuteMessage. resultMetadataIdMD5DigestResultMessage.Prepared. resultMetadataIdMD5DigestExecuteMessage. statementIdMD5DigestResultMessage.Prepared. statementIdConstructors 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 MD5DigestMD5Digest. compute(byte[] toHash)static MD5DigestMD5Digest. compute(java.lang.String toHash)static MD5DigestMD5Digest. wrap(byte[] digest)
-