Modifier and Type | Interface and Description |
---|---|
interface |
ParallelIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelBag<T> |
interface |
ParallelUnsortedBag<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelSortedBag<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelListIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
Modifier and Type | Method and Description |
---|---|
ParallelListIterable<T> |
ListIterable.asParallel(ExecutorService executorService,
int batchSize)
Returns a parallel iterable of this ListIterable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelSetIterable<T> |
interface |
ParallelUnsortedSetIterable<T>
A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
Modifier and Type | Method and Description |
---|---|
ParallelSetIterable<T> |
SetIterable.asParallel(ExecutorService executorService,
int batchSize)
Returns a parallel iterable of this SetIterable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParallelSortedSetIterable<T> |
Modifier and Type | Method and Description |
---|---|
ParallelSortedSetIterable<T> |
SortedSetIterable.asParallel(ExecutorService executorService,
int batchSize)
Returns a parallel iterable of this SortedSetIterable.
|
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedBag<T> |
AbstractMutableBag.asParallel(ExecutorService executorService,
int batchSize) |
Modifier and Type | Method and Description |
---|---|
ParallelSortedBag<T> |
AbstractMutableSortedBag.asParallel(ExecutorService executorService,
int batchSize) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelIterable<T,B extends Batch<T>> |
class |
AbstractParallelIterableImpl<T,B extends Batch<T>> |
interface |
Batch<T> |
class |
MultiReaderParallelIterable<T> |
class |
ParallelDistinctIterable<T> |
class |
ParallelSelectIterable<T> |
interface |
RootBatch<T>
A
Batch that must be at the root of the chain, not wrapped in other Batches. |
class |
SynchronizedParallelIterable<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> |
class |
CollectUnsortedBagBatch<T,V> |
class |
FlatCollectUnsortedBagBatch<T,V> |
class |
ParallelCollectUnsortedBag<T,V> |
interface |
RootUnsortedBagBatch<T> |
class |
SelectUnsortedBagBatch<T> |
interface |
UnsortedBagBatch<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelListIterable<T,B extends ListBatch<T>> |
class |
CollectListBatch<T,V> |
class |
DistinctBatch<T> |
class |
FlatCollectListBatch<T,V> |
interface |
ListBatch<T> |
class |
ListIterableBatch<T> |
class |
ListIterableParallelIterable<T> |
class |
MultiReaderParallelListIterable<T> |
class |
ParallelCollectListIterable<T,V> |
class |
ParallelFlatCollectListIterable<T,V> |
interface |
RootListBatch<T> |
class |
SelectListBatch<T> |
class |
SynchronizedParallelListIterable<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> |
class |
CollectUnsortedSetBatch<T,V> |
class |
MultiReaderParallelUnsortedSetIterable<T> |
class |
ParallelCollectIterable<T,V> |
class |
ParallelFlatCollectIterable<T,V> |
interface |
RootUnsortedSetBatch<T> |
class |
SelectUnsortedSetBatch<T> |
class |
SynchronizedParallelUnsortedSetIterable<T> |
interface |
UnsortedSetBatch<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelSortedSetIterable<T,B extends SortedSetBatch<T>> |
class |
CollectSortedSetBatch<T,V> |
class |
FlatCollectSortedSetBatch<T,V> |
interface |
RootSortedSetBatch<T> |
class |
SelectSortedSetBatch<T> |
interface |
SortedSetBatch<T> |
class |
SynchronizedParallelSortedSetIterable<T> |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
UnifiedSet.asParallel(ExecutorService executorService,
int batchSize) |
Modifier and Type | Method and Description |
---|---|
ParallelSortedSetIterable<T> |
TreeSortedSet.asParallel(ExecutorService executorService,
int batchSize) |
Modifier and Type | Method and Description |
---|---|
ParallelUnsortedSetIterable<T> |
UnifiedSetWithHashingStrategy.asParallel(ExecutorService executorService,
int batchSize) |
Copyright © 2004–2016. All rights reserved.