Package | Description |
---|---|
com.j256.simplemetrics.utils |
Utility classes including ones that publish metrics from the JVM and the file-system.
|
Modifier and Type | Method and Description |
---|---|
static FileMetric.FileMetricOperation |
FileMetric.FileMetricOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMetric.FileMetricOperation[] |
FileMetric.FileMetricOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileMetric.setAdjustmentOperation(FileMetric.FileMetricOperation adjustmentOperation)
If you need to adjust the extracted value, this sets the operation that will be applied with the
FileMetric.setAdjustmentValue(double) . |
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.