Package | Description |
---|---|
org.apache.giraph.function |
Package for interfaces representing different functions,
that all extends Serializable in order for Kryo to be able
to serialize them.
|
org.apache.giraph.function.vertex |
Package for interfaces representing functions additionally
performed on vertex values.
|
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 |
---|
Consumer
Function:
(T) -> void
|
Notifier
Allows consumer to subscribe to a supplier.
|
Supplier
Function:
() -> T
Specialization of com.google.common.base.Supplier, that is also Serializable. |
Class and Description |
---|
PairConsumer
Function:
(T1, T2) -> void
|
PairFunction
Function:
(F1, F2) -> T
|
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Class and Description |
---|
Consumer
Function:
(T) -> void
|
Predicate
Function:
(T) -> boolean
Specialization of com.google.common.base.Predicate, that is also Serializable. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.