org.apache.hadoop.hdfs.qjournal.protocol
Interface QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder

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

public static interface QJournalProtocolProtos.GetJournalStateResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getFromURL()
          optional string fromURL = 3;
 com.google.protobuf.ByteString getFromURLBytes()
          optional string fromURL = 3;
 int getHttpPort()
          required uint32 httpPort = 2;
 long getLastPromisedEpoch()
          required uint64 lastPromisedEpoch = 1;
 boolean hasFromURL()
          optional string fromURL = 3;
 boolean hasHttpPort()
          required uint32 httpPort = 2;
 boolean hasLastPromisedEpoch()
          required uint64 lastPromisedEpoch = 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

hasLastPromisedEpoch

boolean hasLastPromisedEpoch()
required uint64 lastPromisedEpoch = 1;


getLastPromisedEpoch

long getLastPromisedEpoch()
required uint64 lastPromisedEpoch = 1;


hasHttpPort

boolean hasHttpPort()
required uint32 httpPort = 2;
 Deprecated by fromURL
 


getHttpPort

int getHttpPort()
required uint32 httpPort = 2;
 Deprecated by fromURL
 


hasFromURL

boolean hasFromURL()
optional string fromURL = 3;


getFromURL

String getFromURL()
optional string fromURL = 3;


getFromURLBytes

com.google.protobuf.ByteString getFromURLBytes()
optional string fromURL = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.