Interface ComputeAdvice

All Known Implementing Classes:
ComputeEnd, ComputeHalt, ComputePreempt, ComputeWait

public interface ComputeAdvice
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
     
    default boolean
     
    default boolean
     
  • Method Details

    • isEnd

      default boolean isEnd()
    • isHalt

      default boolean isHalt()
    • isPreempt

      default boolean isPreempt()
    • isWait

      default boolean isWait()