Interface GraphComputing

    • Method Detail

      • onGraphComputer

        void onGraphComputer()
        The step will be executing on a GraphComputer.
      • atMaster

        default void atMaster​(boolean atMaster)
        Some steps should behave different whether they are executing at the master traversal or distributed across the worker traversals. The default implementation does nothing.
        Parameters:
        atMaster - whether the step is currently executing at master
      • atMaster

        static void atMaster​(Step<?,​?> step,
                             boolean atMaster)