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 HConstants.COMPLETE_CACHEFLUSH
          Value written to HLog on a complete cache flush
static ImmutableBytesWritable HConstants.DELETE_BYTES
          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