com.bigdata.btree.proc
Class BatchContains.BatchContainsConstructor
java.lang.Object
com.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor<BatchContains>
com.bigdata.btree.proc.BatchContains.BatchContainsConstructor
- Enclosing class:
- BatchContains
public static class BatchContains.BatchContainsConstructor
- extends AbstractKeyArrayIndexProcedureConstructor<BatchContains>
Factory for BatchContains procedures.
- Version:
- $Id: BatchContains.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
|
Method Summary |
BatchContains |
newInstance(IRabaCoder keysCoder,
IRabaCoder valsCoder,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified IRabaCoders. |
boolean |
sendValues()
Return true if the procedure requires values paired with
the keys (otherwise the caller should specify null for the
values byte[]). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final BatchContains.BatchContainsConstructor INSTANCE
sendValues
public final boolean sendValues()
- Description copied from class:
AbstractKeyArrayIndexProcedureConstructor
- Return
true if the procedure requires values paired with
the keys (otherwise the caller should specify null for the
values byte[]).
- Specified by:
sendValues in class AbstractKeyArrayIndexProcedureConstructor<BatchContains>
newInstance
public BatchContains newInstance(IRabaCoder keysCoder,
IRabaCoder valsCoder,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
- Description copied from class:
AbstractKeyArrayIndexProcedureConstructor
- Uses the specified
IRabaCoders.
- Specified by:
newInstance in class AbstractKeyArrayIndexProcedureConstructor<BatchContains>
- Returns:
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.