Uses of Class
com.influxdb.v3.client.internal.GrpcCallOptions.Builder
Packages that use GrpcCallOptions.Builder
-
Uses of GrpcCallOptions.Builder in com.influxdb.v3.client.internal
Methods in com.influxdb.v3.client.internal that return GrpcCallOptions.BuilderModifier and TypeMethodDescriptionGrpcCallOptions.Builder.withCompressorName
(String compressorName) Sets the compression to use for the call.GrpcCallOptions.Builder.withDeadline
(io.grpc.Deadline deadline) Sets the absolute deadline for a rpc call.GrpcCallOptions.Builder.withExecutor
(Executor executor) Sets anexecutor
to be used instead of the default executor specified withManagedChannelBuilder.executor(java.util.concurrent.Executor)
.GrpcCallOptions.Builder.withMaxInboundMessageSize
(Integer maxInboundMessageSize) Sets the maximum allowed message size acceptable from the remote peer.GrpcCallOptions.Builder.withMaxOutboundMessageSize
(Integer maxOutboundMessageSize) Sets the maximum allowed message size acceptable sent to the remote peer.GrpcCallOptions.Builder.withWaitForReady()
Enables 'wait for ready' for the call.