Package com.opencloud.slee.annotation
Annotation Type OcCounter
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface OcCounter
A counter stat used in an oc stats parameter set
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
aggregate
OcCounter.CounterViewType
defaultView
String
description
boolean
isReplicated
String
shortName
String
unitLabel
-
-
-
Element Detail
-
name
String name
-
-
-
description
String description
- Default:
- ""
-
-
-
shortName
String shortName
- Default:
- ""
-
-
-
unitLabel
String unitLabel
- Default:
- ""
-
-
-
defaultView
OcCounter.CounterViewType defaultView
- Default:
- com.opencloud.slee.annotation.OcCounter.CounterViewType.delta
-
-