Google Cloud Dataproc V1 Client - Class YarnApplication (3.2.2)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setName

Required. The application name.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Required. The application state.

Generated from protobuf field .google.cloud.dataproc.v1.YarnApplication.State state = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

setState

Required. The application state.

Generated from protobuf field .google.cloud.dataproc.v1.YarnApplication.State state = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getProgress

Required. The numerical progress of the application, from 1 to 100.

Generated from protobuf field float progress = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
float

setProgress

Required. The numerical progress of the application, from 1 to 100.

Generated from protobuf field float progress = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var float
Returns
TypeDescription
$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.

Generated from protobuf field string tracking_url = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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.

Generated from protobuf field string tracking_url = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this