Uses of Class
io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3.RedisProxy.RedisFault
Packages that use RedisProxy.RedisFault
-
Uses of RedisProxy.RedisFault in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return RedisProxy.RedisFaultModifier and TypeMethodDescriptionRedisProxy.RedisFault.Builder.build()RedisProxy.RedisFault.Builder.buildPartial()static RedisProxy.RedisFaultRedisProxy.RedisFault.getDefaultInstance()RedisProxy.RedisFault.Builder.getDefaultInstanceForType()RedisProxy.RedisFault.getDefaultInstanceForType()RedisProxy.Builder.getFaults(int index) List of faults to inject.RedisProxy.getFaults(int index) List of faults to inject.RedisProxyOrBuilder.getFaults(int index) List of faults to inject.static RedisProxy.RedisFaultRedisProxy.RedisFault.parseDelimitedFrom(InputStream input) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(byte[] data) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(com.google.protobuf.ByteString data) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(com.google.protobuf.CodedInputStream input) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(InputStream input) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(ByteBuffer data) static RedisProxy.RedisFaultRedisProxy.RedisFault.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 that return types with arguments of type RedisProxy.RedisFaultModifier and TypeMethodDescriptionRedisProxy.Builder.getFaultsList()List of faults to inject.RedisProxy.getFaultsList()List of faults to inject.RedisProxyOrBuilder.getFaultsList()List of faults to inject.com.google.protobuf.Parser<RedisProxy.RedisFault>RedisProxy.RedisFault.getParserForType()static com.google.protobuf.Parser<RedisProxy.RedisFault>RedisProxy.RedisFault.parser()Methods in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with parameters of type RedisProxy.RedisFaultModifier and TypeMethodDescriptionRedisProxy.Builder.addFaults(int index, RedisProxy.RedisFault value) List of faults to inject.RedisProxy.Builder.addFaults(RedisProxy.RedisFault value) List of faults to inject.RedisProxy.RedisFault.Builder.mergeFrom(RedisProxy.RedisFault other) RedisProxy.RedisFault.newBuilder(RedisProxy.RedisFault prototype) RedisProxy.Builder.setFaults(int index, RedisProxy.RedisFault value) List of faults to inject.Method parameters in io.envoyproxy.envoy.extensions.filters.network.redis_proxy.v3 with type arguments of type RedisProxy.RedisFaultModifier and TypeMethodDescriptionRedisProxy.Builder.addAllFaults(Iterable<? extends RedisProxy.RedisFault> values) List of faults to inject.