public class ExceptOp extends Object
| Constructor and Description |
|---|
ExceptOp(URI leftLocator,
URI rightLocator,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
ExceptOp with configurable timeout |
ExceptOp(URI leftLocator,
URI rightLocator,
StatsContainer stats)
Creates a new
ExceptOp with the default timeout |
| Modifier and Type | Method and Description |
|---|---|
URI |
compute(String leftKeyFieldName,
String rightKeyFieldName)
Performs the join operation
|
public ExceptOp(URI leftLocator, URI rightLocator, StatsContainer stats)
ExceptOp with the default timeoutleftLocator - The locator of the left inputrightLocator - The locator of the right inputstats - statisticspublic ExceptOp(URI leftLocator, URI rightLocator, long timeout, TimeUnit timeUnit, StatsContainer stats)
ExceptOp with configurable timeoutleftLocator - The locator of the left inputrightLocator - The locator of the right inputtimeout - The timeout which will be used by the two IRecordReaders and the RecordWritertimeUnit - The unit of the timeoutstats - Statisticspublic URI compute(String leftKeyFieldName, String rightKeyFieldName) throws Exception
type - The type of resource to createleftKeyFieldName - The name of the Field of the join key originating from the left locatorrightKeyFieldName - The name of the Field of the join key origiating from the right locatorException - An unrecoverable for the operation error occuredCopyright © 2017. All Rights Reserved.