code
docs
tests
EntityStore service backed by the Hazelcast in-memory data grid.
Table 63. Artifact
Group ID | Artifact ID | Version |
---|---|---|
org.apache.zest.extension | org.apache.zest.extension.entitystore-hazelcast | 0 |
Assembly is done using the provided Assembler:
public void assemble( ModuleAssembly module ) throws AssemblyException { [...snip...] new HazelcastEntityStoreAssembler().withConfig( configModule, Visibility.layer ).assemble( module ); }
Here are the configuration properties for the Hazelcast EntityStore:
public interface HazelcastConfiguration extends ConfigurationComposite { @UseDefaults Property<String> configXmlLocation(); @UseDefaults Property<String> mapName(); }
configXmlLocation
represent the location of the Hazelcast XML based configuration.
mapName
is the name of the used Hazelcast Map