org.apache.hadoop.hbase.protobuf.generated
Interface ClusterStatusProtos.LiveServerInfoOrBuilder

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

public static interface ClusterStatusProtos.LiveServerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.ServerName getServer()
           
 ClusterStatusProtos.ServerLoad getServerLoad()
           
 ClusterStatusProtos.ServerLoadOrBuilder getServerLoadOrBuilder()
           
 HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
           
 boolean hasServer()
           
 boolean hasServerLoad()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasServer

boolean hasServer()

getServer

HBaseProtos.ServerName getServer()

getServerOrBuilder

HBaseProtos.ServerNameOrBuilder getServerOrBuilder()

hasServerLoad

boolean hasServerLoad()

getServerLoad

ClusterStatusProtos.ServerLoad getServerLoad()

getServerLoadOrBuilder

ClusterStatusProtos.ServerLoadOrBuilder getServerLoadOrBuilder()


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