@Configuration public class StorageConfiguration extends Object
Constructor and Description |
---|
StorageConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.yahoo.bullet.storage.StorageManager<com.yahoo.bullet.pubsub.PubSubMessage> |
queryStorageManager(String config)
Creates a
StorageManager instance from a provided config. |
@Bean public com.yahoo.bullet.storage.StorageManager<com.yahoo.bullet.pubsub.PubSubMessage> queryStorageManager(@Value(value="${bullet.storage.config}") String config)
StorageManager
instance from a provided config.config
- The String path to the config file.StorageManager
indicated in the config.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.