org.apache.hadoop.hbase.protobuf.generated
Interface MasterProtos.RunCatalogScanResponseOrBuilder

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

public static interface MasterProtos.RunCatalogScanResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getScanResult()
          optional int32 scan_result = 1;
 boolean hasScanResult()
          optional int32 scan_result = 1;
 
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

hasScanResult

boolean hasScanResult()
optional int32 scan_result = 1;


getScanResult

int getScanResult()
optional int32 scan_result = 1;



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