Uses of Class
io.envoyproxy.envoy.config.core.v3.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RetryPolicyModifier and TypeMethodDescriptionRetryPolicy.Builder.build()RetryPolicy.Builder.buildPartial()static RetryPolicyRetryPolicy.getDefaultInstance()RetryPolicy.Builder.getDefaultInstanceForType()RetryPolicy.getDefaultInstanceForType()GrpcService.Builder.getRetryPolicy()Optional default retry policy for streams toward the service.GrpcService.EnvoyGrpc.Builder.getRetryPolicy()Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.EnvoyGrpc.getRetryPolicy()Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.EnvoyGrpcOrBuilder.getRetryPolicy()Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.getRetryPolicy()Optional default retry policy for streams toward the service.GrpcServiceOrBuilder.getRetryPolicy()Optional default retry policy for streams toward the service.RemoteDataSource.Builder.getRetryPolicy()Retry policy for fetching remote data.RemoteDataSource.getRetryPolicy()Retry policy for fetching remote data.RemoteDataSourceOrBuilder.getRetryPolicy()Retry policy for fetching remote data.static RetryPolicyRetryPolicy.parseDelimitedFrom(InputStream input) static RetryPolicyRetryPolicy.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RetryPolicyRetryPolicy.parseFrom(byte[] data) static RetryPolicyRetryPolicy.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RetryPolicyRetryPolicy.parseFrom(com.google.protobuf.ByteString data) static RetryPolicyRetryPolicy.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RetryPolicyRetryPolicy.parseFrom(com.google.protobuf.CodedInputStream input) static RetryPolicyRetryPolicy.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RetryPolicyRetryPolicy.parseFrom(InputStream input) static RetryPolicyRetryPolicy.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RetryPolicyRetryPolicy.parseFrom(ByteBuffer data) static RetryPolicyRetryPolicy.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RetryPolicyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RetryPolicy> RetryPolicy.getParserForType()static com.google.protobuf.Parser<RetryPolicy> RetryPolicy.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RetryPolicyModifier and TypeMethodDescriptionRetryPolicy.Builder.mergeFrom(RetryPolicy other) GrpcService.Builder.mergeRetryPolicy(RetryPolicy value) Optional default retry policy for streams toward the service.GrpcService.EnvoyGrpc.Builder.mergeRetryPolicy(RetryPolicy value) Indicates the retry policy for re-establishing the gRPC stream This field is optional.RemoteDataSource.Builder.mergeRetryPolicy(RetryPolicy value) Retry policy for fetching remote data.static RetryPolicy.BuilderRetryPolicy.newBuilder(RetryPolicy prototype) GrpcService.Builder.setRetryPolicy(RetryPolicy value) Optional default retry policy for streams toward the service.GrpcService.EnvoyGrpc.Builder.setRetryPolicy(RetryPolicy value) Indicates the retry policy for re-establishing the gRPC stream This field is optional.RemoteDataSource.Builder.setRetryPolicy(RetryPolicy value) Retry policy for fetching remote data.