Package io.grpc.xds

Class Endpoints.DropOverload

java.lang.Object
io.grpc.xds.Endpoints.DropOverload
Direct Known Subclasses:
AutoValue_Endpoints_DropOverload
Enclosing class:
Endpoints

abstract static class Endpoints.DropOverload extends Object
Represents a drop policy.
  • Constructor Details

    • DropOverload

      DropOverload()
  • Method Details

    • category

      abstract String category()
    • dropsPerMillion

      abstract int dropsPerMillion()
    • create

      static Endpoints.DropOverload create(String category, int dropsPerMillion)