Package com.atlassian.jira.index.ha
Interface TemporaryFilesProvider
- All Known Implementing Classes:
DefaultReplicatedIndexManager.ReindexMetadataFilesProvider
public interface TemporaryFilesProvider
A provider of files to given directory.
-
Method Summary
Modifier and TypeMethodDescriptionwriteContribution(File indexDir) Write files into the given directory
-
Method Details
-
writeContribution
Write files into the given directory- Parameters:
indexDir- preferably, a temporary directory to write contribution files into- Returns:
- locations of files was written to
- Throws:
IOException- if the contribution cannot be written
-