Uses of Class
org.apache.hadoop.hbase.rest.descriptors.TimestampsDescriptor

Packages that use TimestampsDescriptor
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.rest.serializer   
 

Uses of TimestampsDescriptor in org.apache.hadoop.hbase.rest
 

Methods in org.apache.hadoop.hbase.rest that return TimestampsDescriptor
 TimestampsDescriptor RowModel.getTimestamps(byte[] tableName, byte[] rowName)
           
 

Uses of TimestampsDescriptor in org.apache.hadoop.hbase.rest.serializer
 

Methods in org.apache.hadoop.hbase.rest.serializer with parameters of type TimestampsDescriptor
 void SimpleXMLSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
           
 void JSONSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
           
 void IRestSerializer.serializeTimestamps(TimestampsDescriptor timestampsDescriptor)
          serialize a description of the timestamps available for a row to the output stream.
 



Copyright © 2009 The Apache Software Foundation