public interface CollectionPersisterService<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
persist(Collection<V> collectionData)
Persists the provided collection of data.
|
boolean |
persistMap(Map<K,V> mapData)
Persists the provided map of data.
|
boolean persist(Collection<V> collectionData)
collectionData
- the data to be persistedCopyright © 2022 Apache Software Foundation. All rights reserved.