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)
WindowsStoreFactoryCreates a window store.
create in interface WindowsStoreFactorytopoConf - storm topology configuration passed in TridentProcessor.prepare(Map,
                TopologyContext, TridentContext)Copyright © 2020 The Apache Software Foundation. All rights reserved.