| Package | Description |
|---|---|
| backtype.storm.metric.api | |
| backtype.storm.metric.api.rpc | |
| backtype.storm.task | |
| storm.trident.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignableMetric |
class |
CombinedMetric |
class |
CountMetric |
class |
MultiCountMetric |
class |
MultiReducedMetric |
class |
ReducedMetric |
class |
StateMetric |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IShellMetric |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignableShellMetric |
class |
CombinedShellMetric |
class |
CountShellMetric |
class |
ReducedShellMetric |
| Modifier and Type | Method and Description |
|---|---|
<T extends IMetric> |
TopologyContext.registerMetric(String name,
T metric,
int timeBucketSizeInSecs) |
<T extends IMetric> |
IMetricsContext.registerMetric(String name,
T metric,
int timeBucketSizeInSecs) |
| Modifier and Type | Method and Description |
|---|---|
IMetric |
TopologyContext.getRegisteredMetricByName(String name)
Get component's metric from registered metrics by name.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IMetric> |
TridentOperationContext.registerMetric(String name,
T metric,
int timeBucketSizeInSecs) |
Copyright © 2015. All rights reserved.