Class RegionSubRegionSnapshot

    • Field Detail

      • name

        protected String name
        Deprecated.
      • entryCount

        protected int entryCount
        Deprecated.
      • subRegionSnapshots

        protected Set subRegionSnapshots
        Deprecated.
    • Constructor Detail

      • RegionSubRegionSnapshot

        public RegionSubRegionSnapshot()
        Deprecated.
      • RegionSubRegionSnapshot

        public RegionSubRegionSnapshot​(Region reg)
        Deprecated.
    • Method Detail

      • addSubRegion

        public boolean addSubRegion​(RegionSubRegionSnapshot snap)
        Deprecated.
        add the snapshot of sub region
        Parameters:
        snap - snapshot of sub region
        Returns:
        true if operation is successful
      • getEntryCount

        public int getEntryCount()
        Deprecated.
        Returns:
        get entry count of region
      • setEntryCount

        public void setEntryCount​(int entryCount)
        Deprecated.
        Parameters:
        entryCount - entry count of region
      • getName

        public String getName()
        Deprecated.
        Returns:
        name of region
      • setName

        public void setName​(String name)
        Deprecated.
        Parameters:
        name - name of region
      • getSubRegionSnapshots

        public Set getSubRegionSnapshots()
        Deprecated.
        Returns:
        subRegionSnapshots of all the sub regions
      • setSubRegionSnapshots

        public void setSubRegionSnapshots​(Set subRegionSnapshots)
        Deprecated.
        Parameters:
        subRegionSnapshots - subRegionSnapshots of all the sub regions
      • setParent

        public void setParent​(RegionSubRegionSnapshot parent)
        Deprecated.
        Parameters:
        parent - snapshot of parent region
      • getFullPath

        public String getFullPath()
        Deprecated.
        Returns:
        full path of region
      • toData

        public void toData​(DataOutput out)
                    throws IOException
        Deprecated.
        Description copied from interface: DataSerializable
        Writes the state of this object as primitive data to the given 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.

        Specified by:
        toData in interface DataSerializable
        Parameters:
        out - the DataOutput to write to
        Throws:
        IOException - A problem occurs while writing to out