public static interface DataTransferProtos.BlockOpResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DataTransferProtos.OpBlockChecksumResponseProto |
getChecksumResponse()
optional .hadoop.hdfs.OpBlockChecksumResponseProto checksumResponse = 3; |
DataTransferProtos.OpBlockChecksumResponseProtoOrBuilder |
getChecksumResponseOrBuilder()
optional .hadoop.hdfs.OpBlockChecksumResponseProto checksumResponse = 3; |
String |
getFirstBadLink()
optional string firstBadLink = 2; |
com.google.protobuf.ByteString |
getFirstBadLinkBytes()
optional string firstBadLink = 2; |
String |
getMessage()
optional string message = 5; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 5; |
DataTransferProtos.ReadOpChecksumInfoProto |
getReadOpChecksumInfo()
optional .hadoop.hdfs.ReadOpChecksumInfoProto readOpChecksumInfo = 4; |
DataTransferProtos.ReadOpChecksumInfoProtoOrBuilder |
getReadOpChecksumInfoOrBuilder()
optional .hadoop.hdfs.ReadOpChecksumInfoProto readOpChecksumInfo = 4; |
int |
getShortCircuitAccessVersion()
optional uint32 shortCircuitAccessVersion = 6; |
DataTransferProtos.Status |
getStatus()
required .hadoop.hdfs.Status status = 1; |
boolean |
hasChecksumResponse()
optional .hadoop.hdfs.OpBlockChecksumResponseProto checksumResponse = 3; |
boolean |
hasFirstBadLink()
optional string firstBadLink = 2; |
boolean |
hasMessage()
optional string message = 5; |
boolean |
hasReadOpChecksumInfo()
optional .hadoop.hdfs.ReadOpChecksumInfoProto readOpChecksumInfo = 4; |
boolean |
hasShortCircuitAccessVersion()
optional uint32 shortCircuitAccessVersion = 6; |
boolean |
hasStatus()
required .hadoop.hdfs.Status status = 1; |
boolean hasStatus()
required .hadoop.hdfs.Status status = 1;
DataTransferProtos.Status getStatus()
required .hadoop.hdfs.Status status = 1;
boolean hasFirstBadLink()
optional string firstBadLink = 2;
String getFirstBadLink()
optional string firstBadLink = 2;
com.google.protobuf.ByteString getFirstBadLinkBytes()
optional string firstBadLink = 2;
boolean hasChecksumResponse()
optional .hadoop.hdfs.OpBlockChecksumResponseProto checksumResponse = 3;
DataTransferProtos.OpBlockChecksumResponseProto getChecksumResponse()
optional .hadoop.hdfs.OpBlockChecksumResponseProto checksumResponse = 3;
DataTransferProtos.OpBlockChecksumResponseProtoOrBuilder getChecksumResponseOrBuilder()
optional .hadoop.hdfs.OpBlockChecksumResponseProto checksumResponse = 3;
boolean hasReadOpChecksumInfo()
optional .hadoop.hdfs.ReadOpChecksumInfoProto readOpChecksumInfo = 4;
DataTransferProtos.ReadOpChecksumInfoProto getReadOpChecksumInfo()
optional .hadoop.hdfs.ReadOpChecksumInfoProto readOpChecksumInfo = 4;
DataTransferProtos.ReadOpChecksumInfoProtoOrBuilder getReadOpChecksumInfoOrBuilder()
optional .hadoop.hdfs.ReadOpChecksumInfoProto readOpChecksumInfo = 4;
boolean hasMessage()
optional string message = 5;
explanatory text which may be useful to log on the client side
String getMessage()
optional string message = 5;
explanatory text which may be useful to log on the client side
com.google.protobuf.ByteString getMessageBytes()
optional string message = 5;
explanatory text which may be useful to log on the client side
boolean hasShortCircuitAccessVersion()
optional uint32 shortCircuitAccessVersion = 6;
If the server chooses to agree to the request of a client for short-circuit access, it will send a response message with the relevant file descriptors attached. In the body of the message, this version number will be set to the specific version number of the block data that the client is about to read.
int getShortCircuitAccessVersion()
optional uint32 shortCircuitAccessVersion = 6;
If the server chooses to agree to the request of a client for short-circuit access, it will send a response message with the relevant file descriptors attached. In the body of the message, this version number will be set to the specific version number of the block data that the client is about to read.
Copyright © 2013 Apache Software Foundation. All rights reserved.