Package

org.apache.spark.status.api

v1

Permalink

package v1

Visibility
  1. Public
  2. All

Type Members

  1. class AccumulableInfo extends AnyRef

    Permalink
  2. class ApplicationAttemptInfo extends AnyRef

    Permalink
  3. class ApplicationInfo extends AnyRef

    Permalink
  4. final class ApplicationStatus extends Enum[ApplicationStatus]

    Permalink
  5. class ClusterSummary extends AnyRef

    Permalink
  6. class ExecutorStageSummary extends AnyRef

    Permalink
  7. class ExecutorSummary extends AnyRef

    Permalink
  8. class ExternalTableSummary extends AnyRef

    Permalink
  9. class InputMetricDistributions extends AnyRef

    Permalink
  10. class InputMetrics extends AnyRef

    Permalink
  11. class JobData extends AnyRef

    Permalink
  12. class MemberSummary extends AnyRef

    Permalink
  13. class OutputMetricDistributions extends AnyRef

    Permalink
  14. class OutputMetrics extends AnyRef

    Permalink
  15. class RDDDataDistribution extends AnyRef

    Permalink
  16. class RDDPartitionInfo extends AnyRef

    Permalink
  17. class RDDStorageInfo extends AnyRef

    Permalink
  18. class ShuffleReadMetricDistributions extends AnyRef

    Permalink
  19. class ShuffleReadMetrics extends AnyRef

    Permalink
  20. class ShuffleWriteMetricDistributions extends AnyRef

    Permalink
  21. class ShuffleWriteMetrics extends AnyRef

    Permalink
  22. class SnappyStreamingApiRootResource extends ApiRequestContext

    Permalink

    Main entry point for serving snappy/spark web application data as json, using JAX-RS.

    Main entry point for serving snappy/spark web application data as json, using JAX-RS.

    Each resource should have endpoints that return **public** classes defined in snappy-api.scala. Mima binary compatibility checks ensure that we don't inadvertently make changes that break the api. The returned objects are automatically converted to json by jackson with JacksonMessageWriter. In addition, there are a number of tests in HistoryServerSuite that compare the json to "golden files". Any changes and additions should be reflected there as well -- see the notes in HistoryServerSuite.

    Annotations
    @Path()
  23. class StageData extends AnyRef

    Permalink
  24. final class StageStatus extends Enum[StageStatus]

    Permalink
  25. class StreamsSummary extends AnyRef

    Permalink
  26. class TableSummary extends AnyRef

    Permalink
  27. class TaskData extends AnyRef

    Permalink
  28. class TaskMetricDistributions extends AnyRef

    Permalink
  29. class TaskMetrics extends AnyRef

    Permalink
  30. final class TaskSorting extends Enum[TaskSorting]

    Permalink
  31. class VersionInfo extends AnyRef

    Permalink

Value Members

  1. object ClusterDetails

    Permalink
  2. object MemberDetails

    Permalink
  3. object OneStageResource

    Permalink
  4. object TableDetails

    Permalink

Ungrouped