Package | Description |
---|---|
alluxio.hub.manager.process | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
List<ListFile> |
ManagerProcessContext.listFiles()
List all files.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ListFile> |
ListFile.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListFile |
ListFile.Builder.build() |
ListFile |
ListFile.Builder.buildPartial() |
static ListFile |
ListFile.getDefaultInstance() |
ListFile |
ListFile.getDefaultInstanceForType() |
ListFile |
ListFile.Builder.getDefaultInstanceForType() |
ListFile |
ListFileResponse.PayloadOrBuilder.getFile(int index)
repeated .alluxio.hub.proto.ListFile file = 1; |
ListFile |
ListFileResponse.Payload.getFile(int index)
repeated .alluxio.hub.proto.ListFile file = 1; |
ListFile |
ListFileResponse.Payload.Builder.getFile(int index)
repeated .alluxio.hub.proto.ListFile file = 1; |
static ListFile |
ListFile.parseDelimitedFrom(InputStream input) |
static ListFile |
ListFile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListFile |
ListFile.parseFrom(byte[] data) |
static ListFile |
ListFile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListFile |
ListFile.parseFrom(ByteBuffer data) |
static ListFile |
ListFile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListFile |
ListFile.parseFrom(com.google.protobuf.ByteString data) |
static ListFile |
ListFile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListFile |
ListFile.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListFile |
ListFile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListFile |
ListFile.parseFrom(InputStream input) |
static ListFile |
ListFile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ListFile> |
ListFileResponse.PayloadOrBuilder.getFileList()
repeated .alluxio.hub.proto.ListFile file = 1; |
List<ListFile> |
ListFileResponse.Payload.getFileList()
repeated .alluxio.hub.proto.ListFile file = 1; |
List<ListFile> |
ListFileResponse.Payload.Builder.getFileList()
repeated .alluxio.hub.proto.ListFile file = 1; |
com.google.protobuf.Parser<ListFile> |
ListFile.getParserForType() |
static com.google.protobuf.Parser<ListFile> |
ListFile.parser() |
Modifier and Type | Method and Description |
---|---|
ListFileResponse.Payload.Builder |
ListFileResponse.Payload.Builder.addFile(int index,
ListFile value)
repeated .alluxio.hub.proto.ListFile file = 1; |
ListFileResponse.Payload.Builder |
ListFileResponse.Payload.Builder.addFile(ListFile value)
repeated .alluxio.hub.proto.ListFile file = 1; |
ListFile.Builder |
ListFile.Builder.mergeFrom(ListFile other) |
static ListFile.Builder |
ListFile.newBuilder(ListFile prototype) |
ListFileResponse.Payload.Builder |
ListFileResponse.Payload.Builder.setFile(int index,
ListFile value)
repeated .alluxio.hub.proto.ListFile file = 1; |
Modifier and Type | Method and Description |
---|---|
ListFileResponse.Payload.Builder |
ListFileResponse.Payload.Builder.addAllFile(Iterable<? extends ListFile> values)
repeated .alluxio.hub.proto.ListFile file = 1; |
Copyright © 2023. All Rights Reserved.