Package | Description |
---|---|
backtype.storm.metric.api | |
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 | 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 |
---|---|
<T extends IMetric> |
TridentOperationContext.registerMetric(String name,
T metric,
int timeBucketSizeInSecs) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.