Class RefreshNodeTask

  • All Implemented Interfaces:
    Externalizable, Serializable, Runnable, ClusterTask<Void>

    public class RefreshNodeTask
    extends NodeTask
    Forces the node to be refreshed from the database. This will load a node from the database and then add it to the service. If the node already existed it will be replaced, thereby refreshing it from persistence.
    Author:
    Robin Collier
    See Also:
    Serialized Form
    • Constructor Detail

      • RefreshNodeTask

        public RefreshNodeTask()
      • RefreshNodeTask

        public RefreshNodeTask​(Node node)
    • Method Detail

      • run

        public void run()