org.apache.hadoop.hbase.rest.protobuf.generated
Interface ScannerMessage.ScannerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ScannerMessage.Scanner, ScannerMessage.Scanner.Builder
Enclosing class:
ScannerMessage

public static interface ScannerMessage.ScannerOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getBatch()
           
 int getCaching()
           
 com.google.protobuf.ByteString getColumns(int index)
           
 int getColumnsCount()
           
 List<com.google.protobuf.ByteString> getColumnsList()
           
 com.google.protobuf.ByteString getEndRow()
           
 long getEndTime()
           
 String getFilter()
           
 int getMaxVersions()
           
 com.google.protobuf.ByteString getStartRow()
           
 long getStartTime()
           
 boolean hasBatch()
           
 boolean hasCaching()
           
 boolean hasEndRow()
           
 boolean hasEndTime()
           
 boolean hasFilter()
           
 boolean hasMaxVersions()
           
 boolean hasStartRow()
           
 boolean hasStartTime()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasStartRow

boolean hasStartRow()

getStartRow

com.google.protobuf.ByteString getStartRow()

hasEndRow

boolean hasEndRow()

getEndRow

com.google.protobuf.ByteString getEndRow()

getColumnsList

List<com.google.protobuf.ByteString> getColumnsList()

getColumnsCount

int getColumnsCount()

getColumns

com.google.protobuf.ByteString getColumns(int index)

hasBatch

boolean hasBatch()

getBatch

int getBatch()

hasStartTime

boolean hasStartTime()

getStartTime

long getStartTime()

hasEndTime

boolean hasEndTime()

getEndTime

long getEndTime()

hasMaxVersions

boolean hasMaxVersions()

getMaxVersions

int getMaxVersions()

hasFilter

boolean hasFilter()

getFilter

String getFilter()

hasCaching

boolean hasCaching()

getCaching

int getCaching()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.