public class RemoteFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostname |
protected org.apache.ignite.Ignite |
ignite |
protected String |
name |
protected String |
parentName |
| Constructor and Description |
|---|
RemoteFile(org.apache.ignite.Ignite ignite,
String hostname,
int ignitePort,
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 hostname
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.