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

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

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

Methods in org.apache.hadoop.hbase.rest that return ScannerIdentifier
protected  ScannerIdentifier ScannerController.createScanner(ScannerModel innerModel, byte[] tableName, ScannerDescriptor scannerDescriptor)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, byte[] startRow, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[][] columns, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, byte[] startRow, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, long timestamp)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, long timestamp, RowFilterInterface filter)
           
 ScannerIdentifier ScannerModel.scannerOpen(byte[] tableName, RowFilterInterface filter)
           
 ScannerIdentifier ScannerController.scannerSwitch(int switchInt, ScannerModel innerModel, byte[] tableName, byte[][] columns, long timestamp, byte[] startRow, byte[] stopRow, RowFilterInterface filterSet)
           
 

Methods in org.apache.hadoop.hbase.rest with parameters of type ScannerIdentifier
 void Status.setScannerCreated(ScannerIdentifier scannerIdentifier)
           
 

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

Methods in org.apache.hadoop.hbase.rest.serializer with parameters of type ScannerIdentifier
 void SimpleXMLSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
           
 void JSONSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
           
 void IRestSerializer.serializeScannerIdentifier(ScannerIdentifier scannerIdentifier)
          serialize the ScannerIdentifier object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method
 



Copyright © 2009 The Apache Software Foundation