JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
W
A
acceptEither(CompletionStage<? extends T>, Consumer<? super T>)
- Method in class cloud.orbit.concurrent.
Task
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>)
- Method in class cloud.orbit.concurrent.
Task
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor)
- Method in class cloud.orbit.concurrent.
Task
activeThreads()
- Static method in class cloud.orbit.concurrent.
TaskContext
add(T)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
allOf(CompletableFuture<?>...)
- Static method in class cloud.orbit.concurrent.
Task
allOf(C)
- Static method in class cloud.orbit.concurrent.
Task
allOf(Stream<F>)
- Static method in class cloud.orbit.concurrent.
Task
AnnotationCache
<
T
extends
Annotation
> - Class in
cloud.orbit.util
Utility class which provides cache for expensive annotation lookups.
AnnotationCache(Class<T>)
- Constructor for class cloud.orbit.util.
AnnotationCache
anyOf(CompletableFuture<?>...)
- Static method in class cloud.orbit.concurrent.
Task
anyOf(Collection<F>)
- Static method in class cloud.orbit.concurrent.
Task
anyOf(Stream<F>)
- Static method in class cloud.orbit.concurrent.
Task
append(CharSequence)
- Method in class cloud.orbit.io.
StringBuilderWriter
append(CharSequence, int, int)
- Method in class cloud.orbit.io.
StringBuilderWriter
append(char)
- Method in class cloud.orbit.io.
StringBuilderWriter
apply(T)
- Method in interface cloud.orbit.concurrent.
TaskFunction
applyToEither(CompletionStage<? extends T>, Function<? super T, U>)
- Method in class cloud.orbit.concurrent.
Task
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor)
- Method in class cloud.orbit.concurrent.
Task
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>)
- Method in class cloud.orbit.concurrent.
Task
awaitTermination(long, TimeUnit)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
B
ByteBufferInputStream
- Class in
cloud.orbit.io
ByteBufferInputStream(ByteBuffer)
- Constructor for class cloud.orbit.io.
ByteBufferInputStream
C
CallTreeElement
- Class in
cloud.orbit.profiler
CallTreeElement()
- Constructor for class cloud.orbit.profiler.
CallTreeElement
CallTreeElement(MethodInfo)
- Constructor for class cloud.orbit.profiler.
CallTreeElement
capitalize(CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
ClassCache
- Class in
cloud.orbit.reflect
ClassCache()
- Constructor for class cloud.orbit.reflect.
ClassCache
ClassDescriptor
<
T
> - Class in
cloud.orbit.reflect
ClassDescriptor(ClassCache, Class<T>)
- Constructor for class cloud.orbit.reflect.
ClassDescriptor
ClassPathUtils
- Class in
cloud.orbit.util
ClassPathUtils()
- Constructor for class cloud.orbit.util.
ClassPathUtils
clear()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
clear()
- Method in class cloud.orbit.profiler.
ProfilerCollector
close()
- Method in class cloud.orbit.io.
StringBuilderWriter
cloud.orbit.annotation
- package cloud.orbit.annotation
cloud.orbit.concurrent
- package cloud.orbit.concurrent
cloud.orbit.exception
- package cloud.orbit.exception
cloud.orbit.io
- package cloud.orbit.io
cloud.orbit.lifecycle
- package cloud.orbit.lifecycle
cloud.orbit.profiler
- package cloud.orbit.profiler
cloud.orbit.reflect
- package cloud.orbit.reflect
cloud.orbit.tuples
- package cloud.orbit.tuples
cloud.orbit.util
- package cloud.orbit.util
collect()
- Method in class cloud.orbit.profiler.
ProfilerCollector
collect(Thread)
- Method in class cloud.orbit.profiler.
ProfilerCollector
Override this method to collect based other criteria
If the application knows that a certain type of task happens in a certain thread, it is possible to group the information by that type of task.
collect(StackTraceElement[])
- Method in class cloud.orbit.profiler.
ProfilerData
collectByKey(Object, StackTraceElement[])
- Method in class cloud.orbit.profiler.
ProfilerCollector
complete(T)
- Method in class cloud.orbit.concurrent.
Task
This completableFuture derived method is not available for Tasks.
completeExceptionally(Throwable)
- Method in class cloud.orbit.concurrent.
Task
This completableFuture derived method is not available for Tasks.
ConcurrentHashSet
<
T
> - Class in
cloud.orbit.concurrent
Concurrent hash set with an internal java.util.ConcurrentHashMap
ConcurrentHashSet()
- Constructor for class cloud.orbit.concurrent.
ConcurrentHashSet
Config
- Annotation Type in
cloud.orbit.annotation
Created by joe@bioware.com on 3/3/2016.
contains(Object)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
containsAll(Collection<?>)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
copy(Reader, Writer)
- Static method in class cloud.orbit.util.
IOUtils
copy(Reader, File)
- Static method in class cloud.orbit.util.
IOUtils
createClassDescriptor(Class<T>)
- Method in class cloud.orbit.reflect.
ClassCache
createFieldDescriptor(Field)
- Method in class cloud.orbit.reflect.
ClassDescriptor
createFieldDescriptors()
- Method in class cloud.orbit.reflect.
ClassDescriptor
current()
- Static method in class cloud.orbit.concurrent.
TaskContext
Gets the current execution context for this thread from the stack.
currentFor(Thread)
- Static method in class cloud.orbit.concurrent.
TaskContext
Enables the application to peek into what is being executed in another thread.
D
DateTimeUtils
- Class in
cloud.orbit.util
defaultIfBlank(String, String)
- Static method in class cloud.orbit.util.
StringUtils
delegate
- Variable in class cloud.orbit.concurrent.
ForwardingExecutorService
done()
- Static method in class cloud.orbit.concurrent.
Task
E
equals(Object)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
equals(Object)
- Method in class cloud.orbit.profiler.
MethodInfo
equals(Object)
- Method in class cloud.orbit.tuples.
Pair
equals(Object)
- Method in class cloud.orbit.tuples.
Triple
equals(CharSequence, CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
equalsIgnoreCase(String, String)
- Static method in class cloud.orbit.util.
StringUtils
exceptionally(Function<Throwable, ? extends T>)
- Method in class cloud.orbit.concurrent.
Task
ExceptionUtils
- Class in
cloud.orbit.util
execute(Runnable)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
ExecutorUtils
- Class in
cloud.orbit.concurrent
ExecutorUtils()
- Constructor for class cloud.orbit.concurrent.
ExecutorUtils
F
failAfter(long, TimeUnit)
- Method in class cloud.orbit.concurrent.
Task
Returns a new task that will fail if the original is not completed withing the given timeout.
FieldDescriptor
- Class in
cloud.orbit.reflect
FieldDescriptor(Field)
- Constructor for class cloud.orbit.reflect.
FieldDescriptor
findFreePort()
- Static method in class cloud.orbit.util.
NetUtils
findFreePort(int)
- Static method in class cloud.orbit.util.
NetUtils
flush()
- Method in class cloud.orbit.io.
StringBuilderWriter
forEach(Consumer<? super T>)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
ForwardingExecutorService
<
T
extends
ExecutorService
> - Class in
cloud.orbit.concurrent
ForwardingExecutorService(T)
- Constructor for class cloud.orbit.concurrent.
ForwardingExecutorService
from(CompletionStage<T>)
- Static method in class cloud.orbit.concurrent.
Task
Wraps a CompletionStage as a Task or just casts it if it is already a Task.
fromException(Throwable)
- Static method in class cloud.orbit.concurrent.
Task
fromFuture(Future<T>)
- Static method in class cloud.orbit.concurrent.
Task
Wraps a Future as a Task or just casts it if it is already a Task.
fromValue(T)
- Static method in class cloud.orbit.concurrent.
Task
Creates an already completed task from the given value.
G
get()
- Method in interface cloud.orbit.concurrent.
TaskSupplier
getAllInstanceFields()
- Method in class cloud.orbit.reflect.
ClassDescriptor
getAnnotation(Method)
- Method in class cloud.orbit.util.
AnnotationCache
getCallTree()
- Method in class cloud.orbit.profiler.
ProfilerData
getCauseInChain(Class<T>, Throwable)
- Static method in class cloud.orbit.util.
ExceptionUtils
getChildren()
- Method in class cloud.orbit.profiler.
CallTreeElement
getClass(Class<T>)
- Method in class cloud.orbit.reflect.
ClassCache
getClazz()
- Method in class cloud.orbit.reflect.
ClassDescriptor
getCount()
- Method in class cloud.orbit.profiler.
CallTreeElement
getCount()
- Method in class cloud.orbit.profiler.
MethodInfo
getDateFromString(String, String)
- Static method in class cloud.orbit.util.
DateTimeUtils
Takes a date in string format and a date format string and returns a Date
getDateRelativeToNow(TimeUnit, long)
- Static method in class cloud.orbit.util.
DateTimeUtils
Builds and returns a date that is a specified amount of time away from now (earlier or later).
getDeclaredFields()
- Method in class cloud.orbit.reflect.
ClassDescriptor
getDeclaredFieldsMap()
- Method in class cloud.orbit.reflect.
ClassDescriptor
getDeclaringClass()
- Method in class cloud.orbit.profiler.
MethodInfo
getDefaultExecutor()
- Method in class cloud.orbit.concurrent.
TaskContext
getElementInfo()
- Method in class cloud.orbit.profiler.
CallTreeElement
getField()
- Method in class cloud.orbit.reflect.
FieldDescriptor
getFileName()
- Method in class cloud.orbit.profiler.
MethodInfo
getLeft()
- Method in class cloud.orbit.tuples.
Pair
getLeft()
- Method in class cloud.orbit.tuples.
Triple
getMethodName()
- Method in class cloud.orbit.profiler.
MethodInfo
getMethods()
- Method in class cloud.orbit.profiler.
ProfilerData
getMiddle()
- Method in class cloud.orbit.tuples.
Triple
getName()
- Method in class cloud.orbit.reflect.
FieldDescriptor
getNullSafePackageName(Class<?>)
- Static method in class cloud.orbit.util.
ClassPathUtils
getProfilerData()
- Method in class cloud.orbit.profiler.
ProfilerCollector
getProperty(String)
- Method in class cloud.orbit.concurrent.
TaskContext
Returns the property with the given name registered in the current execution context,
null
if there is no property by that name.
getRight()
- Method in class cloud.orbit.tuples.
Pair
getRight()
- Method in class cloud.orbit.tuples.
Triple
getSampleCount()
- Method in class cloud.orbit.profiler.
ProfilerData
getStamp()
- Method in class cloud.orbit.profiler.
MethodInfo
getStringFromDate(Date, String)
- Static method in class cloud.orbit.util.
DateTimeUtils
Takes a date and a date format string and returns a string of the date formatted according to the passed in arguments
getSuperClass()
- Method in class cloud.orbit.reflect.
ClassDescriptor
GLOBAL
- Static variable in class cloud.orbit.profiler.
ProfilerCollector
H
handle(BiFunction<? super T, Throwable, ? extends U>)
- Method in class cloud.orbit.concurrent.
Task
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor)
- Method in class cloud.orbit.concurrent.
Task
handleAsync(BiFunction<? super T, Throwable, ? extends U>)
- Method in class cloud.orbit.concurrent.
Task
hashCode()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
hashCode()
- Method in class cloud.orbit.profiler.
MethodInfo
hashCode()
- Method in class cloud.orbit.tuples.
Pair
hashCode()
- Method in class cloud.orbit.tuples.
Triple
I
internalComplete(T)
- Method in class cloud.orbit.concurrent.
Task
internalCompleteExceptionally(Throwable)
- Method in class cloud.orbit.concurrent.
Task
invokeAll(Collection<? extends Callable<T>>)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
invokeAny(Collection<? extends Callable<T>>)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
IOUtils
- Class in
cloud.orbit.util
isAnnotated(Method)
- Method in class cloud.orbit.util.
AnnotationCache
isBlank(CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
isCauseInChain(Class<?>, Throwable)
- Static method in class cloud.orbit.util.
ExceptionUtils
isDateInRange(Date, Date, Date)
- Static method in class cloud.orbit.util.
DateTimeUtils
Returns weather the date is within a given range.
isEmpty()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
isEmpty(CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
isNotBlank(CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
isNotEmpty(CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
isShutdown()
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
isTerminated()
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
iterator()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
M
mark(int)
- Method in class cloud.orbit.io.
ByteBufferInputStream
MessageDigestFactory
- Class in
cloud.orbit.concurrent
Created by joeh on 2017-06-27.
MessageDigestFactory(String)
- Constructor for class cloud.orbit.concurrent.
MessageDigestFactory
MethodInfo
- Class in
cloud.orbit.profiler
MethodInfo()
- Constructor for class cloud.orbit.profiler.
MethodInfo
MethodInfo(StackTraceElement)
- Constructor for class cloud.orbit.profiler.
MethodInfo
MethodNotFoundException
- Exception in
cloud.orbit.exception
MethodNotFoundException()
- Constructor for exception cloud.orbit.exception.
MethodNotFoundException
MethodNotFoundException(String)
- Constructor for exception cloud.orbit.exception.
MethodNotFoundException
MethodNotFoundException(String, Throwable)
- Constructor for exception cloud.orbit.exception.
MethodNotFoundException
MethodNotFoundException(Throwable)
- Constructor for exception cloud.orbit.exception.
MethodNotFoundException
MethodNotFoundException(String, Throwable, boolean, boolean)
- Constructor for exception cloud.orbit.exception.
MethodNotFoundException
N
NetUtils
- Class in
cloud.orbit.util
newDigest()
- Method in class cloud.orbit.concurrent.
MessageDigestFactory
newInstance()
- Method in class cloud.orbit.reflect.
ClassDescriptor
newScalingThreadPool(int)
- Static method in class cloud.orbit.concurrent.
ExecutorUtils
NotAvailableHere
- Exception in
cloud.orbit.exception
NotAvailableHere()
- Constructor for exception cloud.orbit.exception.
NotAvailableHere
NotAvailableHere(String, Throwable, boolean, boolean)
- Constructor for exception cloud.orbit.exception.
NotAvailableHere
NotAvailableHere(String, Throwable)
- Constructor for exception cloud.orbit.exception.
NotAvailableHere
NotAvailableHere(String)
- Constructor for exception cloud.orbit.exception.
NotAvailableHere
NotAvailableHere(Throwable)
- Constructor for exception cloud.orbit.exception.
NotAvailableHere
NotImplementedException
- Exception in
cloud.orbit.exception
To mark methods or conditions that are intentionally left not implemented.
NotImplementedException()
- Constructor for exception cloud.orbit.exception.
NotImplementedException
NotImplementedException(String)
- Constructor for exception cloud.orbit.exception.
NotImplementedException
NotImplementedException(String, Throwable)
- Constructor for exception cloud.orbit.exception.
NotImplementedException
NotImplementedException(Throwable)
- Constructor for exception cloud.orbit.exception.
NotImplementedException
NotImplementedException(String, Throwable, boolean, boolean)
- Constructor for exception cloud.orbit.exception.
NotImplementedException
O
of(L, R)
- Static method in class cloud.orbit.tuples.
Pair
of(L, M, R)
- Static method in class cloud.orbit.tuples.
Triple
P
Pair
<
L
,
R
> - Class in
cloud.orbit.tuples
Pair(L, R)
- Constructor for class cloud.orbit.tuples.
Pair
parallelStream()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
parseExact(String, String)
- Static method in class cloud.orbit.util.
DateTimeUtils
Given the format value parse the date time from the string.
pop()
- Method in class cloud.orbit.concurrent.
TaskContext
Removes the this execution context from the context stack for the current thread.
ProfileDump
- Class in
cloud.orbit.profiler
ProfilerCollector
- Class in
cloud.orbit.profiler
This is a mini execution profiler that can seat in a server collecting profile samples when triggered externally.
ProfilerCollector()
- Constructor for class cloud.orbit.profiler.
ProfilerCollector
ProfilerData
- Class in
cloud.orbit.profiler
Represents the profile data for one profile key.
ProfilerData()
- Constructor for class cloud.orbit.profiler.
ProfilerData
properties()
- Method in class cloud.orbit.concurrent.
TaskContext
push()
- Method in class cloud.orbit.concurrent.
TaskContext
Adds this execution context to the top of the context stack for the current thread.
R
read()
- Method in class cloud.orbit.io.
ByteBufferInputStream
read(byte[], int, int)
- Method in class cloud.orbit.io.
ByteBufferInputStream
remove(Object)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
removeAll(Collection<?>)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
removeIf(Predicate<? super T>)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
reset()
- Method in class cloud.orbit.io.
ByteBufferInputStream
reset()
- Method in class cloud.orbit.profiler.
ProfilerData
retainAll(Collection<?>)
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
runAfterBoth(CompletionStage<?>, Runnable)
- Method in class cloud.orbit.concurrent.
Task
runAfterBothAsync(CompletionStage<?>, Runnable)
- Method in class cloud.orbit.concurrent.
Task
runAfterBothAsync(CompletionStage<?>, Runnable, Executor)
- Method in class cloud.orbit.concurrent.
Task
runAfterEither(CompletionStage<?>, Runnable)
- Method in class cloud.orbit.concurrent.
Task
runAfterEitherAsync(CompletionStage<?>, Runnable)
- Method in class cloud.orbit.concurrent.
Task
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor)
- Method in class cloud.orbit.concurrent.
Task
runAsync(Runnable)
- Static method in class cloud.orbit.concurrent.
Task
runAsync(Runnable, Executor)
- Static method in class cloud.orbit.concurrent.
Task
S
setChildren(Map<MethodInfo, CallTreeElement>)
- Method in class cloud.orbit.profiler.
CallTreeElement
setClazz(Class<T>)
- Method in class cloud.orbit.reflect.
ClassDescriptor
setCount(long)
- Method in class cloud.orbit.profiler.
CallTreeElement
setCount(long)
- Method in class cloud.orbit.profiler.
MethodInfo
setDeclaringClass(String)
- Method in class cloud.orbit.profiler.
MethodInfo
setDefaultExecutor(Executor)
- Method in class cloud.orbit.concurrent.
TaskContext
setElementInfo(MethodInfo)
- Method in class cloud.orbit.profiler.
CallTreeElement
setFileName(String)
- Method in class cloud.orbit.profiler.
MethodInfo
setMethodName(String)
- Method in class cloud.orbit.profiler.
MethodInfo
setProperty(String, Object)
- Method in class cloud.orbit.concurrent.
TaskContext
Binds an object to a given property name in the current execution context.
setStamp(long)
- Method in class cloud.orbit.profiler.
MethodInfo
shared
- Static variable in class cloud.orbit.reflect.
ClassCache
shutdown()
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
shutdownNow()
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
silentlyClose(Closeable)
- Static method in class cloud.orbit.util.
IOUtils
Closes given
Closeable
, suppressing all exceptions.
size()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
sleep(long, TimeUnit)
- Static method in class cloud.orbit.concurrent.
Task
Returns a new task that will fail if the original is not completed withing the given timeout.
spliterator()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
stamp
- Variable in class cloud.orbit.profiler.
MethodInfo
start()
- Method in interface cloud.orbit.lifecycle.
Startable
It must be possible to call start twice without errors.
Startable
- Interface in
cloud.orbit.lifecycle
Optional interface that orbit components may implement.
stop()
- Method in interface cloud.orbit.lifecycle.
Startable
It must be possible to call stop twice.
stream()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
StringBuilderWriter
- Class in
cloud.orbit.io
Fast non thread safe string writer
StringBuilderWriter()
- Constructor for class cloud.orbit.io.
StringBuilderWriter
StringBuilderWriter(StringBuilder)
- Constructor for class cloud.orbit.io.
StringBuilderWriter
StringUtils
- Class in
cloud.orbit.util
submit(Callable<T>)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
submit(Runnable, T)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
submit(Runnable)
- Method in class cloud.orbit.concurrent.
ForwardingExecutorService
supplyAsync(TaskSupplier<U>)
- Static method in class cloud.orbit.concurrent.
Task
supplyAsync(Supplier<U>)
- Static method in class cloud.orbit.concurrent.
Task
supplyAsync(Supplier<U>, Executor)
- Static method in class cloud.orbit.concurrent.
Task
supplyAsync(TaskSupplier<U>, Executor)
- Static method in class cloud.orbit.concurrent.
Task
SuppressValidation
- Annotation Type in
cloud.orbit.annotation
T
Task
<
T
> - Class in
cloud.orbit.concurrent
Task are CompletableFutures were with a few changes.
Task()
- Constructor for class cloud.orbit.concurrent.
Task
TaskContext
- Class in
cloud.orbit.concurrent
TaskContext()
- Constructor for class cloud.orbit.concurrent.
TaskContext
TaskFunction
<
T
,
R
> - Interface in
cloud.orbit.concurrent
TaskSupplier
<
T
> - Interface in
cloud.orbit.concurrent
textDumpCallTree(CallTreeElement, long)
- Static method in class cloud.orbit.profiler.
ProfileDump
textDumpCallTree(int, PrintWriter, String, CallTreeElement, long, long)
- Static method in class cloud.orbit.profiler.
ProfileDump
textMethodInfo(ProfilerData, long)
- Static method in class cloud.orbit.profiler.
ProfileDump
thenAccept(Consumer<? super T>)
- Method in class cloud.orbit.concurrent.
Task
thenAcceptAsync(Consumer<? super T>, Executor)
- Method in class cloud.orbit.concurrent.
Task
thenAcceptAsync(Consumer<? super T>)
- Method in class cloud.orbit.concurrent.
Task
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>)
- Method in class cloud.orbit.concurrent.
Task
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor)
- Method in class cloud.orbit.concurrent.
Task
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>)
- Method in class cloud.orbit.concurrent.
Task
thenApply(Function<? super T, ? extends U>)
- Method in class cloud.orbit.concurrent.
Task
thenApplyAsync(Function<? super T, ? extends U>, Executor)
- Method in class cloud.orbit.concurrent.
Task
thenApplyAsync(Function<? super T, ? extends U>)
- Method in class cloud.orbit.concurrent.
Task
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>)
- Method in class cloud.orbit.concurrent.
Task
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor)
- Method in class cloud.orbit.concurrent.
Task
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>)
- Method in class cloud.orbit.concurrent.
Task
thenCompose(Function<? super T, ? extends CompletionStage<U>>)
- Method in class cloud.orbit.concurrent.
Task
thenCompose(Supplier<? extends CompletionStage<U>>)
- Method in class cloud.orbit.concurrent.
Task
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor)
- Method in class cloud.orbit.concurrent.
Task
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>)
- Method in class cloud.orbit.concurrent.
Task
thenReturn(Supplier<U>)
- Method in class cloud.orbit.concurrent.
Task
Returns a new Task that is executed when this task completes normally.
thenRun(Runnable)
- Method in class cloud.orbit.concurrent.
Task
thenRunAsync(Runnable)
- Method in class cloud.orbit.concurrent.
Task
thenRunAsync(Runnable, Executor)
- Method in class cloud.orbit.concurrent.
Task
toArray()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
toArray(R[])
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
toByteArray(InputStream)
- Static method in class cloud.orbit.util.
IOUtils
toString()
- Method in class cloud.orbit.concurrent.
ConcurrentHashSet
toString()
- Method in class cloud.orbit.concurrent.
TaskContext
toString()
- Method in class cloud.orbit.io.
StringBuilderWriter
toString(InputStream)
- Static method in class cloud.orbit.util.
IOUtils
toString(InputStream, Charset)
- Static method in class cloud.orbit.util.
IOUtils
toString(Reader)
- Static method in class cloud.orbit.util.
IOUtils
Triple
<
L
,
M
,
R
> - Class in
cloud.orbit.tuples
Triple(L, M, R)
- Constructor for class cloud.orbit.tuples.
Triple
U
uncapitalize(CharSequence)
- Static method in class cloud.orbit.util.
StringUtils
UncheckedException
- Exception in
cloud.orbit.exception
A runtime exception that dodges some warnings about using the class RuntimeException directly.
UncheckedException()
- Constructor for exception cloud.orbit.exception.
UncheckedException
UncheckedException(String, Throwable, boolean, boolean)
- Constructor for exception cloud.orbit.exception.
UncheckedException
UncheckedException(String, Throwable)
- Constructor for exception cloud.orbit.exception.
UncheckedException
UncheckedException(String)
- Constructor for exception cloud.orbit.exception.
UncheckedException
UncheckedException(Throwable)
- Constructor for exception cloud.orbit.exception.
UncheckedException
W
whenComplete(BiConsumer<? super T, ? super Throwable>)
- Method in class cloud.orbit.concurrent.
Task
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>)
- Method in class cloud.orbit.concurrent.
Task
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor)
- Method in class cloud.orbit.concurrent.
Task
wrap(Runnable)
- Static method in class cloud.orbit.concurrent.
TaskContext
Wraps a Runnable in such a way the it will push the current execution context before any code gets executed and pop it afterwards
wrap(BiConsumer<T, U>)
- Static method in class cloud.orbit.concurrent.
TaskContext
Wraps a BiConsumer in such a way the it will push the current execution context before any code gets executed and pop it afterwards
wrap(Consumer<T>)
- Static method in class cloud.orbit.concurrent.
TaskContext
Wraps a Consumer in such a way the it will push the current execution context before any code gets executed and pop it afterwards
wrap(Function<T, R>)
- Static method in class cloud.orbit.concurrent.
TaskContext
Wraps a Function in such a way the it will push the current execution context before any code gets executed and pop it afterwards
wrap(BiFunction<T, U, R>)
- Static method in class cloud.orbit.concurrent.
TaskContext
Wraps a Function in such a way the it will push the current execution context before any code gets executed and pop it afterwards
wrap(Supplier<T>)
- Static method in class cloud.orbit.concurrent.
TaskContext
Wraps a Supplier in such a way the it will push the current execution context before any code gets executed and pop it afterwards
write(char[], int, int)
- Method in class cloud.orbit.io.
StringBuilderWriter
write(int)
- Method in class cloud.orbit.io.
StringBuilderWriter
write(char[])
- Method in class cloud.orbit.io.
StringBuilderWriter
write(String)
- Method in class cloud.orbit.io.
StringBuilderWriter
write(String, int, int)
- Method in class cloud.orbit.io.
StringBuilderWriter
A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019
Electronic Arts Inc
. All rights reserved.