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 booleanaggregateOcCounter.CounterViewTypedefaultViewStringdescriptionbooleanisReplicatedStringshortNameStringunitLabel
-
-
-
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
-
-