B2AccountAuthorizerSimpleImpl |
B2AccountAuthorizerSimpleImpl is the usual implementation of authorizing.
|
B2AccountAuthorizerSimpleImpl.Builder |
|
B2AlreadyStoredPartStorer |
This implementation "stores" a part that has already been successfully
stored in B2.
|
B2CancellableContentSource |
A ContentSource wrapper that returns an InputStream that will check whether
the cancellation token says to stop.
|
B2CancellationToken |
Token to pass around whether the caller has cancelled an operation so that
sub tasks can stop their processing.
|
B2ClientConfig |
B2ClientConfig describes the various settings the B2 clients need.
|
B2ClientConfig.Builder |
The Builder for building a B2ClientConfig.
|
B2CopyingPartStorer |
This implementation stores a part of a large file by copying
from a file that is already stored in B2.
|
B2DefaultRetryPolicy |
B2DefaultRetryPolicy implements the retry policy described in the B2
documentation.
|
B2LargeFileStorer |
A class for handling the creation of large files.
|
B2ListFileNamesIterable |
|
B2ListFilesIterableBase |
|
B2ListFileVersionsIterable |
|
B2ListKeysIterable |
This interface collects the APIs we provide on our B2ApplicationKey iterables.
|
B2ListKeysIterator |
|
B2ListPartsIterableBase |
|
B2ListPartsIterableImpl |
|
B2ListUnfinishedLargeFilesIterable |
|
B2PartSpec |
A B2PartSpec represents part of a large file.
|
B2Sdk |
|
B2StorageClientFactoryPathBasedImpl |
This implementation of B2StorageClientFactory has a list of registered class names
and instantiates the first one of those classes which can be loaded.
|
B2StorageClientImpl |
B2StorageClientImpl implements B2StorageClient and it acquires credentials as needed
and implements our retry policies.
|
B2StorageClientWebifierImpl |
|
B2UploadingPartStorer |
This implementation stores a part of a large file by uploading
the bytes from a B2ContentSource.
|