
public abstract class OSQLFunctionMoveFiltered extends OSQLFunctionMove implements OSQLFunctionFiltered
| Modifier and Type | Field and Description |
|---|---|
protected static int |
supernodeThreshold |
NAMEconfiguredParametersmaxParams, minParams, name| Constructor and Description |
|---|
OSQLFunctionMoveFiltered() |
OSQLFunctionMoveFiltered(String iName,
int iMin,
int iMax) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParameters,
Iterable<OIdentifiable> iPossibleResults,
OCommandContext iContext) |
protected abstract Object |
move(OrientBaseGraph graph,
OIdentifiable iArgument,
String[] labels,
Iterable<OIdentifiable> iPossibleResults) |
e2v, execute, getSyntax, move, v2e, v2vconfig, toStringaggregateResults, filterResult, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregateResults, config, execute, filterResult, getMaxParams, getMinParams, getName, getResult, getSyntax, mergeDistributedResult, setResult, shouldMergeDistributedResultpublic OSQLFunctionMoveFiltered()
public OSQLFunctionMoveFiltered(String iName, int iMin, int iMax)
public Object execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParameters, Iterable<OIdentifiable> iPossibleResults, OCommandContext iContext)
execute in interface OSQLFunctionFilteredprotected abstract Object move(OrientBaseGraph graph, OIdentifiable iArgument, String[] labels, Iterable<OIdentifiable> iPossibleResults)
Copyright © 2009–2016 OrientDB. All rights reserved.