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

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

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


Method Summary
 boolean getCanRollBack()
          required bool canRollBack = 1;
 boolean hasCanRollBack()
          required bool canRollBack = 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

hasCanRollBack

boolean hasCanRollBack()
required bool canRollBack = 1;


getCanRollBack

boolean getCanRollBack()
required bool canRollBack = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.