Uses of Class
io.stargate.sdk.grpc.domain.QueryGrpc
Packages that use QueryGrpc
-
Uses of QueryGrpc in io.stargate.sdk.grpc
Methods in io.stargate.sdk.grpc with parameters of type QueryGrpcModifier and TypeMethodDescriptionGrpcClient.execute(ServiceGrpc sGrpc, QueryGrpc query, String token) Execute a request coming from elsewhere.Execute query: Pick an available resource from the load-balancer trigger a request with retries.Get grpc output objects.<T> io.stargate.sdk.core.domain.Page<T>StargateGrpcApiClient.execute(QueryGrpc query, RowGrpcMapper<T> mapper) Execute and map as a Page.<T> io.stargate.sdk.core.domain.Page<T>Return a page.GrpcClient.executeAsync(ServiceGrpc sGrpc, QueryGrpc query, String token) Execute a request coming from elsewhere.GrpcClientLoadBalanced.executeAsync(QueryGrpc query) Execute an asynchronous query.StargateGrpcApiClient.executeAsync(QueryGrpc query) Execute a CQL Query asynchronously.reactor.core.publisher.Mono<ResultSetGrpc>GrpcClient.executeReactive(ServiceGrpc sGrpc, QueryGrpc query, String token) Execute a reactive query.reactor.core.publisher.Mono<ResultSetGrpc>GrpcClientLoadBalanced.executeReactive(QueryGrpc query) Execute a query getting back a flux.reactor.core.publisher.Mono<ResultSetGrpc>StargateGrpcApiClient.executeReactive(QueryGrpc query) Execute a query getting back a flux -
Uses of QueryGrpc in io.stargate.sdk.grpc.audit
Fields in io.stargate.sdk.grpc.audit declared as QueryGrpcModifier and TypeFieldDescriptionprotected final QueryGrpcServiceGrpcCallEvent.querygrpc Query.Methods in io.stargate.sdk.grpc.audit that return QueryGrpcConstructors in io.stargate.sdk.grpc.audit with parameters of type QueryGrpcModifierConstructorDescriptionServiceGrpcCallEvent(ServiceGrpc service, QueryGrpc query) Constructor with grpc request. -
Uses of QueryGrpc in io.stargate.sdk.grpc.domain
Methods in io.stargate.sdk.grpc.domain that return QueryGrpcModifier and TypeMethodDescriptionQueryGrpc.setConsistencyLevel(io.stargate.proto.QueryOuterClass.Consistency cl) Builder setter.QueryGrpc.setKeyspace(String keyspace) Builder setter.QueryGrpc.setPageSize(int pageSize) Builder setter.QueryGrpc.setPagingState(String pagingState) Builder setter.QueryGrpc.setTimestamp(long timestamp) Set value for timestamp.QueryGrpc.setTracing(boolean tracing) update tracing.