Uses of Class
org.apache.cassandra.cql3.QueryHandler.Prepared
-
Packages that use QueryHandler.Prepared Package Description org.apache.cassandra.cql3 org.apache.cassandra.db -
-
Uses of QueryHandler.Prepared in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return QueryHandler.Prepared Modifier and Type Method Description QueryHandler.PreparedCustomPayloadMirroringQueryHandler. getPrepared(MD5Digest id)QueryHandler.PreparedQueryHandler. getPrepared(MD5Digest id)QueryHandler.PreparedQueryProcessor. getPrepared(MD5Digest id)static QueryHandler.PreparedQueryProcessor. parseAndPrepare(java.lang.String query, ClientState clientState, boolean isInternal)static QueryHandler.PreparedQueryProcessor. parseAndPrepare(java.lang.String query, ClientState clientState, boolean isInternal, boolean measure)static QueryHandler.PreparedQueryProcessor. prepareInternal(java.lang.String query)Methods in org.apache.cassandra.cql3 that return types with arguments of type QueryHandler.Prepared Modifier and Type Method Description static java.util.concurrent.ConcurrentMap<java.lang.String,QueryHandler.Prepared>QueryProcessor. getInternalStatements()java.util.HashMap<MD5Digest,QueryHandler.Prepared>QueryProcessor. getPreparedStatements()Methods in org.apache.cassandra.cql3 with parameters of type QueryHandler.Prepared Modifier and Type Method Description voidQueryEvents. notifyExecuteFailure(QueryHandler.Prepared prepared, QueryOptions options, QueryState state, java.lang.Exception cause)static ResultMessage.PreparedQueryProcessor. storePreparedStatement(java.lang.String queryString, java.lang.String keyspace, QueryHandler.Prepared prepared)Method parameters in org.apache.cassandra.cql3 with type arguments of type QueryHandler.Prepared Modifier and Type Method Description voidQueryEvents. 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)voidQueryEvents. notifyPrepareSuccess(java.util.function.Supplier<QueryHandler.Prepared> preparedProvider, java.lang.String query, QueryState state, long queryTime, ResultMessage.Prepared response) -
Uses of QueryHandler.Prepared in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type QueryHandler.Prepared Modifier and Type Method Description 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)
-