storm.trident.state
Interface StateFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
LRUMemoryMapState.Factory, MemoryMapState.Factory

public interface StateFactory
extends Serializable


Method Summary
 State makeState(Map conf, IMetricsContext metrics, int partitionIndex, int numPartitions)
           
 

Method Detail

makeState

State makeState(Map conf,
                IMetricsContext metrics,
                int partitionIndex,
                int numPartitions)


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