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