Class FileUploader
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.file.FileUploader
-
public class FileUploader extends Object
Part of direct node to node file downloading
-
-
Constructor Summary
Constructors Constructor Description FileUploader(Path path, IgniteLogger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupload(SocketChannel writeChan, GridFutureAdapter<Long> finishFut)
-
-
-
Constructor Detail
-
FileUploader
public FileUploader(Path path, IgniteLogger log)
-
-
Method Detail
-
upload
public void upload(SocketChannel writeChan, GridFutureAdapter<Long> finishFut)
-
-