| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocol.datatransfer |
| Modifier and Type | Method | Description |
|---|---|---|
static PipelineAck.ECN |
PipelineAck.getECNFromHeader(int header) |
|
static PipelineAck.ECN |
PipelineAck.ECN.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PipelineAck.ECN[] |
PipelineAck.ECN.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static int |
PipelineAck.combineHeader(PipelineAck.ECN ecn,
org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.Status status) |
|
static int |
PipelineAck.combineHeader(PipelineAck.ECN ecn,
org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.Status status,
PipelineAck.SLOW slow) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.