Hazelcast
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-afs-hazelcast</artifactId>
<version>07.01.00-MS-GA</version>
</dependency>
HazelcastInstance hazelcast = ...;
BlobStoreFileSystem fileSystem = BlobStoreFileSystem.New(
HazelcastConnector.Caching(cache)
);
EmbeddedStorage.start(fileSystem.ensureDirectoryPath("microstream_storage"));
Configuration
When using external configuration Hazelcast can be set as follows.
microstream-storage.properties
storage-filesystem.hazelcast.configuration=path-to-hazelcast-configuration-file
Supported properties
Property | Description |
---|---|
hazelcast.configuration |
Supported values:
|