org.apache.hadoop.hdfs.server.namenode.ha.proto
Interface HAZKInfoProtos.ActiveNodeInfoOrBuilder

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

public static interface HAZKInfoProtos.ActiveNodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getHostname()
          required string hostname = 3;
 com.google.protobuf.ByteString getHostnameBytes()
          required string hostname = 3;
 String getNamenodeId()
          required string namenodeId = 2;
 com.google.protobuf.ByteString getNamenodeIdBytes()
          required string namenodeId = 2;
 String getNameserviceId()
          required string nameserviceId = 1;
 com.google.protobuf.ByteString getNameserviceIdBytes()
          required string nameserviceId = 1;
 int getPort()
          required int32 port = 4;
 int getZkfcPort()
          required int32 zkfcPort = 5;
 boolean hasHostname()
          required string hostname = 3;
 boolean hasNamenodeId()
          required string namenodeId = 2;
 boolean hasNameserviceId()
          required string nameserviceId = 1;
 boolean hasPort()
          required int32 port = 4;
 boolean hasZkfcPort()
          required int32 zkfcPort = 5;
 
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

hasNameserviceId

boolean hasNameserviceId()
required string nameserviceId = 1;


getNameserviceId

String getNameserviceId()
required string nameserviceId = 1;


getNameserviceIdBytes

com.google.protobuf.ByteString getNameserviceIdBytes()
required string nameserviceId = 1;


hasNamenodeId

boolean hasNamenodeId()
required string namenodeId = 2;


getNamenodeId

String getNamenodeId()
required string namenodeId = 2;


getNamenodeIdBytes

com.google.protobuf.ByteString getNamenodeIdBytes()
required string namenodeId = 2;


hasHostname

boolean hasHostname()
required string hostname = 3;


getHostname

String getHostname()
required string hostname = 3;


getHostnameBytes

com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 3;


hasPort

boolean hasPort()
required int32 port = 4;


getPort

int getPort()
required int32 port = 4;


hasZkfcPort

boolean hasZkfcPort()
required int32 zkfcPort = 5;


getZkfcPort

int getZkfcPort()
required int32 zkfcPort = 5;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.