Uses of Enum
io.grpc.grpclb.DropType

Packages that use DropType
Package
Description
 
  • Uses of DropType in io.grpc.grpclb

    Subclasses with type arguments of type DropType in io.grpc.grpclb
    Modifier and Type
    Class
    Description
    (package private) enum 
    The reason for dropping a request as instructed by the remote balancer.
    Methods in io.grpc.grpclb that return DropType
    Modifier and Type
    Method
    Description
    static DropType
    DropType.valueOf(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.