Class ExitStatementException

All Implemented Interfaces:
Serializable

public class ExitStatementException extends RuntimeException
See Also:
  • Constructor Details

  • Method Details

    • getPendingUpdateList

      public PendingUpdateList getPendingUpdateList()
    • getLocalResult

      public List<Item> getLocalResult()
    • getRddResult

      public org.apache.spark.api.java.JavaRDD<Item> getRddResult()
    • getDataFrameResult

      public JSoundDataFrame getDataFrameResult()
    • hasLocalResult

      public boolean hasLocalResult()
    • hasRDDResult

      public boolean hasRDDResult()
    • hasDataFrameResult

      public boolean hasDataFrameResult()