public class HBaseWindowsStoreFactory extends Object implements WindowsStoreFactory
Factory to create HBaseWindowsStore
instances.
Constructor and Description |
---|
HBaseWindowsStoreFactory(Map<String,Object> config,
String tableName,
byte[] family,
byte[] qualifier) |
Modifier and Type | Method and Description |
---|---|
WindowsStore |
create(Map<String,Object> topoConf)
Creates a window store.
|
public WindowsStore create(Map<String,Object> topoConf)
WindowsStoreFactory
Creates a window store.
create
in interface WindowsStoreFactory
topoConf
- storm topology configuration passed in TridentProcessor.prepare(Map,
TopologyContext, TridentContext)
Copyright © 2022 The Apache Software Foundation. All rights reserved.