Uses of Class
org.apache.cassandra.cql3.QueryHandler.Prepared
Packages that use QueryHandler.Prepared
-
Uses of QueryHandler.Prepared in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return QueryHandler.PreparedModifier and TypeMethodDescriptionCustomPayloadMirroringQueryHandler.getPrepared(MD5Digest id) QueryHandler.getPrepared(MD5Digest id) QueryProcessor.getPrepared(MD5Digest id) static QueryHandler.PreparedQueryProcessor.parseAndPrepare(String query, ClientState clientState, boolean isInternal) static QueryHandler.PreparedQueryProcessor.parseAndPrepare(String query, ClientState clientState, boolean isInternal, boolean measure) static QueryHandler.PreparedQueryProcessor.prepareInternal(String query) Methods in org.apache.cassandra.cql3 that return types with arguments of type QueryHandler.PreparedModifier and TypeMethodDescriptionstatic ConcurrentMap<String,QueryHandler.Prepared> QueryProcessor.getInternalStatements()QueryProcessor.getPreparedStatements()Methods in org.apache.cassandra.cql3 with parameters of type QueryHandler.PreparedModifier and TypeMethodDescriptionvoidQueryEvents.notifyExecuteFailure(QueryHandler.Prepared prepared, QueryOptions options, QueryState state, Exception cause) static ResultMessage.PreparedQueryProcessor.storePreparedStatement(String queryString, String keyspace, QueryHandler.Prepared prepared) Method parameters in org.apache.cassandra.cql3 with type arguments of type QueryHandler.PreparedModifier and TypeMethodDescriptionvoidQueryEvents.notifyBatchFailure(List<QueryHandler.Prepared> prepared, BatchStatement.Type batchType, List<Object> queryOrIdList, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, Exception cause) voidQueryEvents.notifyPrepareSuccess(Supplier<QueryHandler.Prepared> preparedProvider, 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.PreparedModifier and TypeMethodDescriptionstatic intSystemKeyspace.loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest, String, String, QueryHandler.Prepared> onLoaded) static intSystemKeyspace.loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest, String, String, QueryHandler.Prepared> onLoaded, int pageSize)