com.bigdata.btree.proc
Class AbstractIndexProcedure

java.lang.Object
  extended by 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

Constructor Summary
AbstractIndexProcedure()
           
 
Method Summary
protected  IKeyBuilder getKeyBuilder(IIndex ndx)
          Return the thread-local key builder configured for the IIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.btree.proc.IIndexProcedure
apply, isReadOnly
 

Constructor Detail

AbstractIndexProcedure

public AbstractIndexProcedure()
Method Detail

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.