- Enclosing interface:
Meter
public static class Meter.Scope
extends Object
Constants for the pre-defined scopes.
-
Field Summary
Fields
All the predefined scopes.
Default scope if none is specified for a given meter.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
APPLICATION
public static final String APPLICATION
Application scope.
- See Also:
-
-
BASE
public static final String BASE
Base scope.
- See Also:
-
-
VENDOR
public static final String VENDOR
Vendor scope.
- See Also:
-
-
BUILT_IN_SCOPES
public static final Set<String> BUILT_IN_SCOPES
All the predefined scopes.
-
DEFAULT
public static final String DEFAULT
Default scope if none is specified for a given meter.
- See Also:
-