public static class SPOIndexWriteProc.IndexWriteProcConstructor extends AbstractKeyArrayIndexProcedureConstructor<SPOIndexWriteProc>
Modifier and Type | Field and Description |
---|---|
static SPOIndexWriteProc.IndexWriteProcConstructor |
INSTANCE
Instance does not report by which statements were modified (inserted
into the index or updated on the index).
|
static SPOIndexWriteProc.IndexWriteProcConstructor |
REPORT_MUTATION
Instance reports back which statements were modified (inserted into
the index or updated on the index).
|
Modifier and Type | Method and Description |
---|---|
SPOIndexWriteProc |
newInstance(IRabaCoder keySer,
IRabaCoder valSer,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoder s. |
boolean |
sendValues()
Values are required.
|
newInstance, newInstance, newInstance
public static SPOIndexWriteProc.IndexWriteProcConstructor REPORT_MUTATION
ResultBitBuffer
. The mutation countpublic static SPOIndexWriteProc.IndexWriteProcConstructor INSTANCE
Long
mutation count.public final boolean sendValues()
sendValues
in class AbstractKeyArrayIndexProcedureConstructor<SPOIndexWriteProc>
public SPOIndexWriteProc newInstance(IRabaCoder keySer, IRabaCoder valSer, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructor
IRabaCoder
s.newInstance
in class AbstractKeyArrayIndexProcedureConstructor<SPOIndexWriteProc>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.