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.fromGrpcCallOptions(GrpcCallOptions grpcCallOptions) Helper method to clone already existing gRPC options.GrpcCallOptions.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 anexecutorto 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.withoutDeadline()Unsets absolute deadline.GrpcCallOptions.Builder.withWaitForReady()Enables 'wait for ready' for the call.