Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol.datatransfer |
Modifier and Type | Method and Description |
---|---|
static Op |
Op.read(DataInput in)
Read from in
|
protected Op |
Receiver.readOp()
Read an Op.
|
static Op |
Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Op[] |
Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Receiver.processOp(Op op)
Process op by the corresponding method.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.