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

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

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


Method Summary
 boolean getIsFormatted()
          required bool isFormatted = 1;
 boolean hasIsFormatted()
          required bool isFormatted = 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

hasIsFormatted

boolean hasIsFormatted()
required bool isFormatted = 1;


getIsFormatted

boolean getIsFormatted()
required bool isFormatted = 1;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.