|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.admin.RegionSubRegionSnapshot
com.gemstone.gemfire.management package instead
public class RegionSubRegionSnapshot
Class RegionSubRegionSnapshot provides information about
Regions. This also provides the information about sub regions
This class is used by the monitoring tool.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.gemstone.gemfire.DataSerializable |
|---|
DataSerializable.Replaceable |
| Constructor Summary | |
|---|---|
RegionSubRegionSnapshot()
Deprecated. |
|
RegionSubRegionSnapshot(Region reg)
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RegionSubRegionSnapshot()
public RegionSubRegionSnapshot(Region reg)
| Method Detail |
|---|
public boolean addSubRegion(RegionSubRegionSnapshot snap)
snap - snapshot of sub region
public 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 out
public void fromData(DataInput in)
throws IOException,
ClassNotFoundException
DataSerializableDataInput.
fromData in interface DataSerializableIOException - A problem occurs while reading from in
ClassNotFoundException - A class could not be loaded while reading from
inpublic String toString()
toString in class Object
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||