Package | Description |
---|---|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
Modifier and Type | Method and Description |
---|---|
SystemMemberRegion |
SystemMemberCache.createRegion(String name,
RegionAttributes attrs)
Deprecated.
Creates a root
Region in this cache. |
SystemMemberRegion |
SystemMemberRegion.createSubregion(String name,
RegionAttributes attrs)
Deprecated.
Creates a subregion of this region.
|
SystemMemberRegion |
SystemMemberCache.createVMRegion(String name,
RegionAttributes attrs)
Deprecated.
as of GemFire 5.0, use
SystemMemberCache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes) instead |
SystemMemberRegion |
SystemMemberCache.getRegion(String path)
Deprecated.
Return the existing region (or subregion) with the specified
path that already exists in the cache.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.