Class ExecuteQueryCallContext
java.lang.Object
com.google.cloud.bigtable.data.v2.stub.sql.ExecuteQueryCallContext
Used to handle the state associated with an ExecuteQuery call. This includes plan refresh, resume
tokens, and metadata resolution.
This should only be constructed by ExecuteQueryCallable not directly by users.
This is considered an internal implementation detail and should not be used by applications.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecuteQueryCallContextcreate(BoundStatement boundStatement, com.google.api.core.SettableApiFuture<ResultSetMetadata> metadataFuture)
-
Method Details
-
create
public static ExecuteQueryCallContext create(BoundStatement boundStatement, com.google.api.core.SettableApiFuture<ResultSetMetadata> metadataFuture)
-