public static interface AlluxioClusterHeartbeatResponse.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HubStatus |
getStatus()
optional .alluxio.hub.proto.HubStatus status = 2; |
boolean |
getSuccess()
optional bool success = 1; |
boolean |
hasStatus()
optional .alluxio.hub.proto.HubStatus status = 2; |
boolean |
hasSuccess()
optional bool success = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSuccess()
optional bool success = 1;
boolean getSuccess()
optional bool success = 1;
boolean hasStatus()
optional .alluxio.hub.proto.HubStatus status = 2;
HubStatus getStatus()
optional .alluxio.hub.proto.HubStatus status = 2;
Copyright © 2023. All Rights Reserved.