public abstract static class RecordProcessor.Adapter<RECORD> extends Object implements RecordProcessor<RECORD>
RecordProcessor.Adapter<RECORD>| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(int id)
Must be called by the thread executing
RecordProcessor.process(Object). |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic void init(int id)
RecordProcessorRecordProcessor.process(Object).init in interface RecordProcessor<RECORD>public void close()
close in interface RecordProcessor<RECORD>Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.