com.gemstone.gemfire.management
package insteadpublic class RegionSubRegionSnapshot extends Object implements DataSerializable
RegionSubRegionSnapshot
provides information about
Region
s. 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
DataSerializable
DataOutput
.
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 DataSerializable
IOException
- A problem occurs while writing to out
public void fromData(DataInput in) throws IOException, ClassNotFoundException
DataSerializable
DataInput
.fromData
in interface DataSerializable
IOException
- A problem occurs while reading from in
ClassNotFoundException
- A class could not be loaded while reading from
in
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.