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.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).