Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
static RegionShortcut |
RegionShortcut.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionShortcut[] |
RegionShortcut.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RegionFactory<K,V> |
Cache.createRegionFactory(RegionShortcut atts)
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.