| Modifier and Type | Method and Description |
|---|---|
BlobContainer |
BlobStore.blobContainer(BlobPath path) |
| Modifier and Type | Class and Description |
|---|---|
class |
FsBlobContainer |
| Modifier and Type | Method and Description |
|---|---|
BlobContainer |
FsBlobStore.blobContainer(BlobPath path) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlobContainer |
class |
AbstractLegacyBlobContainer
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLBlobContainer
URL blob implementation of
BlobContainer |
| Modifier and Type | Method and Description |
|---|---|
BlobContainer |
URLBlobStore.blobContainer(BlobPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobStoreFormat.delete(BlobContainer blobContainer,
String name)
Deletes obj in the blob container
|
boolean |
BlobStoreFormat.exists(BlobContainer blobContainer,
String name)
Checks obj in the blob container
|
T |
BlobStoreFormat.read(BlobContainer blobContainer,
String name)
Reads and parses the blob with given name, applying name translation using the {link #blobName} method
|
T |
LegacyBlobStoreFormat.readBlob(BlobContainer blobContainer,
String blobName)
Reads and parses the blob with given name.
|
abstract T |
BlobStoreFormat.readBlob(BlobContainer blobContainer,
String blobName)
Reads and parses the blob with given blob name.
|
T |
ChecksumBlobStoreFormat.readBlob(BlobContainer blobContainer,
String blobName)
Reads blob with specified name without resolving the blobName using using
BlobStoreFormat.blobName(java.lang.String) method. |
void |
ChecksumBlobStoreFormat.write(T obj,
BlobContainer blobContainer,
String name)
Writes blob with resolving the blob name using
BlobStoreFormat.blobName(java.lang.String) method. |
void |
ChecksumBlobStoreFormat.writeAtomic(T obj,
BlobContainer blobContainer,
String name)
Writes blob in atomic manner with resolving the blob name using
BlobStoreFormat.blobName(java.lang.String) and ChecksumBlobStoreFormat.tempBlobName(java.lang.String) methods. |
protected void |
ChecksumBlobStoreFormat.writeBlob(T obj,
BlobContainer blobContainer,
String blobName)
Writes blob in atomic manner without resolving the blobName using using
BlobStoreFormat.blobName(java.lang.String) method. |
Copyright © 2009–2017. All rights reserved.