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

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

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


Method Summary
 com.google.protobuf.ByteString getSplitKeys(int index)
          repeated bytes split_keys = 2;
 int getSplitKeysCount()
          repeated bytes split_keys = 2;
 List<com.google.protobuf.ByteString> getSplitKeysList()
          repeated bytes split_keys = 2;
 HBaseProtos.TableSchema getTableSchema()
          required .TableSchema table_schema = 1;
 HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
          required .TableSchema table_schema = 1;
 boolean hasTableSchema()
          required .TableSchema table_schema = 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

hasTableSchema

boolean hasTableSchema()
required .TableSchema table_schema = 1;


getTableSchema

HBaseProtos.TableSchema getTableSchema()
required .TableSchema table_schema = 1;


getTableSchemaOrBuilder

HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder()
required .TableSchema table_schema = 1;


getSplitKeysList

List<com.google.protobuf.ByteString> getSplitKeysList()
repeated bytes split_keys = 2;


getSplitKeysCount

int getSplitKeysCount()
repeated bytes split_keys = 2;


getSplitKeys

com.google.protobuf.ByteString getSplitKeys(int index)
repeated bytes split_keys = 2;



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