public final class GiraphVertexWriter
extends VertexWriter
Constructor and Description |
---|
GiraphVertexWriter(<any> outputFormat) |
Modifier and Type | Method and Description |
---|---|
void |
close(TaskAttemptContext context) |
void |
initialize(TaskAttemptContext context) |
void |
writeVertex(Vertex vertex) |
public void initialize(TaskAttemptContext context) throws IOException, InterruptedException
IOException
InterruptedException
public void close(TaskAttemptContext context) throws IOException, InterruptedException
IOException
InterruptedException
public void writeVertex(Vertex vertex) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.