HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.addAllFiles(Iterable<String> values)
repeated string files = 1;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.addFiles(String value)
repeated string files = 1;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.addFilesBytes(com.google.protobuf.ByteString value)
repeated string files = 1;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.clear() |
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.clearCookie()
required string cookie = 2;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.clearFiles()
repeated string files = 1;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.clone() |
HdfsProtos.CorruptFileBlocksProto.Builder |
ClientNamenodeProtocolProtos.ListCorruptFileBlocksResponseProto.Builder.getCorruptBuilder()
required .hadoop.hdfs.CorruptFileBlocksProto corrupt = 1;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.mergeFrom(HdfsProtos.CorruptFileBlocksProto other) |
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.newBuilder() |
static HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.newBuilder(HdfsProtos.CorruptFileBlocksProto prototype) |
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.newBuilderForType() |
protected HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.setCookie(String value)
required string cookie = 2;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.setCookieBytes(com.google.protobuf.ByteString value)
required string cookie = 2;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.Builder.setFiles(int index,
String value)
repeated string files = 1;
|
HdfsProtos.CorruptFileBlocksProto.Builder |
HdfsProtos.CorruptFileBlocksProto.toBuilder() |