public static interface CatalogProtos.FileFragmentProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDiskIds(int index)
repeated int32 diskIds = 8; |
int |
getDiskIdsCount()
repeated int32 diskIds = 8; |
List<Integer> |
getDiskIdsList()
repeated int32 diskIds = 8; |
String |
getHosts(int index)
repeated string hosts = 7; |
com.google.protobuf.ByteString |
getHostsBytes(int index)
repeated string hosts = 7; |
int |
getHostsCount()
repeated string hosts = 7; |
List<String> |
getHostsList()
repeated string hosts = 7; |
String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
long |
getLength()
required int64 length = 4; |
String |
getPath()
required string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 2; |
long |
getStartOffset()
required int64 startOffset = 3; |
boolean |
hasId()
required string id = 1; |
boolean |
hasLength()
required int64 length = 4; |
boolean |
hasPath()
required string path = 2; |
boolean |
hasStartOffset()
required int64 startOffset = 3; |
boolean hasId()
required string id = 1;
String getId()
required string id = 1;
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
boolean hasPath()
required string path = 2;
String getPath()
required string path = 2;
com.google.protobuf.ByteString getPathBytes()
required string path = 2;
boolean hasStartOffset()
required int64 startOffset = 3;
long getStartOffset()
required int64 startOffset = 3;
boolean hasLength()
required int64 length = 4;
long getLength()
required int64 length = 4;
int getHostsCount()
repeated string hosts = 7;
String getHosts(int index)
repeated string hosts = 7;
com.google.protobuf.ByteString getHostsBytes(int index)
repeated string hosts = 7;
int getDiskIdsCount()
repeated int32 diskIds = 8;
int getDiskIds(int index)
repeated int32 diskIds = 8;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.