public interface GeodeEntityStoreConfiguration
| Modifier and Type | Method and Description |
|---|---|
Property<String> |
cacheName()
Geode Cache Name.
|
Property<String> |
cachePropertiesPath()
Cache properties path, loaded from the classpath.
|
Property<String> |
regionName()
Geode Region Name.
|
Property<String> |
regionShortcut()
Cache Region Shortcut.
|
Property<GeodeTopology> |
topology()
Geode Topology.
|
@UseDefaults Property<GeodeTopology> topology()
GeodeTopology.@UseDefaults(value="polygene:cache") Property<String> cacheName()
@Optional Property<String> cachePropertiesPath()
@Optional Property<String> regionShortcut()
topology(), defaults to LOCAL,
see RegionShortcut.
In CLIENT_SERVER topology(), defaults to PROXY,
see ClientRegionShortcut.@UseDefaults(value="polygene-entitystore-region") Property<String> regionName()