public final class GraphWriter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
VERSION |
Constructor and Description |
---|
GraphWriter(ShuffleGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
write(File file) |
void |
write(FileWriter writer) |
void |
write(String fileName) |
public static final int VERSION
public GraphWriter(ShuffleGraph graph)
public void write(String fileName) throws IOException
IOException
public void write(File file) throws IOException
IOException
public void write(FileWriter writer) throws IOException
IOException
Copyright © 2024. All rights reserved.