Package | Description |
---|---|
fr.gouv.vitam.common.storage.cas.container.api |
Provides API classes for the Workspace module
|
fr.gouv.vitam.common.storage.cas.container.jcloud | |
fr.gouv.vitam.common.storage.filesystem.v2 |
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
|
fr.gouv.vitam.common.storage.s3 |
Provides S3 implementations for the storage modules.
|
fr.gouv.vitam.common.storage.swift |
Provides a Swift implementation for the storage modules.
|
fr.gouv.vitam.storage.offers.tape.cas |
Modifier and Type | Method and Description |
---|---|
VitamPageSet<? extends VitamStorageMetadata> |
ContentAddressableStorage.listContainer(String containerName)
List container (create cursor)
|
VitamPageSet<? extends VitamStorageMetadata> |
ContentAddressableStorageJcloudsAbstract.listContainer(String containerName) |
VitamPageSet<? extends VitamStorageMetadata> |
ContentAddressableStorage.listContainerNext(String containerName,
String nextMarker)
List container (next on cursor)
|
VitamPageSet<? extends VitamStorageMetadata> |
ContentAddressableStorageJcloudsAbstract.listContainerNext(String containerName,
String nextMarker) |
Modifier and Type | Class and Description |
---|---|
class |
VitamJcloudsPageSetImpl
This class wrap jcloud PageSet to vitam pageSet
|
Modifier and Type | Method and Description |
---|---|
static VitamPageSet<VitamStorageMetadata> |
VitamJcloudsPageSetImpl.wrap(org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> pageSet) |
Modifier and Type | Class and Description |
---|---|
class |
HashPageSet
Implementation of Jclouds PageSet for Vitam.
|
Modifier and Type | Method and Description |
---|---|
VitamPageSet<HashJcloudsStorageMetadata> |
HashFileListVisitor.getPageSet()
Return the constructed PageSet
|
VitamPageSet<? extends VitamStorageMetadata> |
HashFileSystem.listContainer(String containerName) |
VitamPageSet<? extends VitamStorageMetadata> |
HashFileSystem.listContainerNext(String containerName,
String nextMarker) |
Modifier and Type | Class and Description |
---|---|
class |
AmazonS3V1PageSetImpl
This class wrap Amazon S3 V1 list to vitam pageSet
|
Modifier and Type | Method and Description |
---|---|
VitamPageSet<? extends VitamStorageMetadata> |
AmazonS3V1.listContainer(String containerName) |
VitamPageSet<? extends VitamStorageMetadata> |
AmazonS3V1.listContainerNext(String containerName,
String nextMarker) |
static VitamPageSet<VitamStorageMetadata> |
AmazonS3V1PageSetImpl.wrap(com.amazonaws.services.s3.model.ListObjectsV2Result result)
Create a set of VITAM results from a list of amazon S3 V1 client results
|
Modifier and Type | Class and Description |
---|---|
class |
OpenstackPageSetImpl
This class wrap Openstack swift list to vitam pageSet
|
Modifier and Type | Method and Description |
---|---|
VitamPageSet<? extends VitamStorageMetadata> |
Swift.listContainer(String containerName) |
VitamPageSet<? extends VitamStorageMetadata> |
Swift.listContainerNext(String containerName,
String nextMarker) |
static VitamPageSet<VitamStorageMetadata> |
OpenstackPageSetImpl.wrap(List<? extends org.openstack4j.model.storage.object.SwiftObject> list) |
Modifier and Type | Method and Description |
---|---|
VitamPageSet<? extends VitamStorageMetadata> |
TapeLibraryContentAddressableStorage.listContainer(String containerName) |
VitamPageSet<? extends VitamStorageMetadata> |
TapeLibraryContentAddressableStorage.listContainerNext(String containerName,
String nextMarker) |
Copyright © 2019 Vitam. All rights reserved.