Package | Description |
---|---|
alluxio.hub.agent.process | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
List<AgentListFileInfo> |
AgentProcessContext.listFile()
List files.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AgentListFileInfo> |
AgentListFileInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AgentListFileInfo |
AgentListFileInfo.Builder.build() |
AgentListFileInfo |
AgentListFileInfo.Builder.buildPartial() |
static AgentListFileInfo |
AgentListFileInfo.getDefaultInstance() |
AgentListFileInfo |
AgentListFileInfo.getDefaultInstanceForType() |
AgentListFileInfo |
AgentListFileInfo.Builder.getDefaultInstanceForType() |
AgentListFileInfo |
AgentListFileResponseOrBuilder.getFileInfo(int index)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
AgentListFileInfo |
AgentListFileResponse.getFileInfo(int index)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
AgentListFileInfo |
AgentListFileResponse.Builder.getFileInfo(int index)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
static AgentListFileInfo |
AgentListFileInfo.parseDelimitedFrom(InputStream input) |
static AgentListFileInfo |
AgentListFileInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(byte[] data) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(ByteBuffer data) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(com.google.protobuf.ByteString data) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(InputStream input) |
static AgentListFileInfo |
AgentListFileInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<AgentListFileInfo> |
AgentListFileResponseOrBuilder.getFileInfoList()
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
List<AgentListFileInfo> |
AgentListFileResponse.getFileInfoList()
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
List<AgentListFileInfo> |
AgentListFileResponse.Builder.getFileInfoList()
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
com.google.protobuf.Parser<AgentListFileInfo> |
AgentListFileInfo.getParserForType() |
static com.google.protobuf.Parser<AgentListFileInfo> |
AgentListFileInfo.parser() |
Modifier and Type | Method and Description |
---|---|
AgentListFileResponse.Builder |
AgentListFileResponse.Builder.addFileInfo(AgentListFileInfo value)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
AgentListFileResponse.Builder |
AgentListFileResponse.Builder.addFileInfo(int index,
AgentListFileInfo value)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
AgentListFileInfo.Builder |
AgentListFileInfo.Builder.mergeFrom(AgentListFileInfo other) |
static AgentListFileInfo.Builder |
AgentListFileInfo.newBuilder(AgentListFileInfo prototype) |
AgentListFileResponse.Builder |
AgentListFileResponse.Builder.setFileInfo(int index,
AgentListFileInfo value)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
Modifier and Type | Method and Description |
---|---|
AgentListFileResponse.Builder |
AgentListFileResponse.Builder.addAllFileInfo(Iterable<? extends AgentListFileInfo> values)
repeated .alluxio.hub.proto.AgentListFileInfo file_info = 1; |
Copyright © 2023. All Rights Reserved.