org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.RegionSpecifierOrBuilder

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

public static interface HBaseProtos.RegionSpecifierOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
 com.google.protobuf.ByteString getValue()
          required bytes value = 2;
 boolean hasType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
 boolean hasValue()
          required bytes value = 2;
 
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

hasType

boolean hasType()
required .RegionSpecifier.RegionSpecifierType type = 1;


getType

HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
required .RegionSpecifier.RegionSpecifierType type = 1;


hasValue

boolean hasValue()
required bytes value = 2;


getValue

com.google.protobuf.ByteString getValue()
required bytes value = 2;



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