public static class BlobsWriteProc.BlobsWriteProcConstructor extends AbstractKeyArrayIndexProcedureConstructor<BlobsWriteProc>
Constructor and Description |
---|
BlobsWriteProc.BlobsWriteProcConstructor(boolean readOnly,
boolean toldBNodes) |
Modifier and Type | Method and Description |
---|---|
BlobsWriteProc |
newInstance(IRabaCoder keySer,
IRabaCoder valSer,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoder s. |
boolean |
sendValues()
Return
true if the procedure requires values paired with
the keys (otherwise the caller should specify null for the
values byte[]). |
newInstance, newInstance, newInstance
public BlobsWriteProc.BlobsWriteProcConstructor(boolean readOnly, boolean toldBNodes)
public final boolean sendValues()
AbstractKeyArrayIndexProcedureConstructor
true
if the procedure requires values paired with
the keys (otherwise the caller should specify null
for the
values byte[]).sendValues
in class AbstractKeyArrayIndexProcedureConstructor<BlobsWriteProc>
public BlobsWriteProc newInstance(IRabaCoder keySer, IRabaCoder valSer, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructor
IRabaCoder
s.newInstance
in class AbstractKeyArrayIndexProcedureConstructor<BlobsWriteProc>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.