Uses of Class
io.envoyproxy.envoy.config.common.key_value.v3.KeyValueStoreConfig
Packages that use KeyValueStoreConfig
Package
Description
-
Uses of KeyValueStoreConfig in io.envoyproxy.envoy.config.common.key_value.v3
Methods in io.envoyproxy.envoy.config.common.key_value.v3 that return KeyValueStoreConfigModifier and TypeMethodDescriptionKeyValueStoreConfig.Builder.build()KeyValueStoreConfig.Builder.buildPartial()static KeyValueStoreConfigKeyValueStoreConfig.getDefaultInstance()KeyValueStoreConfig.Builder.getDefaultInstanceForType()KeyValueStoreConfig.getDefaultInstanceForType()static KeyValueStoreConfigKeyValueStoreConfig.parseDelimitedFrom(InputStream input) static KeyValueStoreConfigKeyValueStoreConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(byte[] data) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(com.google.protobuf.ByteString data) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(com.google.protobuf.CodedInputStream input) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(InputStream input) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(ByteBuffer data) static KeyValueStoreConfigKeyValueStoreConfig.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.common.key_value.v3 that return types with arguments of type KeyValueStoreConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<KeyValueStoreConfig>KeyValueStoreConfig.getParserForType()static com.google.protobuf.Parser<KeyValueStoreConfig>KeyValueStoreConfig.parser()Methods in io.envoyproxy.envoy.config.common.key_value.v3 with parameters of type KeyValueStoreConfigModifier and TypeMethodDescriptionKeyValueStoreConfig.Builder.mergeFrom(KeyValueStoreConfig other) static KeyValueStoreConfig.BuilderKeyValueStoreConfig.newBuilder(KeyValueStoreConfig prototype) -
Uses of KeyValueStoreConfig in io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3
Methods in io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3 that return KeyValueStoreConfigModifier and TypeMethodDescriptionDnsCacheConfig.Builder.getKeyValueConfig()Configuration to flush the DNS cache to long term storage.DnsCacheConfig.getKeyValueConfig()Configuration to flush the DNS cache to long term storage.DnsCacheConfigOrBuilder.getKeyValueConfig()Configuration to flush the DNS cache to long term storage.Methods in io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3 with parameters of type KeyValueStoreConfigModifier and TypeMethodDescriptionDnsCacheConfig.Builder.mergeKeyValueConfig(KeyValueStoreConfig value) Configuration to flush the DNS cache to long term storage.DnsCacheConfig.Builder.setKeyValueConfig(KeyValueStoreConfig value) Configuration to flush the DNS cache to long term storage.