public class GraphUtils extends Object
Graph
utilities.Modifier and Type | Class and Description |
---|---|
static class |
GraphUtils.AddLongValue
Add
LongValue elements. |
static class |
GraphUtils.IdentityMapper<T>
The identity mapper returns the input as output.
|
static class |
GraphUtils.MapTo<I,O>
Map each element to a value.
|
static class |
GraphUtils.NonForwardingIdentityMapper<T>
The identity mapper returns the input as output.
|
Modifier and Type | Method and Description |
---|---|
static <T> DataSet<LongValue> |
count(DataSet<T> input)
Count the number of elements in a DataSet.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.