public class GraphLoader extends Object implements AutoCloseable
Constructor and Description |
---|
GraphLoader(MongoDbMetadataRepository<Unit> mongoDbMetadataRepository) |
Modifier and Type | Method and Description |
---|---|
void |
cleanCache() |
void |
close() |
Map<String,UnitGraphModel> |
loadGraphInfo(Iterable<? extends String> ids) |
public GraphLoader(MongoDbMetadataRepository<Unit> mongoDbMetadataRepository)
public Map<String,UnitGraphModel> loadGraphInfo(Iterable<? extends String> ids) throws MetaDataNotFoundException
MetaDataNotFoundException
public void cleanCache()
public void close()
close
in interface AutoCloseable
Copyright © 2018 Vitam. All rights reserved.