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.ModeGrpclbLoadBalancerProvider. DEFAULT_MODEprivate GrpclbState.ModeGrpclbConfig. modeMethods in io.grpc.grpclb that return GrpclbState.Mode Modifier and Type Method Description (package private) GrpclbState.ModeGrpclbConfig. getMode()static GrpclbState.ModeGrpclbState.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 GrpclbConfigGrpclbConfig. create(GrpclbState.Mode mode)(package private) static GrpclbConfigGrpclbConfig. 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)
-