public interface RecordProcessor<RECORD>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordProcessor.Adapter<RECORD> |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(int id)
Must be called by the thread executing
process(Object). |
void |
process(RECORD record) |
void init(int id)
process(Object).void process(RECORD record)
void close()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.