@Beta public interface ExternalDataStoreService
Modifier and Type | Method and Description |
---|---|
ExternalDataStoreFactory<?> |
getExternalDataStoreFactory(String name)
Returns external data store factory with given name.
|
ExternalDataStoreFactory<?> getExternalDataStoreFactory(String name)
name
- name of the data store factoryHazelcastException
- if the factory with given name is not found or misconfiguredCopyright © 2022 Hazelcast, Inc.. All rights reserved.