org.apache.hadoop.contrib.bkjournal
Interface BKJournalProtos.CurrentInprogressProtoOrBuilder

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

public static interface BKJournalProtos.CurrentInprogressProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getHostname()
          optional string hostname = 2;
 com.google.protobuf.ByteString getHostnameBytes()
          optional string hostname = 2;
 String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 boolean hasHostname()
          optional string hostname = 2;
 boolean hasPath()
          required string path = 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

hasPath

boolean hasPath()
required string path = 1;


getPath

String getPath()
required string path = 1;


getPathBytes

com.google.protobuf.ByteString getPathBytes()
required string path = 1;


hasHostname

boolean hasHostname()
optional string hostname = 2;


getHostname

String getHostname()
optional string hostname = 2;


getHostnameBytes

com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.