Skip navigation links
A C D E G H I L N O P Q R S T U V 

A

add(V) - Method in class org.jasync.internal.LinkedList
 
add(T) - Method in class org.jasync.internal.LinkedList.Node
 
all(Deferred<V>...) - Static method in class org.jasync.Async
 
all() - Method in class org.jasync.thenables.DeferredList
 
any() - Method in class org.jasync.thenables.DeferredList
 
Async - Class in org.jasync
 
Async() - Constructor for class org.jasync.Async
 
AsyncTask<V> - Interface in org.jasync
 
attach(Deferred<V>) - Method in class org.jasync.thenables.Scheduled
 
await() - Method in class org.jasync.thenables.Deferred
 
await() - Method in class org.jasync.thenables.DeferredList
 
awaitAnyDeferred(Collection<Deferred<V>>) - Method in class org.jasync.internal.ExecutionService
 
awaitBusy(long, TimeUnit) - Method in class org.jasync.internal.PartitionExecutor
 
awaitDeferrds(Collection<Deferred<V>>) - Method in class org.jasync.internal.ExecutionService
 
awaitDeferred(Deferred<V>) - Method in class org.jasync.internal.ExecutionService
 
awaitFuture(Future<V>) - Method in class org.jasync.internal.ExecutionService
 

C

clone() - Method in class org.jasync.internal.ExecutionConfiguration
 
condition(Duration, Predicate<V>, AsyncTask<V>) - Static method in class org.jasync.Async
 
condition(Predicate<V>, Duration, AsyncTask<V>) - Static method in class org.jasync.thenables.Scheduled
 
count - Variable in class org.jasync.internal.LinkedList
 

D

deferred() - Static method in class org.jasync.Async
 
deferred(Future<V>) - Static method in class org.jasync.Async
 
deferred(Collection<Future<V>>) - Static method in class org.jasync.Async
 
deferred(Future<V>...) - Static method in class org.jasync.Async
 
Deferred<V> - Class in org.jasync.thenables
 
Deferred() - Constructor for class org.jasync.thenables.Deferred
 
DeferredList<V> - Class in org.jasync.thenables
 
DeferredList() - Constructor for class org.jasync.thenables.DeferredList
 
delay(Duration, AsyncTask<V>) - Static method in class org.jasync.Async
 

E

execute() - Method in interface org.jasync.AsyncTask
 
ExecutionConfiguration - Class in org.jasync.internal
 
ExecutionConfiguration() - Constructor for class org.jasync.internal.ExecutionConfiguration
 
executionQueue() - Method in interface org.jasync.thenables.Thenable
 
ExecutionService - Class in org.jasync.internal
 

G

getCondition() - Method in class org.jasync.thenables.Scheduled
 
getConfiguration() - Static method in class org.jasync.internal.ExecutionService
 
getControlAwakeDelay() - Method in class org.jasync.internal.ExecutionConfiguration
 
getDueTime() - Method in class org.jasync.thenables.Scheduled
 
getExecutor() - Static method in class org.jasync.internal.ExecutionService
 
getFailure() - Method in class org.jasync.thenables.Deferred
 
getFinishedTasks() - Static method in class org.jasync.internal.ExecutionService
 
getInstance() - Static method in class org.jasync.internal.ExecutionService
 
getMode() - Method in class org.jasync.thenables.Scheduled
 
getParallelism() - Method in class org.jasync.internal.ExecutionConfiguration
 
getQueue() - Method in class org.jasync.thenables.Scheduled
 
getQueuePollDelay() - Method in class org.jasync.internal.ExecutionConfiguration
 
getStatus() - Method in class org.jasync.thenables.Deferred
 
getStatus() - Method in class org.jasync.thenables.DeferredList
 
getStatus() - Method in class org.jasync.thenables.Scheduled
 
getStatus() - Method in interface org.jasync.thenables.Thenable
 
getTask() - Method in class org.jasync.thenables.Scheduled
 
getThenableAwaitInterval() - Method in class org.jasync.internal.ExecutionConfiguration
 
getValue() - Method in class org.jasync.thenables.Deferred
 
getWorkerAwakeDelay() - Method in class org.jasync.internal.ExecutionConfiguration
 

H

hasNext() - Method in class org.jasync.internal.LinkedList.LinkedListIterator
 

I

idleWait(int) - Method in interface org.jasync.thenables.Thenable
 
isEmpty() - Method in class org.jasync.internal.LinkedList
 
iterator() - Method in class org.jasync.internal.LinkedList
 

L

LinkedList<V> - Class in org.jasync.internal
 
LinkedList() - Constructor for class org.jasync.internal.LinkedList
 
LinkedList.LinkedListIterator - Class in org.jasync.internal
 
LinkedList.Node<T> - Class in org.jasync.internal
 
LinkedListIterator() - Constructor for class org.jasync.internal.LinkedList.LinkedListIterator
 
lock() - Method in class org.jasync.internal.ExecutionService
 

N

next() - Method in class org.jasync.internal.LinkedList.LinkedListIterator
 
next - Variable in class org.jasync.internal.LinkedList.Node
 
Node(T, LinkedList.Node<T>, LinkedList.Node<T>) - Constructor for class org.jasync.internal.LinkedList.Node
 

O

onFailure(Consumer<Throwable>) - Method in class org.jasync.thenables.Deferred
 
onFailure(Consumer<Throwable>) - Method in class org.jasync.thenables.DeferredList
 
onFailure(Consumer<Throwable>) - Method in class org.jasync.thenables.Scheduled
 
onFailure(Consumer<Throwable>) - Method in interface org.jasync.thenables.Thenable
 
org.jasync - package org.jasync
 
org.jasync.internal - package org.jasync.internal
 
org.jasync.thenables - package org.jasync.thenables
 

P

PartitionExecutor - Class in org.jasync.internal
 
PartitionExecutor() - Constructor for class org.jasync.internal.PartitionExecutor
 
PartitionExecutor(int, ThreadFactory, long) - Constructor for class org.jasync.internal.PartitionExecutor
 
pipe(Function<V, T>) - Method in class org.jasync.thenables.Deferred
 
pipeDeferred(Function<V, Deferred<T>>) - Method in class org.jasync.thenables.Deferred
 
pipeFuture(Function<V, Future<T>>) - Method in class org.jasync.thenables.Deferred
 
prev - Variable in class org.jasync.internal.LinkedList.Node
 

Q

queue(Queue<V>) - Static method in class org.jasync.Async
 
queue(Queue<V>) - Static method in class org.jasync.thenables.Scheduled
 

R

reject(Throwable) - Method in class org.jasync.thenables.Deferred
 
remove() - Method in class org.jasync.internal.LinkedList.Node
 
remove(LinkedList.Node<V>) - Method in class org.jasync.internal.LinkedList
 
remove() - Method in class org.jasync.internal.LinkedList
 
repeat(Duration, AsyncTask<V>) - Static method in class org.jasync.Async
 
repeated(Duration, AsyncTask<V>) - Static method in class org.jasync.thenables.Scheduled
 
resolve(V) - Method in class org.jasync.thenables.Deferred
 

S

schedule(Scheduled<V>) - Method in class org.jasync.internal.ExecutionService
 
Scheduled<V> - Class in org.jasync.thenables
 
Scheduled.Mode - Enum in org.jasync.thenables
 
sendWakeSignal() - Method in class org.jasync.internal.ExecutionService
 
setConfiguration(ExecutionConfiguration) - Static method in class org.jasync.internal.ExecutionService
 
setControlAwakeDelay(int) - Method in class org.jasync.internal.ExecutionConfiguration
 
setParallelism(int) - Method in class org.jasync.internal.ExecutionConfiguration
 
setQueuePollDelay(int) - Method in class org.jasync.internal.ExecutionConfiguration
 
setThenableAwaitInterval(int) - Method in class org.jasync.internal.ExecutionConfiguration
 
setWorkerAwakeDelay(int) - Method in class org.jasync.internal.ExecutionConfiguration
 
shutdown() - Static method in class org.jasync.internal.ExecutionService
 
shutdown() - Method in class org.jasync.internal.PartitionExecutor
 
single(Duration, AsyncTask<V>) - Static method in class org.jasync.thenables.Scheduled
 
spawnBlocker(AsyncTask<V>) - Method in class org.jasync.internal.ExecutionService
 
spawnTask(AsyncTask<V>) - Method in class org.jasync.internal.ExecutionService
 
spawnThread(AsyncTask<V>) - Method in class org.jasync.internal.ExecutionService
 
submit(Callable<T>) - Method in class org.jasync.internal.PartitionExecutor
 
submit(Runnable) - Method in class org.jasync.internal.PartitionExecutor
 

T

task(AsyncTask<V>) - Static method in class org.jasync.Async
 
tasks(AsyncTask<V>...) - Static method in class org.jasync.Async
 
tasks(Collection<AsyncTask<V>>) - Static method in class org.jasync.Async
 
tasks(Collection<V>, Function<V, T>) - Static method in class org.jasync.Async
 
then(Consumer<V>) - Method in class org.jasync.thenables.Deferred
 
then(Consumer<V>) - Method in class org.jasync.thenables.DeferredList
 
then(Consumer<V>) - Method in class org.jasync.thenables.Scheduled
 
then(Consumer<V>) - Method in interface org.jasync.thenables.Thenable
 
Thenable<V> - Interface in org.jasync.thenables
 
Thenable.Status - Enum in org.jasync.thenables
 
thread(AsyncTask<V>) - Static method in class org.jasync.Async
 
threads(AsyncTask<V>...) - Static method in class org.jasync.Async
 
threads(Collection<AsyncTask<V>>) - Static method in class org.jasync.Async
 
threads(Collection<V>, Function<V, T>) - Static method in class org.jasync.Async
 

U

unlock() - Method in class org.jasync.internal.ExecutionService
 
UNSAFE - Static variable in class org.jasync.Utility
 
updateTimestamp() - Method in class org.jasync.thenables.Scheduled
 
Utility - Class in org.jasync
 
Utility() - Constructor for class org.jasync.Utility
 

V

value - Variable in class org.jasync.internal.LinkedList.Node
 
valueOf(String) - Static method in enum org.jasync.thenables.Scheduled.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jasync.thenables.Thenable.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jasync.thenables.Scheduled.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jasync.thenables.Thenable.Status
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L N O P Q R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.