Uses of Class
org.apache.hadoop.hbase.io.ImmutableBytesWritable

Packages that use ImmutableBytesWritable
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
org.apache.hadoop.hbase.io   
 

Uses of ImmutableBytesWritable in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase declared as ImmutableBytesWritable
static ImmutableBytesWritable HGlobals.completeCacheFlush
          Value written to HLog on a complete cache flush
static ImmutableBytesWritable HGlobals.deleteBytes
          Value stored for a deleted item
 

Uses of ImmutableBytesWritable in org.apache.hadoop.hbase.io
 

Constructors in org.apache.hadoop.hbase.io with parameters of type ImmutableBytesWritable
ImmutableBytesWritable(ImmutableBytesWritable ibw)
          Set the new ImmutableBytesWritable to a copy of the contents of the passed ibw.
 



Copyright © 2006 The Apache Software Foundation