Uses of Enum Class
org.apache.hadoop.hdfs.client.HdfsDataOutputStream.SyncFlag
Packages that use HdfsDataOutputStream.SyncFlag
Package
Description
This package provides the administrative APIs for HDFS.
-
Uses of HdfsDataOutputStream.SyncFlag in org.apache.hadoop.hdfs
Method parameters in org.apache.hadoop.hdfs with type arguments of type HdfsDataOutputStream.SyncFlagModifier and TypeMethodDescriptionvoidDFSOutputStream.hsync(EnumSet<HdfsDataOutputStream.SyncFlag> syncFlags) The expected semantics is all data have flushed out to all replicas and all replicas have done posix fsync equivalent - ie the OS has flushed it to the disk device (but the disk may have it in its cache).voidDFSStripedOutputStream.hsync(EnumSet<HdfsDataOutputStream.SyncFlag> syncFlags) -
Uses of HdfsDataOutputStream.SyncFlag in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return HdfsDataOutputStream.SyncFlagModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HdfsDataOutputStream.SyncFlag[]HdfsDataOutputStream.SyncFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.apache.hadoop.hdfs.client with type arguments of type HdfsDataOutputStream.SyncFlagModifier and TypeMethodDescriptionvoidHdfsDataOutputStream.hsync(EnumSet<HdfsDataOutputStream.SyncFlag> syncFlags) Sync buffered data to DataNodes (flush to disk devices).