Project

General

Profile

« Previous | Next » 

Revision 49534

added methods to drop the caches, changed project_tsv response, now providing all the organizations participating to a project

View differences:

DatasourceDao.java
313 313
		log.info(String.format("updated datasource '%s' with longitude '%s'", dsId, longitude));
314 314
	}
315 315

  
316
	public void dropCaches() {
317
		mongoLoggerClient.dropCache();
318
		isLookupClient.dropCache();
319
		vocabularyClient.dropCache();
320
	}
321

  
316 322
	private void getIndexDsInfo(final String dsId,
317 323
			final CountDownLatch outerLatch,
318 324
			final Queue<Throwable> errors,

Also available in: Unified diff