public interface YarnApplicationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
float |
getProgress()
Required.
|
YarnApplication.State |
getState()
Required.
|
int |
getStateValue()
Required.
|
String |
getTrackingUrl()
Optional.
|
com.google.protobuf.ByteString |
getTrackingUrlBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The application name.
string name = 1;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.