StorageType
- Type of record storage used for each sourcepublic interface IMultiSourceStorage<StorageType extends IBasicStorage>
Interface for multi-source storage implementations
Modifier and Type | Method and Description |
---|---|
StorageType |
addDataStore(java.lang.String producerID)
Creates a new record data store for the given producer
|
StorageType |
getDataStore(java.lang.String producerID)
Retrieves the data store holding data for the given producer.
|
java.util.Collection<java.lang.String> |
getProducerIDs() |
java.util.Collection<java.lang.String> getProducerIDs()
StorageType getDataStore(java.lang.String producerID)
producerID
- StorageType addDataStore(java.lang.String producerID)
producerID
- ID of producer to create a new record store for