Interface QJournalProtocolProtos.HeartbeatRequestProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.HeartbeatRequestProto,QJournalProtocolProtos.HeartbeatRequestProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.HeartbeatRequestProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;booleanrequired .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 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
-
hasReqInfo
boolean hasReqInfo()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;- Returns:
- Whether the reqInfo field is set.
-
getReqInfo
QJournalProtocolProtos.RequestInfoProto getReqInfo()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;- Returns:
- The reqInfo.
-
getReqInfoOrBuilder
QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
-