Uses of Class
com.influxdb.v3.client.internal.GrpcCallOptions
Packages that use GrpcCallOptions
-
Uses of GrpcCallOptions in com.influxdb.v3.client.internal
Methods in com.influxdb.v3.client.internal that return GrpcCallOptionsModifier and TypeMethodDescriptionGrpcCallOptions.Builder.build()
Build an instance of GrpcCallOptions.static GrpcCallOptions
GrpcCallOptions.getDefaultOptions()
Creates a default instance ofGrpcCallOptions
with predefined settings. -
Uses of GrpcCallOptions in com.influxdb.v3.client.query
Methods in com.influxdb.v3.client.query that return GrpcCallOptionsMethods in com.influxdb.v3.client.query with parameters of type GrpcCallOptionsModifier and TypeMethodDescriptionvoid
QueryOptions.setGrpcCallOptions
(GrpcCallOptions grpcCallOptions) Sets the GrpcCallOptions object.