I - Vertex IDE - Edge Valuepublic class DefaultEdgeInputFilter<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> extends DefaultImmutableClassesGiraphConfigurable<I,org.apache.hadoop.io.Writable,E> implements EdgeInputFilter<I,E>
| Constructor and Description |
|---|
DefaultEdgeInputFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dropEdge(I sourceId,
Edge<I,E> edge)
Whether to drop this edge
|
getConf, setConfpublic boolean dropEdge(I sourceId, Edge<I,E> edge)
EdgeInputFilterdropEdge in interface EdgeInputFilter<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>sourceId - ID of source of edgeedge - to checkCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.