TopoScheduler

rescala.scheduler.TopoBundle.TopoScheduler

Attributes

Graph
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def beforeCleanupHook(all: Seq[ReSource], initialWrites: Set[ReSource]): Unit

Attributes

Inherited from:
TopoSchedulerInterface
override def forceNewTransaction[R](initialWrites: Set[ReSource], admissionPhase: (AdmissionTicket[State]) => R): R

Attributes

Definition Classes
Inherited from:
TopoSchedulerInterface
final def forceNewTransaction[R](initialWrites: of[State]*)(admissionPhase: (AdmissionTicket[State]) => R): R

Attributes

Inherited from:
Scheduler
final override def maybeTransaction: Option[Transaction[State]]

Attributes

Definition Classes
Inherited from:
SchedulerImpl
def reset(r: ReSource): Unit

Attributes

Inherited from:
TopoSchedulerInterface
override def schedulerName: String

Name of the scheduler, used for helpful error messages.

Name of the scheduler, used for helpful error messages.

Attributes

Definition Classes
Inherited from:
TopoSchedulerInterface
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Scheduler -> Any
Inherited from:
Scheduler

Inherited fields

Attributes

Inherited from:
SchedulerImpl
var idle: Boolean

Attributes

Inherited from:
TopoSchedulerInterface