Class TapeLibraryTopologyConfiguration
java.lang.Object
fr.gouv.vitam.common.storage.tapelibrary.TapeLibraryTopologyConfiguration
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsetBuckets(Map<String, TapeLibraryBucketConfiguration> buckets) setFileBuckets(Map<String, FileBucketConfiguration> fileBuckets)  
- 
Constructor Details
- 
TapeLibraryTopologyConfiguration
public TapeLibraryTopologyConfiguration() 
 - 
 - 
Method Details
- 
getFileBuckets
 - 
setFileBuckets
public TapeLibraryTopologyConfiguration setFileBuckets(Map<String, FileBucketConfiguration> fileBuckets)  - 
getBuckets
 - 
setBuckets
public TapeLibraryTopologyConfiguration setBuckets(Map<String, TapeLibraryBucketConfiguration> buckets)  
 -