Package | Description |
---|---|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
Modifier and Type | Method and Description |
---|---|
static ClientRegionShortcut |
ClientRegionShortcut.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientRegionShortcut[] |
ClientRegionShortcut.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> ClientRegionFactory<K,V> |
ClientCache.createClientRegionFactory(ClientRegionShortcut shortcut)
Create and return a client region factory that is initialized to create
a region using the given predefined region attributes.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.