Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
CsvReader.types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
ProjectOperator.Projection.projectTuple4()
|
<T0,T1,T2,T3> |
CrossOperator.CrossProjection.projectTuple4()
Projects a pair of crossed elements to a
Tuple with the previously selected
fields. |
Modifier and Type | Method and Description |
---|---|
Tuple4<T0,T1,T2,T3> |
Tuple4.copy()
Shallow tuple copy.
|
static <T0,T1,T2,T3> |
Tuple4.of(T0 f0,
T1 f1,
T2 f2,
T3 f3)
Creates a new tuple and assigns the given values to the tuple's fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple4<T0,T1,T2,T3>[] |
Tuple4Builder.build() |
Modifier and Type | Class and Description |
---|---|
static class |
EnumTrianglesDataTypes.EdgeWithDegrees
A POJO storing two vertex IDs with degree.
|
Modifier and Type | Class and Description |
---|---|
static class |
TPCHQuery3.Lineitem
Lineitem.
|
static class |
TPCHQuery3.Order
Order.
|
static class |
TPCHQuery3.ShippingPriorityItem
ShippingPriorityItem.
|
Modifier and Type | Class and Description |
---|---|
static class |
Summarization.VertexGroupItem<K,VGV>
Represents a single vertex in a vertex group.
|
static class |
TriangleEnumerator.EdgeWithDegrees<K>
POJO storing two vertex IDs with degree.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3> |
StreamProjection.projectTuple4()
Projects a
Tuple DataStream to the previously selected fields. |
Modifier and Type | Method and Description |
---|---|
Tuple4<Integer,Long,Integer,String> |
BucketingSinkTestProgram.SubtractingMapper.map(Tuple3<Integer,Long,String> value) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.Path |
BucketingSinkTestProgram.KeyBucketer.getBucketPath(Clock clock,
org.apache.hadoop.fs.Path basePath,
Tuple4<Integer,Long,Integer,String> element) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.