com.bigdata.btree.proc
Class AbstractIndexProcedure
java.lang.Object
com.bigdata.btree.proc.AbstractIndexProcedure
- All Implemented Interfaces:
- IIndexProcedure, Serializable
- Direct Known Subclasses:
- AbstractAtomicRowReadOrWrite, AbstractKeyArrayIndexProcedure, AbstractKeyRangeIndexProcedure
public abstract class AbstractIndexProcedure
- extends Object
- implements IIndexProcedure
Base class has some utility methods.
- Version:
- $Id: AbstractIndexProcedure.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIndexProcedure
public AbstractIndexProcedure()
getKeyBuilder
protected IKeyBuilder getKeyBuilder(IIndex ndx)
- Return the thread-local key builder configured for the
IIndex
- Parameters:
ndx - The index.
- Returns:
- The
IKeyBuilder. - See Also:
IndexMetadata.getKeyBuilder()
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.