public class RemoteFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ignite.Ignite |
ignite |
protected String |
name |
protected String |
nodeName |
protected String |
parentName |
| Constructor and Description |
|---|
RemoteFile(org.apache.ignite.Ignite ignite,
String nodeName,
String parentName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadTo(File path) |
String |
getAbsoluteName() |
String |
getName() |
boolean |
isFolder() |
String |
toString() |
TransportableFile |
toTransportableFile() |
protected final org.apache.ignite.Ignite ignite
protected final String nodeName
protected final String parentName
protected final String name
public String getName()
public String getAbsoluteName()
public boolean isFolder()
public void downloadTo(File path) throws IOException
IOExceptionpublic TransportableFile toTransportableFile()
Copyright © 2020. All rights reserved.