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