Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiMr2AppInformation |
ApiYarnApplication.getMr2AppInformation() |
Modifier and Type | Method and Description |
---|---|
void |
ApiYarnApplication.setMr2AppInformation(ApiMr2AppInformation mr2AppInfo) |
Constructor and Description |
---|
ApiYarnApplication(String applicationId,
String name,
Date startTime,
Date endTime,
String user,
String pool,
String state,
Double progress,
ApiMr2AppInformation mr2AppInfo,
Map<String,String> attributes,
List<String> applicationTags,
Long allocatedMemorySeconds,
Long allocatedVcoreSeconds,
Integer allocatedMB,
Integer allocatedVCores,
Integer runningContainers,
Double containerUsedMemorySeconds,
Double containerUsedMemoryMax,
Double containerUsedCpuSeconds,
Double containerUsedVcoreSeconds,
Double containerAllocatedMemorySeconds,
Double containerAllocatedVcoreSeconds) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.