case class Schedule extends Data with Product with Serializable
Data of the State.Initialized state
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Schedule
- Serializable
- Serializable
- Product
- Equals
- Data
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canGoToFailed(instanceOf: String): Boolean
- def canGoToPending(instanceOf: String): Boolean
- def canGoToProcessing(instanceOf: String): Boolean
- def canGoToStopped(instanceOf: String): Boolean
- def canGoToStopping(instanceOf: String): Boolean
- def canGoToSuccessful(instanceOf: String): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def doesNotKnow(instanceOf: String): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPending(instanceOf: String): Boolean
- def isProcessing(instanceOf: String): Boolean
- def isUnschedulable(instanceOf: String): Boolean
- def knows(instanceOf: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pending(instanceOf: String): ScheduleInstance
- def pending: Seq[ScheduleInstance]
- def processing(address: Address): Seq[ScheduleInstance]
- def processing(instanceOf: String): ScheduleInstance
- def processing(worker: ActorRef): ScheduleInstance
- def processing: Seq[ScheduleInstance]
- val scheduleInstances: Seq[ScheduleInstance]
- def stoppable(instanceOf: String): ScheduleInstance
- def stopping(worker: ActorRef): ScheduleInstance
- def stoppingOrProcessing(worker: ActorRef): ScheduleInstance
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toFailed(worker: ActorRef, instance: PipegraphInstanceModel): Schedule
- def toPending(worker: ActorRef, instance: PipegraphInstanceModel): Schedule
- def toProcessing(worker: ActorRef, instance: PipegraphInstanceModel): Schedule
- def toStopped(worker: ActorRef, instance: PipegraphInstanceModel): Schedule
- def toStopping(worker: ActorRef, instance: PipegraphInstanceModel): Schedule
- def toUnschedulable(worker: ActorRef, instance: PipegraphInstanceModel): Schedule
- def unschedulable: Seq[ScheduleInstance]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val workers: Set[Collaborator]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.