Class AbstractTraverseStep

    • Method Detail

      • fetchNextEntryPoints

        protected abstract void fetchNextEntryPoints​(CommandContext ctx,
                                                     int nRecords)
      • fetchNextResults

        protected abstract void fetchNextResults​(CommandContext ctx,
                                                 int nRecords)
      • isFinished

        protected boolean isFinished()
      • getCost

        public long getCost()
        Description copied from interface: ExecutionStep
        returns the absolute cost (in nanoseconds) of the execution of this step
        Returns:
        the absolute cost (in nanoseconds) of the execution of this step, -1 if not calculated