Class IngestionProcessStatuses


  • public class IngestionProcessStatuses
    extends Object
    Class which contains available statuses of IngestionProcess which are used by the SDK
    • Field Detail

      • SCHEDULED

        public static final String SCHEDULED
        Status which means that the next iteration of ingestion for a given process is scheduled and the process will be picked by the scheduler soon
        See Also:
        Constant Field Values
      • IN_PROGRESS

        public static final String IN_PROGRESS
        Status which means that the ingestion for a given process is being processed at the moment
        See Also:
        Constant Field Values
      • FINISHED

        public static final String FINISHED
        Status which means that the process is finished and no more iterations of ingestion will be scheduled
        See Also:
        Constant Field Values
    • Constructor Detail

      • IngestionProcessStatuses

        public IngestionProcessStatuses()