Interface TransactionalTask

All Known Implementing Classes:
UnixFSTask

public interface TransactionalTask
Represents a task from wihing the transactional data store.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the TaskId.
    long
    Gets the timestamp when the task needs to resume
  • Method Details

    • getTaskId

      TaskId getTaskId()
      Gets the TaskId.
      Returns:
      the task id
    • getTimestamp

      long getTimestamp()
      Gets the timestamp when the task needs to resume
      Returns:
      the timestamp