public interface ListStatusPartialPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFileCount()
The total number of files in the listing directory,
(i.e.
|
FileInfo |
getFileInfos(int index)
repeated .alluxio.grpc.file.FileInfo fileInfos = 1; |
int |
getFileInfosCount()
repeated .alluxio.grpc.file.FileInfo fileInfos = 1; |
List<FileInfo> |
getFileInfosList()
repeated .alluxio.grpc.file.FileInfo fileInfos = 1; |
FileInfoOrBuilder |
getFileInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileInfo fileInfos = 1; |
List<? extends FileInfoOrBuilder> |
getFileInfosOrBuilderList()
repeated .alluxio.grpc.file.FileInfo fileInfos = 1; |
boolean |
getIsTruncated()
True if the partial listing was truncated.
|
boolean |
hasFileCount()
The total number of files in the listing directory,
(i.e.
|
boolean |
hasIsTruncated()
True if the partial listing was truncated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<FileInfo> getFileInfosList()
repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
FileInfo getFileInfos(int index)
repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
int getFileInfosCount()
repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
List<? extends FileInfoOrBuilder> getFileInfosOrBuilderList()
repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
FileInfoOrBuilder getFileInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
boolean hasIsTruncated()
True if the partial listing was truncated.
optional bool isTruncated = 2;
boolean getIsTruncated()
True if the partial listing was truncated.
optional bool isTruncated = 2;
boolean hasFileCount()
The total number of files in the listing directory, (i.e. the size of the result if partial listing was not used) or -1 if the listing was recursive.
optional int64 fileCount = 3;
long getFileCount()
The total number of files in the listing directory, (i.e. the size of the result if partial listing was not used) or -1 if the listing was recursive.
optional int64 fileCount = 3;
Copyright © 2023. All Rights Reserved.