public class RemoteFolder extends RemoteFile
ignite, name, nodeName, parentName| Constructor and Description |
|---|
RemoteFolder(org.apache.ignite.Ignite ignite,
String nodeName,
String parentName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadTo(File localPath) |
List<RemoteFile> |
list() |
String |
toString() |
void |
upload(File localFile) |
void |
upload(String remoteFilename,
InputStream localStream) |
void |
upload(String remoteFilename,
URL localResourceUrl) |
getAbsoluteName, getName, isFolder, toTransportableFilepublic List<RemoteFile> list()
public void upload(File localFile) throws IOException
IOExceptionpublic void upload(String remoteFilename, URL localResourceUrl) throws IOException
IOExceptionpublic void upload(String remoteFilename, InputStream localStream) throws IOException
IOExceptionpublic void downloadTo(File localPath) throws IOException
downloadTo in class RemoteFileIOExceptionpublic String toString()
toString in class RemoteFileCopyright © 2020. All rights reserved.