- LazyIterable<T> - Class in com.spectralogic.ds3client.utils.collections
-
Produces an Iterator that will lazily load content.
- LazyIterable(LazyIterable.LazyLoaderFactory<T>) - Constructor for class com.spectralogic.ds3client.utils.collections.LazyIterable
-
- LazyIterable.LazyLoader<T> - Interface in com.spectralogic.ds3client.utils.collections
-
- LazyIterable.LazyLoaderFactory<T> - Interface in com.spectralogic.ds3client.utils.collections
-
A factory that creates instances of LazyLoaders.
- ListAllMyBucketsResult - Class in com.spectralogic.ds3client.models
-
- ListAllMyBucketsResult() - Constructor for class com.spectralogic.ds3client.models.ListAllMyBucketsResult
-
- ListBucketResult - Class in com.spectralogic.ds3client.models
-
- ListBucketResult() - Constructor for class com.spectralogic.ds3client.models.ListBucketResult
-
- listBucketResult_CommonPrefixes_Test() - Method in class com.spectralogic.ds3client.models.ModelParsing_Test
-
- listBucketResult_Parse_Test() - Method in class com.spectralogic.ds3client.models.ModelParsing_Test
-
- listMultiPartUploadParts(ListMultiPartUploadPartsRequest) - Method in interface com.spectralogic.ds3client.Ds3Client
-
- listMultiPartUploadParts(ListMultiPartUploadPartsRequest) - Method in class com.spectralogic.ds3client.Ds3ClientImpl
-
- ListMultiPartUploadPartsRequest - Class in com.spectralogic.ds3client.commands
-
- ListMultiPartUploadPartsRequest(String, String, UUID) - Constructor for class com.spectralogic.ds3client.commands.ListMultiPartUploadPartsRequest
-
- ListMultiPartUploadPartsRequest(String, String, String) - Constructor for class com.spectralogic.ds3client.commands.ListMultiPartUploadPartsRequest
-
- ListMultiPartUploadPartsResponse - Class in com.spectralogic.ds3client.commands
-
- ListMultiPartUploadPartsResponse(ListPartsResult, String, ChecksumType.Type) - Constructor for class com.spectralogic.ds3client.commands.ListMultiPartUploadPartsResponse
-
- ListMultiPartUploadPartsResponseParser - Class in com.spectralogic.ds3client.commands.parsers
-
- ListMultiPartUploadPartsResponseParser() - Constructor for class com.spectralogic.ds3client.commands.parsers.ListMultiPartUploadPartsResponseParser
-
- listMultiPartUploads(ListMultiPartUploadsRequest) - Method in interface com.spectralogic.ds3client.Ds3Client
-
- listMultiPartUploads(ListMultiPartUploadsRequest) - Method in class com.spectralogic.ds3client.Ds3ClientImpl
-
- ListMultiPartUploadsRequest - Class in com.spectralogic.ds3client.commands
-
- ListMultiPartUploadsRequest(String) - Constructor for class com.spectralogic.ds3client.commands.ListMultiPartUploadsRequest
-
- ListMultiPartUploadsResponse - Class in com.spectralogic.ds3client.commands
-
- ListMultiPartUploadsResponse(ListMultiPartUploadsResult, String, ChecksumType.Type) - Constructor for class com.spectralogic.ds3client.commands.ListMultiPartUploadsResponse
-
- ListMultiPartUploadsResponseParser - Class in com.spectralogic.ds3client.commands.parsers
-
- ListMultiPartUploadsResponseParser() - Constructor for class com.spectralogic.ds3client.commands.parsers.ListMultiPartUploadsResponseParser
-
- ListMultiPartUploadsResult - Class in com.spectralogic.ds3client.models
-
- ListMultiPartUploadsResult() - Constructor for class com.spectralogic.ds3client.models.ListMultiPartUploadsResult
-
- listObjects(String) - Method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Returns information about all of the objects in the bucket, regardless of how many objects the bucket contains.
- listObjects(String, String) - Method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Returns information about objects in the bucket, filtered by names that start with keyPrefix.
- listObjects(String, String, String) - Method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Returns information about objects in the bucket in alphabetical order, starting with key after the next_marker in order,
regardless of how many objects the bucket contains.
- listObjects(String, String, String, int) - Method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Returns information about objects in the bucket in alphabetical order, starting with key after the next_marker in order,
regardless of how many objects the bucket contains.
- listObjects(String, String, String, int, int) - Method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Returns information about objects in the bucket in alphabetical order, starting with key after the next_marker in order,
regardless of how many objects the bucket contains.
- listObjectsForDirectory(Path) - Method in class com.spectralogic.ds3client.helpers.Ds3ClientHelpers
-
Returns an object list with which you can call startWriteJobImpl
based on the files in a directory
.
- ListPartsResult - Class in com.spectralogic.ds3client.models
-
- ListPartsResult() - Constructor for class com.spectralogic.ds3client.models.ListPartsResult
-
- loadFileResource(Path) - Static method in class com.spectralogic.ds3client.utils.ResourceUtils
-
- loadFileResource(String) - Static method in class com.spectralogic.ds3client.utils.ResourceUtils
-
- logMbps(long, long, long, String, boolean) - Static method in class com.spectralogic.ds3client.utils.PerformanceUtils
-
- logMbpsStatus(long, long, long, String, boolean) - Static method in class com.spectralogic.ds3client.utils.PerformanceUtils
-
Logs the current status of a get/put command
- LtfsFileNamingMode - Enum in com.spectralogic.ds3client.models
-