public static interface ClientNamenodeProtocolProtos.GetBlockLocationsRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getLength()
required uint64 length = 3; |
long |
getOffset()
required uint64 offset = 2; |
String |
getSrc()
required string src = 1; |
com.google.protobuf.ByteString |
getSrcBytes()
required string src = 1; |
boolean |
hasLength()
required uint64 length = 3; |
boolean |
hasOffset()
required uint64 offset = 2; |
boolean |
hasSrc()
required string src = 1; |
boolean hasSrc()
required string src = 1;
file name
String getSrc()
required string src = 1;
file name
com.google.protobuf.ByteString getSrcBytes()
required string src = 1;
file name
boolean hasOffset()
required uint64 offset = 2;
range start offset
long getOffset()
required uint64 offset = 2;
range start offset
boolean hasLength()
required uint64 length = 3;
range length
long getLength()
required uint64 length = 3;
range length
Copyright © 2013 Apache Software Foundation. All rights reserved.