|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceStability.Unstable | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
org.apache.hadoop.fs.s3 | A distributed, block-based implementation of FileSystem that uses Amazon S3
as a backing store. |
org.apache.hadoop.io.serializer | This package provides a mechanism for using different serialization frameworks in Hadoop. |
Packages with annotations of type InterfaceStability.Unstable | |
---|---|
org.apache.hadoop.http | |
org.apache.hadoop.fs.shell | |
org.apache.hadoop.io.compress.bzip2 | |
org.apache.hadoop.io.compress.zlib |
Uses of InterfaceStability.Unstable in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs with annotations of type InterfaceStability.Unstable | |
---|---|
protected AbstractFileSystem |
FileContext.getDefaultFileSystem()
|
Uses of InterfaceStability.Unstable in org.apache.hadoop.fs.s3 |
---|
Classes in org.apache.hadoop.fs.s3 with annotations of type InterfaceStability.Unstable | |
---|---|
class |
MigrationTool
This class is a tool for migrating data from an older to a newer version of an S3 filesystem. |
Uses of InterfaceStability.Unstable in org.apache.hadoop.io.serializer |
---|
Classes in org.apache.hadoop.io.serializer with annotations of type InterfaceStability.Unstable | |
---|---|
class |
JavaSerialization
An experimental Serialization for Java Serializable classes. |
class |
JavaSerializationComparator<T extends Serializable & Comparable<T>>
A RawComparator that uses a JavaSerialization
Deserializer to deserialize objects that are then compared via
their Comparable interfaces. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |