Uses of Class
io.envoyproxy.envoy.config.common.key_value.v3.KeyValueStoreConfig
-
Packages that use KeyValueStoreConfig Package Description io.envoyproxy.envoy.config.common.key_value.v3 io.envoyproxy.envoy.extensions.common.dynamic_forward_proxy.v3 -
-
Uses of KeyValueStoreConfig in io.envoyproxy.envoy.config.common.key_value.v3
Methods in io.envoyproxy.envoy.config.common.key_value.v3 that return KeyValueStoreConfig Modifier and Type Method Description KeyValueStoreConfigKeyValueStoreConfig.Builder. build()KeyValueStoreConfigKeyValueStoreConfig.Builder. buildPartial()static KeyValueStoreConfigKeyValueStoreConfig. getDefaultInstance()KeyValueStoreConfigKeyValueStoreConfig.Builder. getDefaultInstanceForType()KeyValueStoreConfigKeyValueStoreConfig. 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 KeyValueStoreConfig Modifier and Type Method Description com.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 KeyValueStoreConfig Modifier and Type Method Description KeyValueStoreConfig.BuilderKeyValueStoreConfig.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 KeyValueStoreConfig Modifier and Type Method Description KeyValueStoreConfigDnsCacheConfig.Builder. getKeyValueConfig()[#not-implemented-hide:] Configuration to flush the DNS cache to long term storage.KeyValueStoreConfigDnsCacheConfig. getKeyValueConfig()[#not-implemented-hide:] Configuration to flush the DNS cache to long term storage.KeyValueStoreConfigDnsCacheConfigOrBuilder. getKeyValueConfig()[#not-implemented-hide:] 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 KeyValueStoreConfig Modifier and Type Method Description DnsCacheConfig.BuilderDnsCacheConfig.Builder. mergeKeyValueConfig(KeyValueStoreConfig value)[#not-implemented-hide:] Configuration to flush the DNS cache to long term storage.DnsCacheConfig.BuilderDnsCacheConfig.Builder. setKeyValueConfig(KeyValueStoreConfig value)[#not-implemented-hide:] Configuration to flush the DNS cache to long term storage.
-