Package | Description |
---|---|
org.apache.giraph.block_app.framework.block |
Block interface as a composable unit of execution, and its common
implementations.
|
org.apache.giraph.block_app.library |
Core library of Pieces and Suppliers, providing most common usages.
|
org.apache.giraph.block_app.library.internal |
Internal implementation of Pieces needed for Pieces utility class.
|
org.apache.giraph.block_app.library.striping |
Utilities for striping.
|
org.apache.giraph.block_app.reducers.array |
Reducers for collecting arrays of objects.
|
org.apache.giraph.object |
Object handling related utilities.
|
org.apache.giraph.types.ops.collections |
Collection interfaces and implementations provided by TypeOps classes.
|
org.apache.giraph.types.ops.collections.array |
WArrayList interfaces and implementations that extend fastutil
classes, and are provided by TypeOps classes.
|
Class and Description |
---|
IntSupplier
Primitive specialization of Function:
() -> int
|
Class and Description |
---|
PrimitiveRefs.IntRef
Convenience class holding int value,
for use when lambdas need to mutate capturing int local variable.
|
Class and Description |
---|
Int2ObjFunction
Primitive specialization of Function:
(int) -> T
|
Class and Description |
---|
Int2ObjFunction
Primitive specialization of Function:
(int) -> T
|
Obj2IntFunction
Primitive specialization of Function:
(T) -> int
|
Class and Description |
---|
Int2ObjFunction
Primitive specialization of Function:
(int) -> T
|
PrimitiveRefs.IntRef
Convenience class holding int value,
for use when lambdas need to mutate capturing int local variable.
|
Class and Description |
---|
Int2ObjFunction
Primitive specialization of Function:
(int) -> T
|
Class and Description |
---|
BooleanConsumer
Primitive specialization of Function:
(boolean) -> void
|
BooleanPredicate
Primitive specialization of Function:
(boolean) -> boolean
|
ByteConsumer
Primitive specialization of Function:
(byte) -> void
|
BytePredicate
Primitive specialization of Function:
(byte) -> boolean
|
DoubleConsumer
Primitive specialization of Function:
(double) -> void
|
DoublePredicate
Primitive specialization of Function:
(double) -> boolean
|
FloatConsumer
Primitive specialization of Function:
(float) -> void
|
FloatPredicate
Primitive specialization of Function:
(float) -> boolean
|
IntConsumer
Primitive specialization of Function:
(int) -> void
|
IntPredicate
Primitive specialization of Function:
(int) -> boolean
|
LongConsumer
Primitive specialization of Function:
(long) -> void
|
LongPredicate
Primitive specialization of Function:
(long) -> boolean
|
Class and Description |
---|
BooleanConsumer
Primitive specialization of Function:
(boolean) -> void
|
BooleanPredicate
Primitive specialization of Function:
(boolean) -> boolean
|
ByteConsumer
Primitive specialization of Function:
(byte) -> void
|
BytePredicate
Primitive specialization of Function:
(byte) -> boolean
|
DoubleConsumer
Primitive specialization of Function:
(double) -> void
|
DoublePredicate
Primitive specialization of Function:
(double) -> boolean
|
FloatConsumer
Primitive specialization of Function:
(float) -> void
|
FloatPredicate
Primitive specialization of Function:
(float) -> boolean
|
IntConsumer
Primitive specialization of Function:
(int) -> void
|
IntPredicate
Primitive specialization of Function:
(int) -> boolean
|
LongConsumer
Primitive specialization of Function:
(long) -> void
|
LongPredicate
Primitive specialization of Function:
(long) -> boolean
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.