Uses of Class
org.apache.hadoop.classification.InterfaceAudience.Private

Packages that use InterfaceAudience.Private
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
org.apache.hadoop.log.metrics   
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.lib.input   
org.apache.hadoop.mapreduce.security.token   
org.apache.hadoop.metrics Note, this package is deprecated in favor of org.apache.hadoop.metrics2 usage. 
org.apache.hadoop.metrics.file Implementation of the metrics package that writes the metrics to a file. 
org.apache.hadoop.metrics.ganglia Implementation of the metrics package that sends metric data to Ganglia
org.apache.hadoop.metrics.jvm   
org.apache.hadoop.metrics.spi Note, this package is deprecated in favor of org.apache.hadoop.metrics2 usage. 
org.apache.hadoop.metrics.util   
org.apache.hadoop.security.token   
org.apache.hadoop.util Common utilities. 
 

Uses of InterfaceAudience.Private in org.apache.hadoop.fs
 

Classes in org.apache.hadoop.fs with annotations of type InterfaceAudience.Private
 interface HasFileDescriptor
          Having a FileDescriptor
 

Methods in org.apache.hadoop.fs with annotations of type InterfaceAudience.Private
static int FileSystem.getCacheSize()
          Get the number of entries in the filesystem cache
 

Uses of InterfaceAudience.Private in org.apache.hadoop.io
 

Classes in org.apache.hadoop.io with annotations of type InterfaceAudience.Private
 class ReadaheadPool
          Manages a pool of threads which can issue readahead requests on file descriptors.
 

Uses of InterfaceAudience.Private in org.apache.hadoop.log.metrics
 

Methods in org.apache.hadoop.log.metrics with annotations of type InterfaceAudience.Private
static long EventCounter.getError()
           
static long EventCounter.getFatal()
           
static long EventCounter.getInfo()
           
static long EventCounter.getWarn()
           
 

Uses of InterfaceAudience.Private in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred with annotations of type InterfaceAudience.Private
static class JobClient.Renewer
           
 

Uses of InterfaceAudience.Private in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce with annotations of type InterfaceAudience.Private
static ResourceBundle CounterGroup.getResourceBundle(String enumClassName)
          Returns the specified resource bundle, or throws an exception.
 

Uses of InterfaceAudience.Private in org.apache.hadoop.mapreduce.lib.input
 

Classes in org.apache.hadoop.mapreduce.lib.input with annotations of type InterfaceAudience.Private
 class DelegatingInputFormat<K,V>
          An InputFormat that delegates behavior of paths to multiple other InputFormats.
 class DelegatingMapper<K1,V1,K2,V2>
          An Mapper that delegates behavior of paths to multiple other mappers.
 class DelegatingRecordReader<K,V>
          This is a delegating RecordReader, which delegates the functionality to the underlying record reader in TaggedInputSplit
 

Uses of InterfaceAudience.Private in org.apache.hadoop.mapreduce.security.token
 

Classes in org.apache.hadoop.mapreduce.security.token with annotations of type InterfaceAudience.Private
static class JobTokenIdentifier.Renewer
           
 

Uses of InterfaceAudience.Private in org.apache.hadoop.metrics
 

Classes in org.apache.hadoop.metrics with annotations of type InterfaceAudience.Private
 interface MetricsContext
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 interface MetricsRecord
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 class MetricsServlet
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 

Uses of InterfaceAudience.Private in org.apache.hadoop.metrics.file
 

Fields in org.apache.hadoop.metrics.file with annotations of type InterfaceAudience.Private
protected static String FileContext.FILE_NAME_PROPERTY
          Deprecated.  
protected static String FileContext.PERIOD_PROPERTY
          Deprecated.  
 

Methods in org.apache.hadoop.metrics.file with annotations of type InterfaceAudience.Private
 void FileContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Deprecated. Emits a metrics record to a file.
 void FileContext.flush()
          Deprecated. Flushes the output writer, forcing updates to disk.
 String FileContext.getFileName()
          Deprecated. Returns the configured file name, or null.
 void FileContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 void FileContext.startMonitoring()
          Deprecated. Starts or restarts monitoring, by opening in append-mode, the file specified by the fileName attribute, if specified.
 void FileContext.stopMonitoring()
          Deprecated. Stops monitoring, closing the file.
 

Constructors in org.apache.hadoop.metrics.file with annotations of type InterfaceAudience.Private
FileContext()
          Deprecated. Creates a new instance of FileContext
 

Uses of InterfaceAudience.Private in org.apache.hadoop.metrics.ganglia
 

Methods in org.apache.hadoop.metrics.ganglia with annotations of type InterfaceAudience.Private
 void GangliaContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Deprecated.  
 void GangliaContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 

Constructors in org.apache.hadoop.metrics.ganglia with annotations of type InterfaceAudience.Private
GangliaContext()
          Deprecated. Creates a new instance of GangliaContext
 

Uses of InterfaceAudience.Private in org.apache.hadoop.metrics.jvm
 

Classes in org.apache.hadoop.metrics.jvm with annotations of type InterfaceAudience.Private
 class JvmMetrics
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 

Uses of InterfaceAudience.Private in org.apache.hadoop.metrics.spi
 

Classes in org.apache.hadoop.metrics.spi with annotations of type InterfaceAudience.Private
static class AbstractMetricsContext.MetricMap
          Deprecated.  
static class AbstractMetricsContext.TagMap
          Deprecated.  
 

Methods in org.apache.hadoop.metrics.spi with annotations of type InterfaceAudience.Private
 void CompositeContext.close()
          Deprecated.  
protected  void CompositeContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Deprecated.  
protected  void NullContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Deprecated. Do-nothing version of emitRecord
protected  void NoEmitMetricsContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Deprecated. Do-nothing version of emitRecord
protected  void NullContextWithUpdateThread.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Deprecated. Do-nothing version of emitRecord
protected  void CompositeContext.flush()
          Deprecated.  
 void CompositeContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 void NoEmitMetricsContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 void NullContextWithUpdateThread.init(String contextName, ContextFactory factory)
          Deprecated.  
 boolean CompositeContext.isMonitoring()
          Deprecated. Return true if all subcontexts are monitoring.
 MetricsRecord CompositeContext.newRecord(String recordName)
          Deprecated.  
 void CompositeContext.registerUpdater(Updater updater)
          Deprecated.  
protected  void NullContext.remove(MetricsRecordImpl record)
          Deprecated. Do-nothing version of remove
protected  void NullContextWithUpdateThread.remove(MetricsRecordImpl record)
          Deprecated. Do-nothing version of remove
 void CompositeContext.startMonitoring()
          Deprecated.  
 void NullContext.startMonitoring()
          Deprecated. Do-nothing version of startMonitoring
 void CompositeContext.stopMonitoring()
          Deprecated.  
 void CompositeContext.unregisterUpdater(Updater updater)
          Deprecated.  
protected  void NullContext.update(MetricsRecordImpl record)
          Deprecated. Do-nothing version of update
protected  void NullContextWithUpdateThread.update(MetricsRecordImpl record)
          Deprecated. Do-nothing version of update
 

Constructors in org.apache.hadoop.metrics.spi with annotations of type InterfaceAudience.Private
CompositeContext()
          Deprecated.  
NoEmitMetricsContext()
          Deprecated. Creates a new instance of NullContextWithUpdateThread
NullContext()
          Deprecated. Creates a new instance of NullContext
NullContextWithUpdateThread()
          Deprecated. Creates a new instance of NullContextWithUpdateThread
 

Uses of InterfaceAudience.Private in org.apache.hadoop.metrics.util
 

Classes in org.apache.hadoop.metrics.util with annotations of type InterfaceAudience.Private
 class MetricsBase
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 

Uses of InterfaceAudience.Private in org.apache.hadoop.security.token
 

Methods in org.apache.hadoop.security.token with annotations of type InterfaceAudience.Private
 void Token.setKind(Text newKind)
          Set the token kind.
 

Uses of InterfaceAudience.Private in org.apache.hadoop.util
 

Classes in org.apache.hadoop.util with annotations of type InterfaceAudience.Private
 class ClassUtil
           
 



Copyright © 2009 The Apache Software Foundation