public interface SimpleClientProvider
Default interface to provide cassandra client.
Modifier and Type | Method and Description |
---|---|
SimpleClient |
getClient(Map<String,Object> config)
Creates a new cassandra client based on the specified storm configuration.
|
SimpleClient getClient(Map<String,Object> config)
Creates a new cassandra client based on the specified storm configuration.
config
- The configuration passed to the storm topology.SimpleClient
instance.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.