public interface YarnApplicationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
float |
getProgress()
Required.
|
YarnApplication.State |
getState()
Required.
|
int |
getStateValue()
Required.
|
java.lang.String |
getTrackingUrl()
Optional.
|
ByteString |
getTrackingUrlBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Required. The application name.
string name = 1;
ByteString getNameBytes()
Required. The application name.
string name = 1;
int getStateValue()
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;
YarnApplication.State getState()
Required. The application state.
.google.cloud.dataproc.v1.YarnApplication.State state = 2;
float getProgress()
Required. The numerical progress of the application, from 1 to 100.
float progress = 3;
java.lang.String getTrackingUrl()
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;
ByteString getTrackingUrlBytes()
Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
string tracking_url = 4;