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.serializer This package provides a mechanism for using different serialization frameworks in Hadoop. 
org.apache.hadoop.io.serializer.avro This package provides Avro serialization in Hadoop. 
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.spi The Service Provider Interface for the Metrics API. 
 

Packages with annotations of type InterfaceAudience.Private
org.apache.hadoop.io.compress.zlib   
org.apache.hadoop.fs.shell   
org.apache.hadoop.io.compress.bzip2   
 

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

Methods in org.apache.hadoop.fs with annotations of type InterfaceAudience.Private
protected  AbstractFileSystem FileContext.getDefaultFileSystem()
           
 void ContentSummary.readFields(DataInput in)
          Deserialize the fields of this object from in.
 void FsServerDefaults.readFields(DataInput in)
           
 boolean Seekable.seekToNewSource(long targetPos)
          Seeks a different copy of the data.
 void ContentSummary.write(DataOutput out)
          Serialize the fields of this object to out.
 void FsServerDefaults.write(DataOutput out)
           
 

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

Methods in org.apache.hadoop.io.serializer with annotations of type InterfaceAudience.Private
 boolean WritableSerialization.accept(Class<?> c)
           
 boolean JavaSerialization.accept(Class<?> c)
           
 int JavaSerializationComparator.compare(T o1, T o2)
           
 org.apache.hadoop.io.serializer.Deserializer<Serializable> JavaSerialization.getDeserializer(Class<Serializable> c)
           
 org.apache.hadoop.io.serializer.Deserializer<Writable> WritableSerialization.getDeserializer(Class<Writable> c)
           
 org.apache.hadoop.io.serializer.Serializer<Serializable> JavaSerialization.getSerializer(Class<Serializable> c)
           
 org.apache.hadoop.io.serializer.Serializer<Writable> WritableSerialization.getSerializer(Class<Writable> c)
           
 

Constructors in org.apache.hadoop.io.serializer with annotations of type InterfaceAudience.Private
JavaSerializationComparator()
           
 

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

Fields in org.apache.hadoop.io.serializer.avro with annotations of type InterfaceAudience.Private
static String AvroReflectSerialization.AVRO_REFLECT_PACKAGES
          Key to configure packages that contain classes to be serialized and deserialized using this class.
static String AvroSerialization.AVRO_SCHEMA_KEY
           
 

Methods in org.apache.hadoop.io.serializer.avro with annotations of type InterfaceAudience.Private
 boolean AvroReflectSerialization.accept(Class<?> c)
           
 boolean AvroSpecificSerialization.accept(Class<?> c)
           
 org.apache.hadoop.io.serializer.Deserializer<T> AvroSerialization.getDeserializer(Class<T> c)
           
 org.apache.avro.io.DatumReader AvroReflectSerialization.getReader(Class<Object> clazz)
           
 org.apache.avro.io.DatumReader AvroSpecificSerialization.getReader(Class<org.apache.avro.specific.SpecificRecord> clazz)
           
abstract  org.apache.avro.io.DatumReader<T> AvroSerialization.getReader(Class<T> clazz)
          Create and return Avro DatumReader for the given class.
 org.apache.avro.Schema AvroReflectSerialization.getSchema(Object t)
           
 org.apache.avro.Schema AvroSpecificSerialization.getSchema(org.apache.avro.specific.SpecificRecord t)
           
abstract  org.apache.avro.Schema AvroSerialization.getSchema(T t)
          Return an Avro Schema instance for the given class.
 org.apache.hadoop.io.serializer.Serializer<T> AvroSerialization.getSerializer(Class<T> c)
           
 org.apache.avro.io.DatumWriter AvroReflectSerialization.getWriter(Class<Object> clazz)
           
 org.apache.avro.io.DatumWriter AvroSpecificSerialization.getWriter(Class<org.apache.avro.specific.SpecificRecord> clazz)
           
abstract  org.apache.avro.io.DatumWriter<T> AvroSerialization.getWriter(Class<T> clazz)
          Create and return Avro DatumWriter for the given class.
 

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
           
protected static String FileContext.PERIOD_PROPERTY
           
 

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

Constructors in org.apache.hadoop.metrics.file with annotations of type InterfaceAudience.Private
FileContext()
          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)
           
 void GangliaContext.init(String contextName, org.apache.hadoop.metrics.ContextFactory factory)
           
 

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

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

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

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



Copyright © 2009 The Apache Software Foundation