Class SpringSessionProperties.ServerRegionProperties
java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.SpringSessionProperties.ServerRegionProperties
- Enclosing class:
- SpringSessionProperties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.geode.cache.RegionShortcut
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.geode.cache.RegionShortcut
void
setShortcut
(org.apache.geode.cache.RegionShortcut shortcut)
-
Field Details
-
DEFAULT_SERVER_REGION_SHORTCUT
public static final org.apache.geode.cache.RegionShortcut DEFAULT_SERVER_REGION_SHORTCUT
-
-
Constructor Details
-
ServerRegionProperties
public ServerRegionProperties()
-
-
Method Details
-
getShortcut
public org.apache.geode.cache.RegionShortcut getShortcut() -
setShortcut
public void setShortcut(org.apache.geode.cache.RegionShortcut shortcut)
-