Package | Description |
---|---|
synergynet3.cluster.fileshare | |
synergynet3.cluster.fileshare.filetransfer.receiver | |
synergynet3.cluster.fileshare.localfilecache |
Modifier and Type | Method and Description |
---|---|
void |
FileShareSystem.newFileAddedToCache(LocalFileCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
FileReceiver.FileReceiverDelegate.newFileAddedToCache(LocalFileCacheEntry entry)
New file added to cache.
|
Modifier and Type | Method and Description |
---|---|
LocalFileCacheEntry |
LocalFileCache.addFileToCache(java.io.File localFile,
java.lang.String device)
Adds the file to cache.
|
LocalFileCacheEntry |
LocalFileCache.addFileToCacheWithName(java.io.File localFile,
java.lang.String fileName,
java.lang.String device)
Adds the file to cache with name.
|