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

Packages that use InterfaceAudience.LimitedPrivate
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.ipc Tools to help define network clients and servers. 
 

Packages with annotations of type InterfaceAudience.LimitedPrivate
org.apache.hadoop.io.retry A mechanism for selectively retrying methods that throw exceptions under certain circumstances. 
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.http   
org.apache.hadoop.classification.tools   
 

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

Methods in org.apache.hadoop.fs with annotations of type InterfaceAudience.LimitedPrivate
 BlockLocation[] FileContext.getFileBlockLocations(Path f, long start, long len)
          Return blockLocation of the given file for the given offset and len.
 Path Path.makeQualified(URI defaultUri, Path workingDir)
          Returns a qualified path object.
 

Uses of InterfaceAudience.LimitedPrivate in org.apache.hadoop.ipc
 

Methods in org.apache.hadoop.ipc with annotations of type InterfaceAudience.LimitedPrivate
 org.apache.hadoop.security.authorize.ServiceAuthorizationManager Server.getServiceAuthorizationManager()
          Returns a handle to the serviceAuthorizationManager (required in tests)
 



Copyright © 2009 The Apache Software Foundation