Interface QJournalProtocolProtos.IsFormattedResponseProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.IsFormattedResponseProto,QJournalProtocolProtos.IsFormattedResponseProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.IsFormattedResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequired bool isFormatted = 1;booleanrequired bool isFormatted = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasIsFormatted
boolean hasIsFormatted()required bool isFormatted = 1;- Returns:
- Whether the isFormatted field is set.
-
getIsFormatted
boolean getIsFormatted()required bool isFormatted = 1;- Returns:
- The isFormatted.
-