public abstract class BaseSplitProcessor extends Object implements SplitProcessor
SplitProcessor.| Constructor and Description |
|---|
BaseSplitProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close.
|
void |
configureSplit(Properties properties,
String toFilename)
Configure split.
|
String |
getAction()
Gets the action.
|
int |
getMaxNumberOfRows()
Gets the maximum number of rows in file.
|
boolean |
supportsParallel()
Supports parallel.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsplitpublic int getMaxNumberOfRows()
public void configureSplit(Properties properties,
String toFilename)
throws IllegalArgumentException
SplitProcessorconfigureSplit in interface SplitProcessorproperties - the propertiestoFilename - the to filenameIllegalArgumentException - the illegal argument exceptionpublic void close()
throws Exception
SplitProcessorclose in interface SplitProcessorExceptionpublic String getAction()
SplitProcessorgetAction in interface SplitProcessorpublic boolean supportsParallel()
SplitProcessorsupportsParallel in interface SplitProcessorCopyright © 2010-2020 Toolsverse. All Rights Reserved.