public abstract class Quota extends Object
Modifier and Type | Method and Description |
---|---|
static Quota |
create(String metric,
double usage,
double limit) |
abstract double |
limit() |
abstract String |
metric() |
abstract double |
usage() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.