Interface WindowsStoreFactory
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
InMemoryWindowsStoreFactory
public interface WindowsStoreFactory extends Serializable
Factory to create instances ofWindowsStore
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WindowsStore
create(Map<String,Object> topoConf)
Creates a window store.
-
-
-
Method Detail
-
create
WindowsStore create(Map<String,Object> topoConf)
Creates a window store.- Parameters:
topoConf
- storm topology configuration passed inTridentProcessor.prepare(Map, TopologyContext, TridentContext)
-
-