com.gemstone.gemfire.management package insteadpublic class RegionSubRegionSnapshot extends Object implements DataSerializable
RegionSubRegionSnapshot provides information about
Regions. This also provides the information about sub regions
This class is used by the monitoring tool.DataSerializable.Replaceable| Constructor and Description |
|---|
RegionSubRegionSnapshot()
Deprecated.
|
RegionSubRegionSnapshot(Region reg)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSubRegion(RegionSubRegionSnapshot snap)
Deprecated.
add the snapshot of sub region
|
void |
fromData(DataInput in)
Deprecated.
Reads the state of this object as primitive data from the given
DataInput. |
int |
getEntryCount()
Deprecated.
|
String |
getFullPath()
Deprecated.
|
String |
getName()
Deprecated.
|
RegionSubRegionSnapshot |
getParent()
Deprecated.
|
Set |
getSubRegionSnapshots()
Deprecated.
|
void |
setEntryCount(int entryCount)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setParent(RegionSubRegionSnapshot parent)
Deprecated.
|
void |
setSubRegionSnapshots(Set subRegionSnapshots)
Deprecated.
|
void |
toData(DataOutput out)
Deprecated.
Writes the state of this object as primitive data to the given
DataOutput. |
String |
toString()
Deprecated.
|
public RegionSubRegionSnapshot()
public RegionSubRegionSnapshot(Region reg)
public boolean addSubRegion(RegionSubRegionSnapshot snap)
snap - snapshot of sub regionpublic final int getEntryCount()
public final void setEntryCount(int entryCount)
entryCount - entry count of regionpublic final String getName()
public final void setName(String name)
name - name of regionpublic final Set getSubRegionSnapshots()
public final void setSubRegionSnapshots(Set subRegionSnapshots)
subRegionSnapshots - subRegionSnapshots of all the sub regionspublic final RegionSubRegionSnapshot getParent()
public final void setParent(RegionSubRegionSnapshot parent)
parent - snapshot of parent regionpublic String getFullPath()
public void toData(DataOutput out) throws IOException
DataSerializableDataOutput.
Since 5.7 it is possible for any method call to the specified
DataOutput to throw GemFireRethrowable.
It should not be caught by user code.
If it is it must be rethrown.
toData in interface DataSerializableIOException - A problem occurs while writing to outpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
DataSerializableDataInput.fromData in interface DataSerializableIOException - A problem occurs while reading from inClassNotFoundException - A class could not be loaded while reading from
inCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.