I
- Vertex id typeV
- Vertex value typeE
- Edge value typeT
- Result typepublic interface SupplierFromVertex<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
get(Vertex<I,V,E> vertex)
Retrieves an instance of the appropriate type, given a vertex.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.