public class TapeLibraryFactory extends Object
Modifier and Type | Method and Description |
---|---|
BackupFileStorage |
getBackupFileStorage() |
TapeLibraryPool |
getFirstTapeLibraryPool() |
static TapeLibraryFactory |
getInstance() |
TapeCatalogService |
getTapeCatalogService() |
TapeLibraryContentAddressableStorage |
getTapeLibraryContentAddressableStorage() |
ConcurrentMap<String,TapeLibraryPool> |
getTapeLibraryPool() |
void |
initialize(TapeLibraryConfiguration configuration,
MongoDbAccess mongoDbAccess) |
public void initialize(TapeLibraryConfiguration configuration, MongoDbAccess mongoDbAccess) throws IOException
IOException
public TapeLibraryContentAddressableStorage getTapeLibraryContentAddressableStorage()
public static TapeLibraryFactory getInstance()
public ConcurrentMap<String,TapeLibraryPool> getTapeLibraryPool()
public TapeLibraryPool getFirstTapeLibraryPool()
public BackupFileStorage getBackupFileStorage()
public TapeCatalogService getTapeCatalogService()
Copyright © 2019 Vitam. All rights reserved.