Class PartitionUpdate


  • public class PartitionUpdate
    extends java.lang.Object
    A PartitionUpdate object contains partition update information.
    Since:
    11gR1
    • Constructor Detail

      • PartitionUpdate

        public PartitionUpdate​(int partitionId)
    • Method Detail

      • getPartitionId

        public int getPartitionId()
      • updateNode

        public void updateNode​(LogicalNode node,
                               int partitionId)
      • deleteNode

        public void deleteNode​(long id)
      • updateLink

        public void updateLink​(LogicalLink link)
      • deleteLink

        public void deleteLink​(long id)
      • getUpdatedNodes

        public LogicalNode[] getUpdatedNodes()
      • getDeletedNodeIds

        public long[] getDeletedNodeIds()
      • getUpdatedLinks

        public LogicalLink[] getUpdatedLinks()
      • getDeletedLinkIds

        public long[] getDeletedLinkIds()
      • getNodePartitionId

        public int getNodePartitionId​(long nodeId)
      • getNode

        public LogicalNode getNode​(long nodeId)
      • getLink

        public LogicalLink getLink​(long linkId)
      • isLinkDeleted

        public boolean isLinkDeleted​(long linkId)
      • isNodeDeleted

        public boolean isNodeDeleted​(long nodeId)
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object