Uses of Class
io.envoyproxy.envoy.type.HashPolicy
-
Packages that use HashPolicy Package Description io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 io.envoyproxy.envoy.type -
-
Uses of HashPolicy in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return HashPolicy Modifier and Type Method Description HashPolicyTcpProxy.Builder. getHashPolicy(int index)Optional configuration for TCP proxy hash policy.HashPolicyTcpProxy. getHashPolicy(int index)Optional configuration for TCP proxy hash policy.HashPolicyTcpProxyOrBuilder. getHashPolicy(int index)Optional configuration for TCP proxy hash policy.Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return types with arguments of type HashPolicy Modifier and Type Method Description List<HashPolicy>TcpProxy.Builder. getHashPolicyList()Optional configuration for TCP proxy hash policy.List<HashPolicy>TcpProxy. getHashPolicyList()Optional configuration for TCP proxy hash policy.List<HashPolicy>TcpProxyOrBuilder. getHashPolicyList()Optional configuration for TCP proxy hash policy.Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with parameters of type HashPolicy Modifier and Type Method Description TcpProxy.BuilderTcpProxy.Builder. addHashPolicy(int index, HashPolicy value)Optional configuration for TCP proxy hash policy.TcpProxy.BuilderTcpProxy.Builder. addHashPolicy(HashPolicy value)Optional configuration for TCP proxy hash policy.TcpProxy.BuilderTcpProxy.Builder. setHashPolicy(int index, HashPolicy value)Optional configuration for TCP proxy hash policy.Method parameters in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with type arguments of type HashPolicy Modifier and Type Method Description TcpProxy.BuilderTcpProxy.Builder. addAllHashPolicy(Iterable<? extends HashPolicy> values)Optional configuration for TCP proxy hash policy. -
Uses of HashPolicy in io.envoyproxy.envoy.type
Methods in io.envoyproxy.envoy.type that return HashPolicy Modifier and Type Method Description HashPolicyHashPolicy.Builder. build()HashPolicyHashPolicy.Builder. buildPartial()static HashPolicyHashPolicy. getDefaultInstance()HashPolicyHashPolicy.Builder. getDefaultInstanceForType()HashPolicyHashPolicy. getDefaultInstanceForType()static HashPolicyHashPolicy. parseDelimitedFrom(InputStream input)static HashPolicyHashPolicy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashPolicyHashPolicy. parseFrom(byte[] data)static HashPolicyHashPolicy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashPolicyHashPolicy. parseFrom(com.google.protobuf.ByteString data)static HashPolicyHashPolicy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashPolicyHashPolicy. parseFrom(com.google.protobuf.CodedInputStream input)static HashPolicyHashPolicy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashPolicyHashPolicy. parseFrom(InputStream input)static HashPolicyHashPolicy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HashPolicyHashPolicy. parseFrom(ByteBuffer data)static HashPolicyHashPolicy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type that return types with arguments of type HashPolicy Modifier and Type Method Description com.google.protobuf.Parser<HashPolicy>HashPolicy. getParserForType()static com.google.protobuf.Parser<HashPolicy>HashPolicy. parser()Methods in io.envoyproxy.envoy.type with parameters of type HashPolicy Modifier and Type Method Description HashPolicy.BuilderHashPolicy.Builder. mergeFrom(HashPolicy other)static HashPolicy.BuilderHashPolicy. newBuilder(HashPolicy prototype)
-