Class GiraphExecutor

    • Constructor Detail

    • Method Detail

      • execute

        public void execute​(ExecutionStage stage,
                            OptimizationContext optimizationContext,
                            ExecutionState executionState)
        Description copied from interface: Executor
        Executes the given stage.
        Parameters:
        stage - should be executed; must be executable by this instance, though
        executionState - provides and accepts execution-related objects @return collected metadata from instrumentation
      • getGiraphConfiguration

        public org.apache.giraph.conf.GiraphConfiguration getGiraphConfiguration()