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 GrpcCallOptionsGrpcCallOptions.getDefaultOptions()Creates a default instance ofGrpcCallOptionswith predefined settings.Methods in com.influxdb.v3.client.internal with parameters of type GrpcCallOptionsModifier and TypeMethodDescriptionGrpcCallOptions.Builder.fromGrpcCallOptions(GrpcCallOptions grpcCallOptions) Helper method to clone already existing gRPC options. -
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 TypeMethodDescriptionvoidQueryOptions.setGrpcCallOptions(GrpcCallOptions grpcCallOptions) Sets the GrpcCallOptions object.