A C D E F G H I M N P R S T 

A

apply(F) - Method in interface com.davidsoergel.conja.Function
Applies the function to an object of type F, resulting in an object of type T.

C

cancel(boolean) - Method in class com.davidsoergel.conja.FakeFuture
 
ChainedRuntimeException - Exception in com.davidsoergel.conja
This exception is used for wrapping another exception and rethrowing it as an uncaught exception.
ChainedRuntimeException() - Constructor for exception com.davidsoergel.conja.ChainedRuntimeException
Creates new FileUploadException without detail message.
ChainedRuntimeException(Throwable) - Constructor for exception com.davidsoergel.conja.ChainedRuntimeException
Constructor declaration
ChainedRuntimeException(String) - Constructor for exception com.davidsoergel.conja.ChainedRuntimeException
Constructs an FileUploadException with the specified detail message.
ChainedRuntimeException(Throwable, String) - Constructor for exception com.davidsoergel.conja.ChainedRuntimeException
Constructor declaration
checkInterrupted() - Static method in class com.davidsoergel.conja.ThreadUtils
 
com.davidsoergel.conja - package com.davidsoergel.conja
 

D

DepthFirstThreadPoolExecutor - Class in com.davidsoergel.conja
 
DepthFirstThreadPoolExecutor() - Constructor for class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
DepthFirstThreadPoolExecutor(int) - Constructor for class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
DepthFirstThreadPoolExecutor(int, int) - Constructor for class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 

E

emergencyAbort() - Static method in class com.davidsoergel.conja.Parallel
 
equals(Object) - Method in interface com.davidsoergel.conja.Function
Indicates whether some other object is equal to this Function.

F

FakeFuture<T> - Class in com.davidsoergel.conja
 
FakeFuture(T) - Constructor for class com.davidsoergel.conja.FakeFuture
 
finish(String, int) - Method in class com.davidsoergel.conja.ProgressReportingThreadPoolExecutor
Deprecated.
 
forEach(ThreadSafeNextOnlyIterator<T>, Function<T, Void>) - Static method in class com.davidsoergel.conja.Parallel
 
forEach(Iterator<T>, Function<T, Void>) - Static method in class com.davidsoergel.conja.Parallel
 
forEach(int, Function<Integer, Void>) - Static method in class com.davidsoergel.conja.Parallel
 
forEach(Iterable<T>, Function<T, Void>) - Static method in class com.davidsoergel.conja.Parallel
 
forEachThread(Function<Integer, Void>) - Static method in class com.davidsoergel.conja.Parallel
 
Function<F,T> - Interface in com.davidsoergel.conja
Copied from com.google.common.base.Function to avoid the package dependency.
function(T) - Method in class com.davidsoergel.conja.MappingIterator
 
function(T) - Method in class com.davidsoergel.conja.MappingThreadSafeNextOnlyIterator
 

G

get() - Method in class com.davidsoergel.conja.FakeFuture
 
get(long, TimeUnit) - Method in class com.davidsoergel.conja.FakeFuture
 
getBlockedSeconds() - Method in class com.davidsoergel.conja.ThreadPoolPerformanceStats
 
getCpuSeconds() - Method in class com.davidsoergel.conja.ThreadPoolPerformanceStats
 
getInstance() - Static method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
getPoolSize() - Method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
getSystemSeconds() - Method in class com.davidsoergel.conja.ThreadPoolPerformanceStats
 
getUserSeconds() - Method in class com.davidsoergel.conja.ThreadPoolPerformanceStats
 
getWaitedSeconds() - Method in class com.davidsoergel.conja.ThreadPoolPerformanceStats
 

H

hasInstance() - Static method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
hasNext() - Method in class com.davidsoergel.conja.IntegerIterator
 
hasNext() - Method in class com.davidsoergel.conja.MappingIterator
 
hasNext() - Method in class com.davidsoergel.conja.ThreadSafeNextOnlyIteratorAsNormalIterator
Deprecated.
 

I

IntegerIterator - Class in com.davidsoergel.conja
 
IntegerIterator(int, int) - Constructor for class com.davidsoergel.conja.IntegerIterator
 
isCancelled() - Method in class com.davidsoergel.conja.FakeFuture
 
isDone() - Method in class com.davidsoergel.conja.FakeFuture
 
IteratorAsThreadSafeNextOnlyIterator<T> - Class in com.davidsoergel.conja
Ensures that every next() call is synchronized.
IteratorAsThreadSafeNextOnlyIterator(Iterator<T>) - Constructor for class com.davidsoergel.conja.IteratorAsThreadSafeNextOnlyIterator
 

M

map(ThreadSafeNextOnlyIterator<T>, Function<T, V>) - Static method in class com.davidsoergel.conja.Parallel
 
map(Iterator<T>, Function<T, V>) - Static method in class com.davidsoergel.conja.Parallel
 
map(Iterable<T>, Function<T, V>) - Static method in class com.davidsoergel.conja.Parallel
 
MappingIterator<T,J> - Class in com.davidsoergel.conja
An Iterator that maps elements from an underlying iterator through some function on the fly.
MappingIterator(Iterable<T>) - Constructor for class com.davidsoergel.conja.MappingIterator
 
MappingIterator(Iterator<T>) - Constructor for class com.davidsoergel.conja.MappingIterator
 
MappingThreadSafeNextOnlyIterator<T,J> - Class in com.davidsoergel.conja
An Iterator that maps elements from an underlying iterator through some function on the fly.
MappingThreadSafeNextOnlyIterator(ThreadSafeNextOnlyIterator<T>) - Constructor for class com.davidsoergel.conja.MappingThreadSafeNextOnlyIterator
 
MappingThreadSafeNextOnlyIterator(Iterator<T>) - Constructor for class com.davidsoergel.conja.MappingThreadSafeNextOnlyIterator
 
mapStream(ThreadSafeNextOnlyIterator<T>, Function<T, V>) - Static method in class com.davidsoergel.conja.Parallel
 

N

next() - Method in class com.davidsoergel.conja.IntegerIterator
 
next() - Method in class com.davidsoergel.conja.IteratorAsThreadSafeNextOnlyIterator
 
next() - Method in class com.davidsoergel.conja.MappingIterator
 
next() - Method in class com.davidsoergel.conja.MappingThreadSafeNextOnlyIterator
 
next() - Method in interface com.davidsoergel.conja.ThreadSafeNextOnlyIterator
Returns the next object from the iterator.
next() - Method in class com.davidsoergel.conja.ThreadSafeNextOnlyIteratorAsNormalIterator
Deprecated.
 

P

Parallel - Class in com.davidsoergel.conja
 
Parallel() - Constructor for class com.davidsoergel.conja.Parallel
 
printStackTrace(PrintWriter) - Method in exception com.davidsoergel.conja.ChainedRuntimeException
Method declaration
printStackTrace(PrintStream) - Method in exception com.davidsoergel.conja.ChainedRuntimeException
Method declaration
ProgressReportingThreadPoolExecutor - Class in com.davidsoergel.conja
Deprecated.
ProgressReportingThreadPoolExecutor(int, int) - Constructor for class com.davidsoergel.conja.ProgressReportingThreadPoolExecutor
Deprecated.
 
ProgressReportingThreadPoolExecutor() - Constructor for class com.davidsoergel.conja.ProgressReportingThreadPoolExecutor
Deprecated.
 

R

remove() - Method in class com.davidsoergel.conja.IntegerIterator
 
remove() - Method in class com.davidsoergel.conja.MappingIterator
 
remove() - Method in class com.davidsoergel.conja.ThreadSafeNextOnlyIteratorAsNormalIterator
Deprecated.
 
RuntimeExecutionException - Exception in com.davidsoergel.conja
 
RuntimeExecutionException() - Constructor for exception com.davidsoergel.conja.RuntimeExecutionException
 
RuntimeExecutionException(Throwable) - Constructor for exception com.davidsoergel.conja.RuntimeExecutionException
 
RuntimeExecutionException(String) - Constructor for exception com.davidsoergel.conja.RuntimeExecutionException
 
RuntimeExecutionException(Throwable, String) - Constructor for exception com.davidsoergel.conja.RuntimeExecutionException
 

S

set_instance_cpus(int) - Static method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
shutdown() - Method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
shutdown() - Static method in class com.davidsoergel.conja.Parallel
 
shutdown() - Method in interface com.davidsoergel.conja.TreeExecutorService
 
shutdownNow() - Method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
 
submitAndWaitForAll(Iterable<Runnable>) - Method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
Submit a collection of tasks to the thread pool, and block until they complete.
submitAndWaitForAll(Iterator<Runnable>) - Method in class com.davidsoergel.conja.DepthFirstThreadPoolExecutor
Submit a collection of tasks to the thread pool, and block until they complete.
submitAndWaitForAll(Iterable<Runnable>) - Method in interface com.davidsoergel.conja.TreeExecutorService
 
submitAndWaitForAll(Iterator<Runnable>) - Method in interface com.davidsoergel.conja.TreeExecutorService
 

T

ThreadingException - Exception in com.davidsoergel.conja
 
ThreadingException() - Constructor for exception com.davidsoergel.conja.ThreadingException
 
ThreadingException(Throwable) - Constructor for exception com.davidsoergel.conja.ThreadingException
 
ThreadingException(String) - Constructor for exception com.davidsoergel.conja.ThreadingException
 
ThreadingException(String, Throwable) - Constructor for exception com.davidsoergel.conja.ThreadingException
 
ThreadPoolPerformanceStats - Class in com.davidsoergel.conja
 
ThreadPoolPerformanceStats(Collection<Long>) - Constructor for class com.davidsoergel.conja.ThreadPoolPerformanceStats
 
ThreadSafeNextOnlyIterator<T> - Interface in com.davidsoergel.conja
An iterator that lacks hasNext and remove.
ThreadSafeNextOnlyIteratorAsNormalIterator<T> - Class in com.davidsoergel.conja
Deprecated.
ThreadSafeNextOnlyIteratorAsNormalIterator(ThreadSafeNextOnlyIterator<T>) - Constructor for class com.davidsoergel.conja.ThreadSafeNextOnlyIteratorAsNormalIterator
Deprecated.
 
ThreadUtils - Class in com.davidsoergel.conja
 
ThreadUtils() - Constructor for class com.davidsoergel.conja.ThreadUtils
 
toString() - Method in class com.davidsoergel.conja.ThreadPoolPerformanceStats
 
TreeExecutorService - Interface in com.davidsoergel.conja
 
A C D E F G H I M N P R S T 

Copyright © 2006–2014 David Soergel. All rights reserved.