org
.
ada
.
server
.
services
SchedulerImpl
Related Doc:
package services
abstract
class
SchedulerImpl
[
IN <:
Schedulable
,
ID
]
extends
Scheduler
[
IN
,
ID
]
Attributes
protected
Linear Supertypes
Scheduler
[
IN
,
ID
],
AnyRef
,
Any
Known Subclasses
DataSetImportSchedulerImpl
,
DataSetTransformationSchedulerImpl
,
InputExecSchedulerImpl
Ordering
Alphabetic
By Inheritance
Inherited
SchedulerImpl
Scheduler
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SchedulerImpl
(
execName:
String
)
(
implicit
ec:
ExecutionContext
,
identity:
Identity
[
IN
,
ID
]
)
Abstract Value Members
abstract
def
exec
(
item:
IN
)
:
Future
[
Unit
]
Attributes
protected
abstract
val
repo
:
AsyncReadonlyRepo
[
IN
,
ID
]
Attributes
protected
abstract
val
system
:
ActorSystem
Attributes
protected
Concrete 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
cancel
(
id:
ID
)
:
Unit
Definition Classes
SchedulerImpl
→
Scheduler
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
execById
(
id:
ID
)
:
Future
[
Unit
]
Attributes
protected
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatId
(
id:
ID
)
:
String
Attributes
protected
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
:
Future
[
Unit
]
Attributes
protected
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
logger
:
Logger
.type
Attributes
protected
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
schedule
(
scheduledTime:
ScheduledTime
)
(
id:
ID
)
:
Unit
Definition Classes
SchedulerImpl
→
Scheduler
def
schedule
(
initialDelay:
FiniteDuration
,
interval:
FiniteDuration
)
(
id:
ID
)
:
Unit
Definition Classes
SchedulerImpl
→
Scheduler
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Scheduler
[
IN
,
ID
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped