|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Region | |
|---|---|
| com.gemstone.gemfire | The base package of the GemFire Java product, featuring highly concurrent distributed caching with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a DistributedLockService. |
| com.gemstone.gemfire.admin | Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. |
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.client | The com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
| com.gemstone.gemfire.cache.execute |
The com.gemstone.gemfire.cache.execute package provides APIs used
for function execution on gemfire system members. |
| com.gemstone.gemfire.cache.partition | Provides classes which operate on partitioned regions. |
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| Uses of Region in com.gemstone.gemfire |
|---|
| Methods in com.gemstone.gemfire that return Region | ||
|---|---|---|
static
|
DataSerializer.readRegion(DataInput in)
Reads an instance of Region. |
|
| Methods in com.gemstone.gemfire with parameters of type Region | |
|---|---|
static void |
DataSerializer.writeRegion(Region<?,?> rgn,
DataOutput out)
Writes an instance of Region. |
| Uses of Region in com.gemstone.gemfire.admin |
|---|
| Constructors in com.gemstone.gemfire.admin with parameters of type Region | |
|---|---|
RegionSubRegionSnapshot(Region reg)
|
|
| Uses of Region in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that return Region | ||
|---|---|---|
Region<K,V> |
RegionFactory.create(String name)
Creates a region with the given name in this factory's Cache
using the configuration contained in this factory. |
|
Region |
DynamicRegionFactory.createDynamicRegion(String parentRegionName,
String regionName)
Creates the dynamic Region in the local cache and distributes the creation to other caches. |
|
|
Cache.createRegion(String name,
RegionAttributes<K,V> aRegionAttributes)
Deprecated. as of 6.5 use Cache.createRegionFactory(RegionAttributes) instead |
|
|
Region.createSubregion(String subregionName,
RegionAttributes<SK,SV> aRegionAttributes)
Creates a subregion with the specified name and RegionAttributes. |
|
|
Cache.createVMRegion(String name,
RegionAttributes<K,V> aRegionAttributes)
Deprecated. as of GemFire 5.0, use Cache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes instead. |
|
|
Region.getParentRegion()
Gets the parent region of this region. |
|
Region<K,V> |
AttributesMutator.getRegion()
Returns the Region whose attributes this mutator affects. |
|
Region<?,?> |
InterestRegistrationEvent.getRegion()
Returns the region to which this interest belongs. |
|
Region<K,V> |
CacheEvent.getRegion()
Returns the region to which this cached object belongs or the region that raised this event for RegionEvents. |
|
Region<K,V> |
Region.Entry.getRegion()
Returns the region that contains this entry. |
|
Region<K,V> |
EntryOperation.getRegion()
Returns the region to which this cached object belongs or the region that raised this event for RegionEvents. |
|
Region<K,V> |
LoaderHelper.getRegion()
Returns the region to which the entry belongs. |
|
Region |
RegionExistsException.getRegion()
Return the Region that already exists which prevented region creation. |
|
|
RegionService.getRegion(String path)
Return the existing region (or subregion) with the specified path. |
|
|
Region.getSubregion(String path)
Returns a subregion with the specified name or null if doesn't exist. |
|
| Methods in com.gemstone.gemfire.cache that return types with arguments of type Region | |
|---|---|
Set<Region<?,?>> |
RegionService.rootRegions()
Returns unmodifiable set of the root regions that in the region service. |
Set<Region<?,?>> |
Region.subregions(boolean recursive)
Returns a Set of all subregions. |
| Methods in com.gemstone.gemfire.cache with parameters of type Region | |
|---|---|
static Set<Role> |
RequiredRoles.checkForRequiredRoles(Region<?,?> region)
Returns a set of any currently missing required roles for the specified region. |
void |
RegionMembershipListener.initialMembers(Region<K,V> region,
DistributedMember[] initialMembers)
Invoked when the listener is first initialized and is given the set of members that have the region created at that time. |
static boolean |
RequiredRoles.isRoleInRegionMembership(Region<?,?> region,
Role role)
Returns true if the Role
is currently present in the Region membership. |
static Set<Role> |
RequiredRoles.waitForRequiredRoles(Region<?,?> region,
long timeout)
Returns a set of any currently missing required roles for the specified region. |
| Constructors in com.gemstone.gemfire.cache with parameters of type Region | |
|---|---|
DiskAccessException(String msg,
Region r)
Constructs a new DiskAccessException with a message string. |
|
RegionExistsException(Region rgn)
Constructs an instance of RegionExistsException with the specified Region. |
|
RegionExistsException(Region rgn,
Throwable cause)
Constructs an instance of RegionExistsException with the specified detail message
and cause. |
|
| Uses of Region in com.gemstone.gemfire.cache.client |
|---|
| Methods in com.gemstone.gemfire.cache.client that return Region | |
|---|---|
Region<K,V> |
ClientRegionFactory.create(String name)
Creates a region in the ClientCache using
the configuration contained in this ClientRegionFactory. |
| Methods in com.gemstone.gemfire.cache.client with parameters of type Region | |
|---|---|
static Pool |
PoolManager.find(Region<?,?> region)
Find the pool used by the given region. |
| Uses of Region in com.gemstone.gemfire.cache.execute |
|---|
| Methods in com.gemstone.gemfire.cache.execute that return Region | ||
|---|---|---|
|
RegionFunctionContext.getDataSet()
Returns the reference to the Region on which the function is executed |
|
| Methods in com.gemstone.gemfire.cache.execute with parameters of type Region | |
|---|---|
static Execution |
FunctionService.onRegion(Region region)
Returns an Execution object that can be used to execute a data
dependent function on the specified Region. |
| Uses of Region in com.gemstone.gemfire.cache.partition |
|---|
| Methods in com.gemstone.gemfire.cache.partition that return Region | ||
|---|---|---|
static
|
PartitionRegionHelper.getLocalData(Region<K,V> r)
Given a partitioned Region return a Region providing read access limited to the local heap, writes using this Region have no constraints and behave the same as a partitioned Region. |
|
static
|
PartitionRegionHelper.getLocalDataForContext(RegionFunctionContext c)
Given a RegionFunctionContext for a partitioned Region, return a Region providing read access limited to the function context. |
|
static
|
PartitionRegionHelper.getLocalPrimaryData(Region<K,V> r)
Given a partitioned Region return a Region providing read access to primary copy of the data which is limited to the local heap, writes using this Region have no constraints and behave the same as a partitioned Region. |
|
| Methods in com.gemstone.gemfire.cache.partition that return types with arguments of type Region | |
|---|---|
static Map<String,Region<?,?>> |
PartitionRegionHelper.getColocatedRegions(Region<?,?> r)
Given a partitioned Region, return a map of colocated Regions. |
static Map<String,Region<?,?>> |
PartitionRegionHelper.getLocalColocatedRegions(RegionFunctionContext c)
Given a RegionFunctionContext for a partitioned Region, return a map of colocated Regions with read access limited to the context of the function. |
| Methods in com.gemstone.gemfire.cache.partition with parameters of type Region | ||
|---|---|---|
void |
PartitionListener.afterRegionCreate(Region<?,?> region)
Callback invoked when a partition region is created |
|
static void |
PartitionRegionHelper.assignBucketsToPartitions(Region<?,?> region)
Decide which partitions will host which buckets. |
|
static boolean |
PartitionManager.createPrimaryBucket(Region<?,?> region,
int bucketId,
boolean destroyExistingRemote,
boolean destroyExistingLocal)
This method creates primary bucket in the following way: If the partitioned region does not have a primary bucket for the bucketId, it creates a primary bucket on the member and returns true. |
|
static
|
PartitionRegionHelper.getAllMembersForKey(Region<K,V> r,
K key)
Get all potential owners for a key. |
|
static Map<String,Region<?,?>> |
PartitionRegionHelper.getColocatedRegions(Region<?,?> r)
Given a partitioned Region, return a map of colocated Regions. |
|
static
|
PartitionRegionHelper.getLocalData(Region<K,V> r)
Given a partitioned Region return a Region providing read access limited to the local heap, writes using this Region have no constraints and behave the same as a partitioned Region. |
|
static
|
PartitionRegionHelper.getLocalPrimaryData(Region<K,V> r)
Given a partitioned Region return a Region providing read access to primary copy of the data which is limited to the local heap, writes using this Region have no constraints and behave the same as a partitioned Region. |
|
static PartitionRegionInfo |
PartitionRegionHelper.getPartitionRegionInfo(Region<?,?> region)
Gathers details about the specified partitioned region. |
|
static
|
PartitionRegionHelper.getPrimaryMemberForKey(Region<K,V> r,
K key)
Get the current primary owner for a key. |
|
static
|
PartitionRegionHelper.getRedundantMembersForKey(Region<K,V> r,
K key)
Get all potential redundant owners for a key. |
|
static boolean |
PartitionRegionHelper.isPartitionedRegion(Region<?,?> r)
Test a Region to see if it is a partitioned Region |
|
| Uses of Region in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that return Region | |
|---|---|
Region<?,?> |
Index.getRegion()
The Region this index is on |
| Methods in com.gemstone.gemfire.cache.query with parameters of type Region | |
|---|---|
Index |
QueryService.getIndex(Region<?,?> region,
String indexName)
Get the Index from the specified Region with the specified name. |
Collection<Index> |
QueryService.getIndexes(Region<?,?> region)
Get a collection of all the indexes on the specified Region |
Collection<Index> |
QueryService.getIndexes(Region<?,?> region,
IndexType indexType)
Get a collection of all the indexes on the specified Region of the specified index type. |
void |
QueryService.removeIndexes(Region<?,?> region)
Remove all the indexes on the specified Region |
| Uses of Region in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that return Region | |
|---|---|
Region<?,?> |
GatewayEvent.getRegion()
Returns the Region associated with this GatewayEvent. |
| Methods in com.gemstone.gemfire.cache.util with parameters of type Region | |
|---|---|
void |
BridgeClient.attach(Region r)
Deprecated. Notify the BridgeClient that the given Region will begin delivering events to this BridgeClient. |
void |
BridgeLoader.attach(Region r)
Deprecated. Notify the BridgeLoader that the given Region will begin calling BridgeLoader.load(LoaderHelper). |
void |
BridgeWriter.attach(Region r)
Deprecated. Notify the BridgeWriter that the given Region will begin delivering events to this BridgeWriter. |
void |
BridgeClient.detach(Region r)
Deprecated. Notify the BridgeClient that the given region is no longer relevant. |
void |
BridgeLoader.detach(Region r)
Deprecated. Notify the BridgeLoader that the given region is no longer relevant. |
void |
BridgeWriter.detach(Region r)
Deprecated. Notify the BridgeWriter that the given region is no longer relevant. |
void |
RegionMembershipListenerAdapter.initialMembers(Region<K,V> r,
DistributedMember[] initialMembers)
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||