org.apache.hadoop.hbase.protobuf.generated
Interface ZooKeeperProtos.MetaRegionServerOrBuilder

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

public static interface ZooKeeperProtos.MetaRegionServerOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getRpcVersion()
          optional uint32 rpc_version = 2;
 HBaseProtos.ServerName getServer()
          required .ServerName server = 1;
 HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
          required .ServerName server = 1;
 boolean hasRpcVersion()
          optional uint32 rpc_version = 2;
 boolean hasServer()
          required .ServerName server = 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

hasServer

boolean hasServer()
required .ServerName server = 1;
 The ServerName hosting the meta region currently.
 


getServer

HBaseProtos.ServerName getServer()
required .ServerName server = 1;
 The ServerName hosting the meta region currently.
 


getServerOrBuilder

HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
required .ServerName server = 1;
 The ServerName hosting the meta region currently.
 


hasRpcVersion

boolean hasRpcVersion()
optional uint32 rpc_version = 2;
 The major version of the rpc the server speaks.  This is used so that
 clients connecting to the cluster can have prior knowledge of what version
 to send to a RegionServer.  AsyncHBase will use this to detect versions.
 


getRpcVersion

int getRpcVersion()
optional uint32 rpc_version = 2;
 The major version of the rpc the server speaks.  This is used so that
 clients connecting to the cluster can have prior knowledge of what version
 to send to a RegionServer.  AsyncHBase will use this to detect versions.
 



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