Interface Monitorable

All Known Implementing Classes:
MonitorableImpl, PartitionRangeReadCommand, PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand, ReadCommand, SinglePartitionReadCommand, SinglePartitionReadCommand.VirtualTableSinglePartitionReadCommand

public interface Monitorable
  • Method Details

    • name

      String name()
    • creationTimeNanos

      long creationTimeNanos()
    • timeoutNanos

      long timeoutNanos()
    • slowTimeoutNanos

      long slowTimeoutNanos()
    • isInProgress

      boolean isInProgress()
    • isAborted

      boolean isAborted()
    • isCompleted

      boolean isCompleted()
    • isSlow

      boolean isSlow()
    • isCrossNode

      boolean isCrossNode()
    • abort

      boolean abort()
    • complete

      boolean complete()