public static interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExitStatus()
unix exit status to return
|
String |
getSenderName()
which handler sent this message
|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getSenderNameBytes()
which handler sent this message
|
String |
getUserMessage()
to be displayed to the user
|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getUserMessageBytes()
to be displayed to the user
|
boolean |
hasExitStatus()
unix exit status to return
|
boolean |
hasSenderName()
which handler sent this message
|
boolean |
hasUserMessage()
to be displayed to the user
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExitStatus()
unix exit status to return
optional int32 exitStatus = 1;int getExitStatus()
unix exit status to return
optional int32 exitStatus = 1;boolean hasUserMessage()
to be displayed to the user
optional string userMessage = 2;String getUserMessage()
to be displayed to the user
optional string userMessage = 2;org.apache.hadoop.thirdparty.protobuf.ByteString getUserMessageBytes()
to be displayed to the user
optional string userMessage = 2;boolean hasSenderName()
which handler sent this message
optional string senderName = 3;String getSenderName()
which handler sent this message
optional string senderName = 3;org.apache.hadoop.thirdparty.protobuf.ByteString getSenderNameBytes()
which handler sent this message
optional string senderName = 3;Copyright © 2008–2022 Apache Software Foundation. All rights reserved.