Uses of Class
io.grpc.grpclb.GrpclbState.Mode
-
Packages that use GrpclbState.Mode Package Description io.grpc.grpclb -
-
Uses of GrpclbState.Mode in io.grpc.grpclb
Fields in io.grpc.grpclb declared as GrpclbState.Mode Modifier and Type Field Description private static GrpclbState.Mode
GrpclbLoadBalancerProvider. DEFAULT_MODE
private GrpclbState.Mode
GrpclbConfig. mode
Methods in io.grpc.grpclb that return GrpclbState.Mode Modifier and Type Method Description (package private) GrpclbState.Mode
GrpclbConfig. getMode()
static GrpclbState.Mode
GrpclbState.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GrpclbState.Mode[]
GrpclbState.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.grpclb with parameters of type GrpclbState.Mode Modifier and Type Method Description (package private) static GrpclbConfig
GrpclbConfig. create(GrpclbState.Mode mode)
(package private) static GrpclbConfig
GrpclbConfig. create(GrpclbState.Mode mode, java.lang.String serviceName, long fallbackTimeoutMs)
Constructors in io.grpc.grpclb with parameters of type GrpclbState.Mode Constructor Description GrpclbConfig(GrpclbState.Mode mode, java.lang.String serviceName, long fallbackTimeoutMs)
-