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()
          optional int32 batch = 4;
 boolean getCacheBlocks()
          optional bool cacheBlocks = 11;
 int getCaching()
          optional int32 caching = 9;
 com.google.protobuf.ByteString getColumns(int index)
          repeated bytes columns = 3;
 int getColumnsCount()
          repeated bytes columns = 3;
 List<com.google.protobuf.ByteString> getColumnsList()
          repeated bytes columns = 3;
 com.google.protobuf.ByteString getEndRow()
          optional bytes endRow = 2;
 long getEndTime()
          optional int64 endTime = 6;
 String getFilter()
          optional string filter = 8;
 com.google.protobuf.ByteString getFilterBytes()
          optional string filter = 8;
 String getLabels(int index)
          repeated string labels = 10;
 com.google.protobuf.ByteString getLabelsBytes(int index)
          repeated string labels = 10;
 int getLabelsCount()
          repeated string labels = 10;
 List<String> getLabelsList()
          repeated string labels = 10;
 int getMaxVersions()
          optional int32 maxVersions = 7;
 com.google.protobuf.ByteString getStartRow()
          optional bytes startRow = 1;
 long getStartTime()
          optional int64 startTime = 5;
 boolean hasBatch()
          optional int32 batch = 4;
 boolean hasCacheBlocks()
          optional bool cacheBlocks = 11;
 boolean hasCaching()
          optional int32 caching = 9;
 boolean hasEndRow()
          optional bytes endRow = 2;
 boolean hasEndTime()
          optional int64 endTime = 6;
 boolean hasFilter()
          optional string filter = 8;
 boolean hasMaxVersions()
          optional int32 maxVersions = 7;
 boolean hasStartRow()
          optional bytes startRow = 1;
 boolean hasStartTime()
          optional int64 startTime = 5;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasStartRow

boolean hasStartRow()
optional bytes startRow = 1;


getStartRow

com.google.protobuf.ByteString getStartRow()
optional bytes startRow = 1;


hasEndRow

boolean hasEndRow()
optional bytes endRow = 2;


getEndRow

com.google.protobuf.ByteString getEndRow()
optional bytes endRow = 2;


getColumnsList

List<com.google.protobuf.ByteString> getColumnsList()
repeated bytes columns = 3;


getColumnsCount

int getColumnsCount()
repeated bytes columns = 3;


getColumns

com.google.protobuf.ByteString getColumns(int index)
repeated bytes columns = 3;


hasBatch

boolean hasBatch()
optional int32 batch = 4;


getBatch

int getBatch()
optional int32 batch = 4;


hasStartTime

boolean hasStartTime()
optional int64 startTime = 5;


getStartTime

long getStartTime()
optional int64 startTime = 5;


hasEndTime

boolean hasEndTime()
optional int64 endTime = 6;


getEndTime

long getEndTime()
optional int64 endTime = 6;


hasMaxVersions

boolean hasMaxVersions()
optional int32 maxVersions = 7;


getMaxVersions

int getMaxVersions()
optional int32 maxVersions = 7;


hasFilter

boolean hasFilter()
optional string filter = 8;


getFilter

String getFilter()
optional string filter = 8;


getFilterBytes

com.google.protobuf.ByteString getFilterBytes()
optional string filter = 8;


hasCaching

boolean hasCaching()
optional int32 caching = 9;
 specifies REST scanner caching
 


getCaching

int getCaching()
optional int32 caching = 9;
 specifies REST scanner caching
 


getLabelsList

List<String> getLabelsList()
repeated string labels = 10;


getLabelsCount

int getLabelsCount()
repeated string labels = 10;


getLabels

String getLabels(int index)
repeated string labels = 10;


getLabelsBytes

com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 10;


hasCacheBlocks

boolean hasCacheBlocks()
optional bool cacheBlocks = 11;
 server side block caching hint
 


getCacheBlocks

boolean getCacheBlocks()
optional bool cacheBlocks = 11;
 server side block caching hint
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.