org.apache.hadoop.hbase.io.hfile.bucket
Class UniqueIndexMap<T>

java.lang.Object
  extended by org.apache.hadoop.hbase.io.hfile.bucket.UniqueIndexMap<T>
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
public final class UniqueIndexMap<T>
extends Object
implements Serializable

Map from type T to int and vice-versa. Used for reducing bit field item counts.

See Also:
Serialized Form

Constructor Summary
UniqueIndexMap()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueIndexMap

public UniqueIndexMap()


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.