| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocol.datatransfer |
| Modifier and Type | Method | Description |
|---|---|---|
static PipelineAck.SLOW |
PipelineAck.getSLOWFromHeader(int header) |
|
static PipelineAck.SLOW |
PipelineAck.SLOW.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PipelineAck.SLOW[] |
PipelineAck.SLOW.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,
PipelineAck.SLOW slow) |
|
static int |
PipelineAck.setSLOWForHeader(int old,
PipelineAck.SLOW slow) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.