Uses of Enum Class
org.apache.hadoop.hdfs.AddBlockFlag
Packages that use AddBlockFlag
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AddBlockFlag in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return AddBlockFlagModifier and TypeMethodDescriptionstatic AddBlockFlagAddBlockFlag.valueOf(short mode) Returns the enum constant of this class with the specified name.static AddBlockFlagReturns the enum constant of this class with the specified name.static AddBlockFlag[]AddBlockFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs that return types with arguments of type AddBlockFlagModifier and TypeMethodDescriptionprotected EnumSet<AddBlockFlag>DFSOutputStream.getAddBlockFlags() -
Uses of AddBlockFlag in org.apache.hadoop.hdfs.protocol
Method parameters in org.apache.hadoop.hdfs.protocol with type arguments of type AddBlockFlagModifier and TypeMethodDescriptionClientProtocol.addBlock(String src, String clientName, ExtendedBlock previous, DatanodeInfo[] excludeNodes, long fileId, String[] favoredNodes, EnumSet<AddBlockFlag> addBlockFlags) A client that wants to write an additional block to the indicated filename (which must currently be open for writing) should call addBlock(). -
Uses of AddBlockFlag in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type AddBlockFlagModifier and TypeMethodDescriptionstatic EnumSet<AddBlockFlag>PBHelperClient.convertAddBlockFlags(List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.AddBlockFlagProto> addBlockFlags) Method parameters in org.apache.hadoop.hdfs.protocolPB with type arguments of type AddBlockFlagModifier and TypeMethodDescriptionClientNamenodeProtocolTranslatorPB.addBlock(String src, String clientName, ExtendedBlock previous, DatanodeInfo[] excludeNodes, long fileId, String[] favoredNodes, EnumSet<AddBlockFlag> addBlockFlags) static List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.AddBlockFlagProto>PBHelperClient.convertAddBlockFlags(EnumSet<AddBlockFlag> flags)