Google Cloud Dataproc V1 Client - Class YarnApplication (3.12.0)

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 \ V1

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.

Returns
TypeDescription
string

setName

Required. The application name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Required. The application state.

Returns
TypeDescription
int

setState

Required. The application state.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getProgress

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

Returns
TypeDescription
float

setProgress

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

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.

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this