This project has retired. For details please refer to its
        
        Attic page.
      
 
VertexInputFilter (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- Summary: 
 
- Nested | 
 
- Field | 
 
- Constr | 
 
- Method
 
- Detail: 
 
- Field | 
 
- Constr | 
 
- Method
 
 
 
- 
- Type Parameters:
 
I - Vertex ID 
V - Vertex Value 
E - Edge Value 
- All Known Implementing Classes:
 
- DefaultVertexInputFilter
 
public interface VertexInputFilter<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Filters vertices on input.
 
 
- 
- 
Method Detail
- 
dropVertex
boolean dropVertex(Vertex<I,V,E> vertex)
Whether to drop a vertex on input.
- Parameters:
 
vertex - to check 
- Returns:
 
- true if we should drop vertex
 
 
 
 
 
 
- Summary: 
 
- Nested | 
 
- Field | 
 
- Constr | 
 
- Method
 
- Detail: 
 
- Field | 
 
- Constr | 
 
- Method
 
 
 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.