Interface QJournalProtocolProtos.CanRollBackResponseProtoOrBuilder

All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
All Known Implementing Classes:
QJournalProtocolProtos.CanRollBackResponseProto, QJournalProtocolProtos.CanRollBackResponseProto.Builder
Enclosing class:
QJournalProtocolProtos

public static interface QJournalProtocolProtos.CanRollBackResponseProtoOrBuilder extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    required bool canRollBack = 1;
    boolean
    required bool canRollBack = 1;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCanRollBack

      boolean hasCanRollBack()
      required bool canRollBack = 1;
      Returns:
      Whether the canRollBack field is set.
    • getCanRollBack

      boolean getCanRollBack()
      required bool canRollBack = 1;
      Returns:
      The canRollBack.