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
BigdataValue s with the TERMS index, setting the
IV s on the BigdataValue s 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
BigdataValue
s with the TERMS index, setting the
IV
s on the BigdataValue
s as a side-effect.call
in interface Callable<KVO<BigdataValue>[]>
KVO
[] chunk consisting of only those distinct
BigdataValue
s whose IV
s were not already known.
(This may be used to write on the full text index).Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.