Class NodeState


  • public class NodeState
    extends State
    Describes the state of a node before or after a change.
    • Method Detail

      • getLabels

        public List<String> getLabels()
        List of labels. When on DIFF CDC mode, it is limited to the labels that have changed.
        Returns:
        list of labels
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromMap

        public static NodeState fromMap​(Map<?,​?> map)