public class BlobsWriteTask extends Object implements Callable<KVO<BigdataValue>[]>
| Constructor and Description |
|---|
BlobsWriteTask(IIndex ndx,
BigdataValueFactory valueFactory,
boolean readOnly,
boolean storeBlankNodes,
int numTerms,
BigdataValue[] terms,
WriteTaskStats stats) |
| Modifier and Type | Method and Description |
|---|---|
KVO<BigdataValue>[] |
call()
Unify the
BigdataValues with the TERMS index, setting the
IVs on the BigdataValues as a side-effect. |
public BlobsWriteTask(IIndex ndx, BigdataValueFactory valueFactory, boolean readOnly, boolean storeBlankNodes, int numTerms, BigdataValue[] terms, WriteTaskStats stats)
public KVO<BigdataValue>[] call() throws Exception
BigdataValues with the TERMS index, setting the
IVs on the BigdataValues as a side-effect.call in interface Callable<KVO<BigdataValue>[]>KVO[] chunk consisting of only those distinct
BigdataValues whose IVs were not already known.
(This may be used to write on the full text index).ExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.