management
package instead@Deprecated public interface SystemMemberRegion
SystemMember
's view of one of its cache's
Region
s. If the region in the remote system member is closed or
destroyed, the methods of SystemMemberRegion
will throw
RegionNotFoundException
.Modifier and Type | Method and Description |
---|---|
SystemMemberRegion |
createSubregion(String name,
RegionAttributes attrs)
Deprecated.
Creates a subregion of this region.
|
String |
getCacheListener()
Deprecated.
as of 6.0 use getCacheListeners() instead
|
String[] |
getCacheListeners()
Deprecated.
This method will return an empty array if there are no CacheListeners defined on the region.
|
String |
getCacheLoader()
Deprecated.
Returns a description of any CacheLoader associated with this region.
|
String |
getCacheWriter()
Deprecated.
Returns a description of any CacheWriter associated with this region.
|
boolean |
getConcurrencyChecksEnabled()
Deprecated.
Returns whether or not conflicting concurrent operations on this region are prevented
|
int |
getConcurrencyLevel()
Deprecated.
Returns the ConcurrencyLevel in this region's attributes.
|
String |
getCustomEntryIdleTimeout()
Deprecated.
string describing the CustomExpiry for entry-idle-timeout
|
String |
getCustomEntryTimeToLive()
Deprecated.
string describing the CustomExpiry for entry-time-to-live
|
DataPolicy |
getDataPolicy()
Deprecated.
Returns the DataPolicy in this region's attributes.
|
File[] |
getDiskDirs()
Deprecated.
Returns the directories to which the region's data are written.
|
DiskWriteAttributes |
getDiskWriteAttributes()
Deprecated.
Returns the
DiskWriteAttributes that configure how the region is written to disk. |
boolean |
getEarlyAck()
Deprecated.
Returns whether or not acks are sent after an update is processed.
|
int |
getEntryCount()
Deprecated.
Returns the number of entries currently in this region.
|
ExpirationAction |
getEntryIdleTimeoutAction()
Deprecated.
Returns the EntryIdleTimeout action in this region's attributes.
|
int |
getEntryIdleTimeoutTimeLimit()
Deprecated.
Returns the EntryIdleTimeout time limit in this region's attributes.
|
ExpirationAction |
getEntryTimeToLiveAction()
Deprecated.
Returns the EntryTimeToLive action in this region's attributes.
|
int |
getEntryTimeToLiveTimeLimit()
Deprecated.
Returns the EntryTimeToLive time limit in this region's attributes.
|
EvictionAttributes |
getEvictionAttributes()
Deprecated.
Returns the
EvictionAttributes that configure how entries in the region are
evicted |
String |
getFullPath()
Deprecated.
Returns the full path name that identifies this region in its cache.
|
long |
getHitCount()
Deprecated.
Returns the HitCount obtained from this region's statistics.
|
float |
getHitRatio()
Deprecated.
Returns the HitRatio obtained from this region's statistics.
|
int |
getInitialCapacity()
Deprecated.
Returns the InitialCapacity in this region's attributes.
|
String |
getKeyConstraint()
Deprecated.
Returns the KeyConstraint in this region's attributes.
|
long |
getLastAccessedTime()
Deprecated.
Returns the LastAccessedTime obtained from this region's statistics.
|
long |
getLastModifiedTime()
Deprecated.
Returns the LastModifiedTime obtained from this region's statistics.
|
float |
getLoadFactor()
Deprecated.
Returns the LoadFactor in this region's attributes.
|
MembershipAttributes |
getMembershipAttributes()
Deprecated.
this API is scheduled to be removed
|
MirrorType |
getMirrorType()
Deprecated.
as of 5.0, you should use getDataPolicy instead
|
long |
getMissCount()
Deprecated.
Returns the MissCount obtained from this region's statistics.
|
String |
getName()
Deprecated.
Returns the name that identifies this region in its cache.
|
PartitionAttributes |
getPartitionAttributes()
Deprecated.
Returns the
PartitionAttributes for the region. |
boolean |
getPersistBackup()
Deprecated.
Returns whether or not a persistent backup should be made of the region (as opposed to just
writing the overflow data to disk).
|
ExpirationAction |
getRegionIdleTimeoutAction()
Deprecated.
Returns the RegionIdleTimeout action in this region's attributes.
|
int |
getRegionIdleTimeoutTimeLimit()
Deprecated.
Returns the RegionIdleTimeout time limit in this region's attributes.
|
ExpirationAction |
getRegionTimeToLiveAction()
Deprecated.
Returns the RegionTimeToLive action in this region's attributes.
|
int |
getRegionTimeToLiveTimeLimit()
Deprecated.
Returns the RegionTimeToLive time limit in this region's attributes.
|
Scope |
getScope()
Deprecated.
Returns the Scope in this region's attributes.
|
boolean |
getStatisticsEnabled()
Deprecated.
Returns the StatisticsEnabled in this region's attributes.
|
int |
getSubregionCount()
Deprecated.
Returns the number of subregions currently in this region.
|
Set |
getSubregionFullPaths()
Deprecated.
Returns the full path of each of the subregions of this region.
|
Set |
getSubregionNames()
Deprecated.
Returns the names of all the subregions of this region.
|
SubscriptionAttributes |
getSubscriptionAttributes()
Deprecated.
Returns the
SubscriptionAttributes for the region. |
String |
getUserAttribute()
Deprecated.
Returns a description of any user attribute associated with this region.
|
String |
getValueConstraint()
Deprecated.
Returns the ValueConstraint in this region's attributes.
|
void |
refresh()
Deprecated.
Updates the state of this region instance.
|
String getName()
Region.getName()
String getFullPath()
Region.getFullPath()
Set getSubregionNames()
Set getSubregionFullPaths()
SystemMemberCache.getRegion(java.lang.String)
.String getUserAttribute()
toString
representation.String getCacheLoader()
String getCacheWriter()
EvictionAttributes getEvictionAttributes()
EvictionAttributes
that configure how entries in the region are
evictedEvictionAttributes
that configure how entries in the region are
evicted@Deprecated String getCacheListener()
getCacheListeners()
String[] getCacheListeners()
CacheListeners
as a String arrayString getKeyConstraint()
String getValueConstraint()
int getRegionTimeToLiveTimeLimit()
ExpirationAction getRegionTimeToLiveAction()
int getEntryTimeToLiveTimeLimit()
ExpirationAction getEntryTimeToLiveAction()
String getCustomEntryTimeToLive()
int getRegionIdleTimeoutTimeLimit()
ExpirationAction getRegionIdleTimeoutAction()
int getEntryIdleTimeoutTimeLimit()
ExpirationAction getEntryIdleTimeoutAction()
String getCustomEntryIdleTimeout()
@Deprecated MirrorType getMirrorType()
DataPolicy getDataPolicy()
Scope getScope()
int getInitialCapacity()
float getLoadFactor()
int getConcurrencyLevel()
boolean getConcurrencyChecksEnabled()
boolean getStatisticsEnabled()
boolean getPersistBackup()
DiskWriteAttributes getDiskWriteAttributes()
DiskWriteAttributes
that configure how the region is written to disk.DiskWriteAttributes
that configure how the region is written to diskFile[] getDiskDirs()
int getEntryCount()
int getSubregionCount()
long getLastModifiedTime()
long getLastAccessedTime()
long getHitCount()
long getMissCount()
float getHitRatio()
boolean getEarlyAck()
void refresh()
SystemMemberRegion createSubregion(String name, RegionAttributes attrs) throws AdminException
name
- The name of the region to createattrs
- The attributes of the root regionAdminException
- If the region cannot be created@Deprecated MembershipAttributes getMembershipAttributes()
MembershipAttributes
that configure required roles for reliable access
to the region.MembershipAttributes
that configure required roles for reliable access
to the regionSubscriptionAttributes getSubscriptionAttributes()
SubscriptionAttributes
for the region.SubscriptionAttributes
for the regionPartitionAttributes getPartitionAttributes()
PartitionAttributes
for the region.PartitionAttributes
for the region