|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnit | |
---|---|
org.drools.util.concurrent.locks |
Uses of TimeUnit in org.drools.util.concurrent.locks |
---|
Fields in org.drools.util.concurrent.locks declared as TimeUnit | |
---|---|
static TimeUnit |
TimeUnit.DAYS
|
static TimeUnit |
TimeUnit.HOURS
|
static TimeUnit |
TimeUnit.MICROSECONDS
|
static TimeUnit |
TimeUnit.MILLISECONDS
|
static TimeUnit |
TimeUnit.MINUTES
|
static TimeUnit |
TimeUnit.NANOSECONDS
|
static TimeUnit |
TimeUnit.SECONDS
|
Methods in org.drools.util.concurrent.locks that return TimeUnit | |
---|---|
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TimeUnit[] |
TimeUnit.values()
|
Methods in org.drools.util.concurrent.locks with parameters of type TimeUnit | |
---|---|
abstract long |
TimeUnit.convert(long sourceDuration,
TimeUnit sourceUnit)
Convert the given time duration in the given unit to this unit. |
boolean |
LinkedBlockingQueue.offer(Object e,
long timeout,
TimeUnit unit)
Inserts the specified element at the tail of this queue, waiting if necessary up to the specified wait time for space to become available. |
boolean |
BlockingQueue.offer(Object e,
long timeout,
TimeUnit unit)
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available. |
Object |
LinkedBlockingQueue.poll(long timeout,
TimeUnit unit)
|
Object |
BlockingQueue.poll(long timeout,
TimeUnit unit)
Retrieves and removes the head of this queue, waiting up to the specified wait time if necessary for an element to become available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |