Uses of Enum
io.grpc.grpclb.GrpclbState.Mode
Packages that use GrpclbState.Mode
-
Uses of GrpclbState.Mode in io.grpc.grpclb
Subclasses with type arguments of type GrpclbState.Mode in io.grpc.grpclbFields in io.grpc.grpclb declared as GrpclbState.ModeModifier and TypeFieldDescriptionprivate static final GrpclbState.ModeGrpclbLoadBalancerProvider.DEFAULT_MODEprivate final GrpclbState.ModeGrpclbConfig.modeMethods in io.grpc.grpclb that return GrpclbState.ModeModifier and TypeMethodDescription(package private) GrpclbState.ModeGrpclbConfig.getMode()static GrpclbState.ModeReturns 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.ModeModifier and TypeMethodDescription(package private) static GrpclbConfigGrpclbConfig.create(GrpclbState.Mode mode) (package private) static GrpclbConfigGrpclbConfig.create(GrpclbState.Mode mode, String serviceName, long fallbackTimeoutMs) Constructors in io.grpc.grpclb with parameters of type GrpclbState.ModeModifierConstructorDescriptionprivateGrpclbConfig(GrpclbState.Mode mode, String serviceName, long fallbackTimeoutMs)