Uses of Class
org.apache.hadoop.hdfs.client.HdfsDataOutputStream.SyncFlag

Packages that use HdfsDataOutputStream.SyncFlag
org.apache.hadoop.hdfs.client   
 

Uses of HdfsDataOutputStream.SyncFlag in org.apache.hadoop.hdfs.client
 

Methods in org.apache.hadoop.hdfs.client that return HdfsDataOutputStream.SyncFlag
static HdfsDataOutputStream.SyncFlag HdfsDataOutputStream.SyncFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsDataOutputStream.SyncFlag[] HdfsDataOutputStream.SyncFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in org.apache.hadoop.hdfs.client with type arguments of type HdfsDataOutputStream.SyncFlag
 void HdfsDataOutputStream.hsync(EnumSet<HdfsDataOutputStream.SyncFlag> syncFlags)
          Sync buffered data to DataNodes (flush to disk devices).
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.