Uses of Enum Class
org.apache.hadoop.hdfs.protocol.datatransfer.PipelineAck.SLOW
Packages that use PipelineAck.SLOW
-
Uses of PipelineAck.SLOW in org.apache.hadoop.hdfs.protocol.datatransfer
Methods in org.apache.hadoop.hdfs.protocol.datatransfer that return PipelineAck.SLOWModifier and TypeMethodDescriptionstatic PipelineAck.SLOWPipelineAck.getSLOWFromHeader(int header) static PipelineAck.SLOWReturns the enum constant of this class with the specified name.static PipelineAck.SLOW[]PipelineAck.SLOW.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.SLOWModifier and TypeMethodDescriptionstatic intPipelineAck.combineHeader(PipelineAck.ECN ecn, org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.Status status, PipelineAck.SLOW slow) static intPipelineAck.setSLOWForHeader(int old, PipelineAck.SLOW slow)