com.bigdata.btree.keys
Interface ISortKeyBuilderFactory<E>

Type Parameters:
E - The generic type of the objects whose sort keys can be generated.
All Superinterfaces:
Serializable

public interface ISortKeyBuilderFactory<E>
extends Serializable

A factory for objects that generate unsigned byte[] sort keys.

Version:
$Id: ISortKeyBuilderFactory.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 ISortKeyBuilder<E> newInstance()
          Return a thread-local instance (safe for use by a single thread only).
 

Method Detail

newInstance

ISortKeyBuilder<E> newInstance()
Return a thread-local instance (safe for use by a single thread only).



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.