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.
|
Modifier and Type | Method and Description |
---|---|
<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
ObjectTransfer.castToConsumer()
To be called when needing to pass it as a Consumer - making it
obvious that K, V and E on consumer side can be any types,
and to make code work without compile errors/warnings.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.