This project has retired. For details please refer to its Attic page.
org.apache.giraph.function (Apache Giraph Core 1.3.0-SNAPSHOT API)
Skip navigation links

Package org.apache.giraph.function

Package for interfaces representing different functions, that all extends Serializable in order for Kryo to be able to serialize them.

See: Description

Package org.apache.giraph.function Description

Package for interfaces representing different functions, that all extends Serializable in order for Kryo to be able to serialize them. Even when same interface is present in Guava, we do not extend it due to @Nullable annotations adding requirement of handling nulls.
Skip navigation links

Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.