Package | Description |
---|---|
org.cache2k.core.util |
Modifier and Type | Method and Description |
---|---|
InternalClock.TimeReachedJob |
ForwardingClock.createJob(InternalClock.TimeReachedEvent ev) |
InternalClock.TimeReachedJob |
ClockDefaultImpl.createJob(InternalClock.TimeReachedEvent ev) |
InternalClock.TimeReachedJob |
InternalClock.createJob(InternalClock.TimeReachedEvent ev)
Creates a job object for the specified event callback.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardingClock.disableJob(InternalClock.TimeReachedJob j) |
void |
ClockDefaultImpl.disableJob(InternalClock.TimeReachedJob j) |
void |
InternalClock.disableJob(InternalClock.TimeReachedJob j)
Disable the job clearing used resources.
|
void |
ForwardingClock.schedule(InternalClock.TimeReachedJob j,
long _millis) |
void |
ClockDefaultImpl.schedule(InternalClock.TimeReachedJob j,
long _millis) |
void |
InternalClock.schedule(InternalClock.TimeReachedJob j,
long _millis)
Schedules or reschedules the timer event job to be run at the
specified point in time.
|
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.