public interface IProgramTask extends Callable<Object>
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 ). |
Object call() throws Exception
IChunkedOrderedIterator
(for
ActionEnum.Query
) or a Long
element mutation count (for
ActionEnum.Insert
or ActionEnum.Delete
).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.