Uses of Class
io.grpc.grpclb.DropType
-
Packages that use DropType Package Description io.grpc.grpclb -
-
Uses of DropType in io.grpc.grpclb
Methods in io.grpc.grpclb that return DropType Modifier and Type Method Description static DropType
DropType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DropType[]
DropType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-