Package | Description |
---|---|
org.apache.storm.metricstore |
Modifier and Type | Method and Description |
---|---|
AggLevel |
Metric.getAggLevel() |
static AggLevel |
AggLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggLevel[] |
AggLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AggLevel> |
FilterOptions.getAggLevels()
Get the aggregation levels to search for.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterOptions.addAggLevel(AggLevel level)
Add an aggregation level to search for.
|
void |
Metric.setAggLevel(AggLevel aggLevel)
Set the aggLevel.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterOptions.setAggLevels(Set<AggLevel> levels)
Set the aggregation levels to search for.
|
Constructor and Description |
---|
Metric(String name,
Long timestamp,
String topologyId,
double value,
String componentId,
String executorId,
String hostname,
String streamId,
int port,
AggLevel aggLevel)
Metric constructor.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.