public class EmptyProgramTask extends Object implements IProgramTask
| Constructor and Description |
|---|
EmptyProgramTask(ActionEnum action,
IStep step) |
| Modifier and Type | Method and Description |
|---|---|
Object |
call()
The return will be either an
IChunkedOrderedIterator (for
ActionEnum.Query) or a Long element mutation count (for
ActionEnum.Insert or ActionEnum.Delete). |
public EmptyProgramTask(ActionEnum action, IStep step)
action - step - IllegalArgumentException - if any argument is null.IllegalArgumentException - unless the step is an empty IProgram.public Object call()
IProgramTaskIChunkedOrderedIterator (for
ActionEnum.Query) or a Long element mutation count (for
ActionEnum.Insert or ActionEnum.Delete).call in interface IProgramTaskcall in interface Callable<Object>Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.