public class ParallelSubgraphTask extends AssemblerSupport implements SubgraphTask
ParallelGraphAssembler.ParallelGraphAssembler,
LangStoreGraphAssembler| Modifier and Type | Field and Description |
|---|---|
protected int |
level |
protected int |
sequence |
protected org.plasma.sdo.PlasmaDataObject |
source |
protected org.plasma.sdo.PlasmaProperty |
sourceProperty |
protected List<org.plasma.sdo.access.provider.common.PropertyPair> |
subrootChildKeyPairs |
protected org.plasma.sdo.PlasmaType |
subrootType |
collector, statementExecutor, statementFactory| Constructor and Description |
|---|
ParallelSubgraphTask(org.plasma.sdo.PlasmaType subrootType,
org.plasma.sdo.PlasmaDataObject source,
org.plasma.query.collector.SelectionCollector selection,
StatementFactory statementFactory,
StatementExecutor statementExecutor,
org.plasma.sdo.PlasmaProperty sourceProperty,
List<org.plasma.sdo.access.provider.common.PropertyPair> childKeyPairs,
int level,
int sequence,
ParallelGraphAssembler assembler) |
| Modifier and Type | Method and Description |
|---|---|
void |
assemble() |
void |
join() |
protected void |
shutdown() |
void |
start() |
findNextKeyValue, getChildKeyPairs, getChildKeyPairs, getChildKeyProps, getNextKeyPairs, getPredicateResult, getStatementExecutor, getStatementFactory, throwPriKeyErrorprotected org.plasma.sdo.PlasmaType subrootType
protected org.plasma.sdo.PlasmaDataObject source
protected org.plasma.sdo.PlasmaProperty sourceProperty
protected List<org.plasma.sdo.access.provider.common.PropertyPair> subrootChildKeyPairs
protected int level
protected int sequence
public ParallelSubgraphTask(org.plasma.sdo.PlasmaType subrootType,
org.plasma.sdo.PlasmaDataObject source,
org.plasma.query.collector.SelectionCollector selection,
StatementFactory statementFactory,
StatementExecutor statementExecutor,
org.plasma.sdo.PlasmaProperty sourceProperty,
List<org.plasma.sdo.access.provider.common.PropertyPair> childKeyPairs,
int level,
int sequence,
ParallelGraphAssembler assembler)
public void start()
start in interface SubgraphTaskprotected void shutdown()
public void join()
join in interface SubgraphTaskpublic void assemble()
Copyright © 2019. All Rights Reserved.