|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTransferProtocol.Op | |
---|---|
org.apache.hadoop.hdfs.protocol |
Uses of DataTransferProtocol.Op in org.apache.hadoop.hdfs.protocol |
---|
Methods in org.apache.hadoop.hdfs.protocol that return DataTransferProtocol.Op | |
---|---|
static DataTransferProtocol.Op |
DataTransferProtocol.Op.read(DataInput in)
Read from in |
protected DataTransferProtocol.Op |
DataTransferProtocol.Receiver.readOp(DataInputStream in)
Read an Op. |
static DataTransferProtocol.Op |
DataTransferProtocol.Op.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataTransferProtocol.Op[] |
DataTransferProtocol.Op.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hdfs.protocol with parameters of type DataTransferProtocol.Op | |
---|---|
static void |
DataTransferProtocol.Sender.op(DataOutputStream out,
DataTransferProtocol.Op op)
Initialize a operation. |
protected void |
DataTransferProtocol.Receiver.processOp(DataTransferProtocol.Op op,
DataInputStream in)
Process op by the corresponding method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |