public class ApplicationsReport
extends java.lang.Object
Effectively you should be able to use this class to know what applications has been installed into hdfs and thus can be deployed, and if deployed what are states of those. We also support various types of filters not to be too verbose on a console.
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationsReport.InstalledField
Enums for installed applications fields.
|
static class |
ApplicationsReport.InstalledReportBuilder
Builder for installed applications.
|
static class |
ApplicationsReport.SubmittedField
Enums for submitted applications fields.
|
static class |
ApplicationsReport.SubmittedReportBuilder
Builder for submitted applications.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationsReport.InstalledReportBuilder |
installedReportBuilder()
Create a new builder for installed applications.
|
static ApplicationsReport.SubmittedReportBuilder |
submittedReportBuilder()
Create a new builder for submitted applications.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public static ApplicationsReport.SubmittedReportBuilder submittedReportBuilder()
public static ApplicationsReport.InstalledReportBuilder installedReportBuilder()