Class FetchFromClusterExecutionStep

    • Field Detail

      • ORDER_ASC

        public static final Object ORDER_ASC
      • ORDER_DESC

        public static final Object ORDER_DESC
    • Constructor Detail

      • FetchFromClusterExecutionStep

        public FetchFromClusterExecutionStep​(int bucketId,
                                             CommandContext ctx,
                                             boolean profilingEnabled)
      • FetchFromClusterExecutionStep

        public FetchFromClusterExecutionStep​(int bucketId,
                                             QueryPlanningInfo queryPlanning,
                                             CommandContext ctx,
                                             boolean profilingEnabled)
    • Method Detail

      • prettyPrint

        public String prettyPrint​(int depth,
                                  int indent)
      • setOrder

        public void setOrder​(Object order)
      • 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
      • serialize

        public Result serialize()
      • deserialize

        public void deserialize​(Result fromResult)
      • canBeCached

        public boolean canBeCached()