org.hbase.async.generated
Interface ZooKeeperPB.MetaRegionServerOrBuilder

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

public static interface ZooKeeperPB.MetaRegionServerOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 int getRpcVersion()
          optional uint32 rpc_version = 2;
 HBasePB.ServerName getServer()
          required .ServerName server = 1;
 boolean hasRpcVersion()
          optional uint32 rpc_version = 2;
 boolean hasServer()
          required .ServerName server = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasServer

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


getServer

HBasePB.ServerName getServer()
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 © 2010-2015, The Async HBase Authors