RateControlledEntitypublic interface RateControlledEntity Interface designation for rate-limited entities controlled by a handler. |
Fields Summary |
---|
public static final int | PRIORITY_NORMALUses fair round-robin scheduling of processing ops. | public static final int | PRIORITY_HIGHGuaranteed scheduling of processing ops, with preference over normal-priority entities. |
|