Reference documentation and code samples for the Google Cloud Dataproc V1 Client class YarnApplication.
A YARN application created by a job. Application information is a subset of
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto
.
Beta Feature: This report is available for testing purposes only. It may be changed before final release.
Generated from protobuf message google.cloud.dataproc.v1.YarnApplication
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The application name. |
↳ state |
int
Required. The application state. |
↳ progress |
float
Required. The numerical progress of the application, from 1 to 100. |
↳ tracking_url |
string
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. |
getName
Required. The application name.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The application name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Required. The application state.
Returns | |
---|---|
Type | Description |
int |
setState
Required. The application state.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getProgress
Required. The numerical progress of the application, from 1 to 100.
Returns | |
---|---|
Type | Description |
float |
setProgress
Required. The numerical progress of the application, from 1 to 100.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
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.
Returns | |
---|---|
Type | Description |
string |
setTrackingUrl
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |