Package | Description |
---|---|
org.apache.giraph.examples |
Package of Giraph examples.
|
org.apache.giraph.examples.io.formats |
IO classes for Giraph examples.
|
org.apache.giraph.examples.scc |
Classes for Strongly Connected Components computation.
|
org.apache.giraph.io.formats |
Package of reusable library Giraph objects.
|
Modifier and Type | Class and Description |
---|---|
class |
LongDoubleDoubleTextInputFormat.LongDoubleDoubleDoubleVertexReader
Vertex reader associated with
LongDoubleDoubleTextInputFormat . |
class |
LongDoubleFloatTextInputFormat.LongDoubleFloatVertexReader
Vertex reader associated with
LongDoubleDoubleTextInputFormat . |
class |
LongDoubleNullTextInputFormat.LongDoubleNullDoubleVertexReader
Vertex reader associated with
LongDoubleNullTextInputFormat . |
class |
NormalizingLongDoubleDoubleTextInputFormat.NormalizingLongDoubleDoubleDoubleVertexReader
Vertex reader associated with
LongDoubleDoubleTextInputFormat . |
Modifier and Type | Method and Description |
---|---|
TextVertexInputFormat.TextVertexReader |
LongDoubleNullTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
NormalizingLongDoubleDoubleTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
LongDoubleDoubleTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
LongDoubleFloatTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
TextVertexInputFormat.TextVertexReader |
BrachaTouegDeadlockInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SccLongLongNullTextInputFormat.LongLongNullVertexReader
Vertex reader associated with
SccLongLongNullTextInputFormat . |
Modifier and Type | Method and Description |
---|---|
TextVertexInputFormat.TextVertexReader |
SccLongLongNullTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
TextVertexInputFormat.TextVertexReader |
JsonBase64VertexInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
IntIntNullTextVertexInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
JsonLongDoubleFloatDoubleVertexInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
IntNullNullTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexInputFormat.TextVertexReader |
LongLongNullTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
abstract TextVertexInputFormat.TextVertexReader |
TextVertexInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces the
TextVertexInputFormat.TextVertexReader used by this
input format. |
TextVertexInputFormat.TextVertexReader |
IntIntNullTextInputFormat.createVertexReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.