Interface QJournalProtocolProtos.JournalIdProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.JournalIdProto,QJournalProtocolProtos.JournalIdProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.JournalIdProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string identifier = 1;org.apache.hadoop.thirdparty.protobuf.ByteStringrequired string identifier = 1;booleanrequired string identifier = 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
-
hasIdentifier
boolean hasIdentifier()required string identifier = 1;- Returns:
- Whether the identifier field is set.
-
getIdentifier
String getIdentifier()required string identifier = 1;- Returns:
- The identifier.
-
getIdentifierBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getIdentifierBytes()required string identifier = 1;- Returns:
- The bytes for identifier.
-