public interface WindowsStoreFactory extends Serializable
Factory to create instances of WindowsStore
.
Modifier and Type | Method and Description |
---|---|
WindowsStore |
create(Map stormConf)
Creates a window store
|
WindowsStore create(Map stormConf)
Creates a window store
stormConf
- storm topology configuration passed in TridentProcessor.prepare(Map, TopologyContext, TridentContext)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.