Interface ComputeAdvice
- All Known Implementing Classes:
ComputeEnd,ComputeHalt,ComputePreempt,ComputeWait
public interface ComputeAdvice
-
Method Summary
-
Method Details
-
isEnd
default boolean isEnd() -
isHalt
default boolean isHalt() -
isPreempt
default boolean isPreempt() -
isWait
default boolean isWait()
-