public class InMemoryWindowsStoreFactory extends Object implements WindowsStoreFactory
InMemoryWindowsStore
which will be used for storing tuples and triggers
of the window. The same InMemoryWindowsStoreFactory instance is passed to WindowsStateUpdater
, which removes successfully emitted
triggers from the same inMemoryWindowsStore
instance in WindowsStateUpdater.updateState(WindowsState, List,
TridentCollector)
.Constructor and Description |
---|
InMemoryWindowsStoreFactory() |
Modifier and Type | Method and Description |
---|---|
WindowsStore |
create(Map<String,Object> topoConf)
Creates a window store.
|
public WindowsStore create(Map<String,Object> topoConf)
WindowsStoreFactory
create
in interface WindowsStoreFactory
topoConf
- storm topology configuration passed in TridentProcessor.prepare(Map,
TopologyContext, TridentContext)
Copyright © 2023 The Apache Software Foundation. All rights reserved.