Class BigtableClientContext
java.lang.Object
com.google.cloud.bigtable.data.v2.stub.BigtableClientContext
This class wraps all state needed during the lifetime of the Bigtable client. This includes gax's
ClientContext plus any additional state that Bigtable Client needs.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static BigtableClientContextcreate(EnhancedBigtableStubSettings settings) com.google.api.gax.rpc.ClientContextio.opentelemetry.api.OpenTelemetry
-
Method Details
-
create
public static BigtableClientContext create(EnhancedBigtableStubSettings settings) throws IOException - Throws:
IOException
-
getOpenTelemetry
public io.opentelemetry.api.OpenTelemetry getOpenTelemetry() -
getClientContext
public com.google.api.gax.rpc.ClientContext getClientContext() -
close
- Throws:
Exception
-