Uses of Enum Class
org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck.ECN
Packages that use PipelineAck.ECN
-
Uses of PipelineAck.ECN in org.apache.hadoop.hdfs.protocol.datatransfer
Methods in org.apache.hadoop.hdfs.protocol.datatransfer that return PipelineAck.ECNModifier and TypeMethodDescriptionstatic PipelineAck.ECNPipelineAck.getECNFromHeader(int header) static PipelineAck.ECNReturns the enum constant of this class with the specified name.static PipelineAck.ECN[]PipelineAck.ECN.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.protocol.datatransfer with parameters of type PipelineAck.ECNModifier and TypeMethodDescriptionstatic intPipelineAck.combineHeader(PipelineAck.ECN ecn, org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.Status status) static intPipelineAck.combineHeader(PipelineAck.ECN ecn, org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.Status status, PipelineAck.SLOW slow)