public class Term2IdWriteTask extends Object implements Callable<KVO<BigdataValue>[]>
Constructor and Description |
---|
Term2IdWriteTask(IIndex termIdIndex,
boolean readOnly,
boolean storeBlankNodes,
int termIdBitsToReverse,
int numTerms,
BigdataValue[] terms,
WriteTaskStats stats) |
Modifier and Type | Method and Description |
---|---|
KVO<BigdataValue>[] |
call()
Unify the
BigdataValue s with the TERM2ID index, setting the
term identifiers (TIDs) on those values as a side-effect. |
public Term2IdWriteTask(IIndex termIdIndex, boolean readOnly, boolean storeBlankNodes, int termIdBitsToReverse, int numTerms, BigdataValue[] terms, WriteTaskStats stats)
public KVO<BigdataValue>[] call() throws Exception
BigdataValue
s with the TERM2ID index, setting the
term identifiers (TIDs) on those values as a side-effect.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.