Uses of Class
io.grpc.xds.XdsClusterResource.CdsUpdate.LbPolicy
-
Packages that use XdsClusterResource.CdsUpdate.LbPolicy Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of XdsClusterResource.CdsUpdate.LbPolicy in io.grpc.xds
Methods in io.grpc.xds that return XdsClusterResource.CdsUpdate.LbPolicy Modifier and Type Method Description static XdsClusterResource.CdsUpdate.LbPolicy
XdsClusterResource.CdsUpdate.LbPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XdsClusterResource.CdsUpdate.LbPolicy[]
XdsClusterResource.CdsUpdate.LbPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-