Uses of Interface
backtype.storm.task.IMetricsContext

Packages that use IMetricsContext
backtype.storm.task   
storm.trident.operation   
storm.trident.state   
storm.trident.testing   
 

Uses of IMetricsContext in backtype.storm.task
 

Classes in backtype.storm.task that implement IMetricsContext
 class TopologyContext
          A TopologyContext is given to bolts and spouts in their "prepare" and "open" methods, respectively.
 

Uses of IMetricsContext in storm.trident.operation
 

Classes in storm.trident.operation that implement IMetricsContext
 class TridentOperationContext
           
 

Uses of IMetricsContext in storm.trident.state
 

Methods in storm.trident.state with parameters of type IMetricsContext
 State StateFactory.makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 

Uses of IMetricsContext in storm.trident.testing
 

Methods in storm.trident.testing with parameters of type IMetricsContext
 State MemoryMapState.Factory.makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 State LRUMemoryMapState.Factory.makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.