Uses of Class
alluxio.proxy.s3.ListPartsResult.Part
-
Packages that use ListPartsResult.Part Package Description alluxio.proxy.s3 -
-
Uses of ListPartsResult.Part in alluxio.proxy.s3
Methods in alluxio.proxy.s3 that return ListPartsResult.Part Modifier and Type Method Description static ListPartsResult.PartListPartsResult.Part. fromURIStatus(alluxio.client.file.URIStatus status)Methods in alluxio.proxy.s3 that return types with arguments of type ListPartsResult.Part Modifier and Type Method Description java.util.List<ListPartsResult.Part>ListPartsResult. getParts()Method parameters in alluxio.proxy.s3 with type arguments of type ListPartsResult.Part Modifier and Type Method Description voidListPartsResult. setParts(java.util.List<ListPartsResult.Part> parts)
-