| Constructor and Description |
|---|
OrderedEqualCompareProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
geometryEquals(Record object1,
Record object2) |
List<String> |
getEqualExclude() |
String |
getFieldName() |
protected Set<String> |
getNotEqualFieldNames(Record object1,
Record object2) |
Channel<Record> |
getOtherIn() |
int |
getOtherInBufferSize() |
String |
getOtherName() |
String |
getSourceName() |
protected void |
logNoMatch(Record object,
boolean other) |
protected void |
logNotEqual(Record sourceObject,
Record otherObject,
Set<String> notEqualFieldNames,
boolean geometryEquals) |
protected Record |
readObject(Channel<Record> channel) |
protected void |
run(Channel<Record> in) |
void |
setEqualExclude(List<String> equalExclude) |
void |
setFieldName(String fieldName) |
void |
setOtherIn(Channel<Record> in) |
void |
setOtherInBufferSize(int otherInBufferSize) |
void |
setOtherName(String otherName) |
void |
setRecordDefinition1(RecordDefinition recordDefinition1) |
void |
setRecordDefinition2(RecordDefinition recordDefinition2) |
void |
setSourceName(String sourceName) |
protected boolean |
valueEquals(Object value1,
Object value2) |
destroy, getIn, getInBufferSize, init, run, setIn, setInBufferSizegetBeanName, getProcessNetwork, setBeanName, setProcessNetwork, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanName, getProcessNetwork, setProcessNetworkpublic String getFieldName()
public int getOtherInBufferSize()
public String getOtherName()
public String getSourceName()
protected void logNoMatch(Record object, boolean other)
protected void logNotEqual(Record sourceObject, Record otherObject, Set<String> notEqualFieldNames, boolean geometryEquals)
protected void run(Channel<Record> in)
run in class AbstractInProcess<Record>public void setFieldName(String fieldName)
public void setOtherInBufferSize(int otherInBufferSize)
public void setOtherName(String otherName)
public void setRecordDefinition1(RecordDefinition recordDefinition1)
public void setRecordDefinition2(RecordDefinition recordDefinition2)
public void setSourceName(String sourceName)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.