Package org.apache.hadoop.yarn.service.utils


package org.apache.hadoop.yarn.service.utils
  • Classes
    Class
    Description
    org.apache.hadoop.yarn.service.utils.ApplicationReportSerDeser
    Persistence of SerializedApplicationReport
    org.apache.hadoop.yarn.service.utils.ClientRegistryBinder
    Generic code to get the URLs for clients via the registry
    org.apache.hadoop.yarn.service.utils.Comparators
    Some general comparators
    org.apache.hadoop.yarn.service.utils.Comparators.ComparatorReverser<CompareType>
    Little template class to reverse any comparitor
    org.apache.hadoop.yarn.service.utils.Comparators.InvertedLongComparator
     
    org.apache.hadoop.yarn.service.utils.Comparators.LongComparator
     
    org.apache.hadoop.yarn.service.utils.ConfigHelper
    Methods to aid in config, both in the Configuration class and with other parts of setting up Slider-initated processes.
    org.apache.hadoop.yarn.service.utils.ConfigUtils
     
    org.apache.hadoop.yarn.service.utils.CoreFileSystem
     
    org.apache.hadoop.yarn.service.utils.Duration
    A duration in milliseconds.
    org.apache.hadoop.yarn.service.utils.FilterUtils
     
    org.apache.hadoop.yarn.service.utils.HttpUtil
    Http connection utilities.
    org.apache.hadoop.yarn.service.utils.JsonSerDeser<T>
    Support for marshalling objects to and from JSON.
    org.apache.hadoop.yarn.service.utils.PatternValidator
    Utility class to validate strings against a predefined pattern.
    org.apache.hadoop.yarn.service.utils.PortScanner
    a scanner which can take an input string for a range or scan the lot.
    org.apache.hadoop.yarn.service.utils.PublishedConfiguration
    JSON-serializable description of a published key-val configuration.
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter
    Output a published configuration
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter.EnvOutputter
     
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter.JsonOutputter
     
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter.PropertiesOutputter
     
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter.TemplateOutputter
     
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter.XmlOutputter
     
    org.apache.hadoop.yarn.service.utils.PublishedConfigurationOutputter.YamlOutputter
     
    org.apache.hadoop.yarn.service.utils.SerializedApplicationReport
    Serialized form of an service report which can be persisted and then parsed.
    org.apache.hadoop.yarn.service.utils.ServiceApiUtil
     
    org.apache.hadoop.yarn.service.utils.ServiceRegistryUtils
     
    org.apache.hadoop.yarn.service.utils.ServiceUtils
    These are slider-specific Util methods
    org.apache.hadoop.yarn.service.utils.ServiceUtils.ProcessTerminationHandler
    Process termination handler - exist with specified exit code after waiting a while for ATS state to be in sync.
    org.apache.hadoop.yarn.service.utils.SliderFileSystem
    Extends Core Filesystem with operations to manipulate ClusterDescription persistent state
    org.apache.hadoop.yarn.service.utils.ZookeeperUtils