Interface StreamingSource
- All Known Implementing Classes:
DirectoryServerSource
public interface StreamingSource
Interface to define which files should be replicated for a given id.
-
Method Summary
-
Method Details
-
getFilesToStream
- Parameters:
id- custom identifier- Returns:
- map of files which should be copied (logical name -> real path)
- Throws:
InterruptedException
-