@Beta public interface ExternalDataStoreService extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<DS> ExternalDataStoreFactory<DS> |
getExternalDataStoreFactory(String name)
Returns external data store factory with given name.
|
<DS> ExternalDataStoreFactory<DS> getExternalDataStoreFactory(String name)
DS - type of the data storename - name of the data store factoryHazelcastException - if the factory with given name is not found or misconfigured*void close()
close in interface AutoCloseableCopyright © 2023 Hazelcast, Inc.. All rights reserved.