public class OracleFileSplitter
extends java.lang.Object
implements java.lang.Runnable
OracleFileSplitterConfig.| Constructor and Description |
|---|
OracleFileSplitter(boolean bVertex,
java.lang.Object[] oaFlatFileNames,
java.io.OutputStream[] osa,
OracleFileSplitterConfig opgdlconfig)
Creates a new OracleFileSplitter object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of this file splitter runnable
|
void |
run()
Execute the splitting of the given files into array of outputstreams
|
public OracleFileSplitter(boolean bVertex,
java.lang.Object[] oaFlatFileNames,
java.io.OutputStream[] osa,
OracleFileSplitterConfig opgdlconfig)
bVertex - specifies if this splitter is going to split a vertex fileoaFlatFileNames - the array of files to split (either filenames or inputstreams)osa - the array of OutputStream objects where the chunks of files will be writtenopgdlconfig - the OracleFileSplitterConfig to use when generating the chunksCopyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.