public interface OperationType
Modifier and Type | Method and Description |
---|---|
Query |
context()
Query that select context nodes for this statistic.
|
String |
operationName()
The name of the statistic as found in the statistics context tree.
|
boolean |
required()
If this statistic is required.
|
Set<String> |
tags()
A set of tags that will be on the statistic found in the statistics context tree.
|
Class<? extends Enum<?>> |
type()
Operation result type.
|
boolean required()
If required and this statistic is not present an exception will be thrown.
Query context()
String operationName()
Copyright © 2017. All rights reserved.