DS
- - type of the data store@Beta public interface ExternalDataStoreFactory<DS> extends AutoCloseable
init(ExternalDataStoreConfig)
.Modifier and Type | Method and Description |
---|---|
default void |
close()
Closes underlying resources
|
DS |
getDataStore()
Returns configured data store.
|
void |
init(ExternalDataStoreConfig config)
Initialize factory with the config
|
DS getDataStore()
void init(ExternalDataStoreConfig config)
config
- configuration of the given datastoredefault void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2023 Hazelcast, Inc.. All rights reserved.