Uses of Class
io.envoyproxy.envoy.api.v2.core.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RetryPolicyModifier and TypeMethodDescriptionRetryPolicy.Builder.build()RetryPolicy.Builder.buildPartial()static RetryPolicyRetryPolicy.getDefaultInstance()RetryPolicy.Builder.getDefaultInstanceForType()RetryPolicy.getDefaultInstanceForType()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.api.v2.core 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.api.v2.core with parameters of type RetryPolicyModifier and TypeMethodDescriptionRetryPolicy.Builder.mergeFrom(RetryPolicy other) RemoteDataSource.Builder.mergeRetryPolicy(RetryPolicy value) Retry policy for fetching remote data.static RetryPolicy.BuilderRetryPolicy.newBuilder(RetryPolicy prototype) RemoteDataSource.Builder.setRetryPolicy(RetryPolicy value) Retry policy for fetching remote data.