public class IgfsStatus extends Object implements Externalizable
| Constructor and Description |
|---|
IgfsStatus()
Empty constructor required by
Externalizable. |
IgfsStatus(long spaceUsed,
long spaceTotal) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
long |
spaceTotal() |
long |
spaceUsed() |
void |
writeExternal(ObjectOutput out) |
public IgfsStatus()
Externalizable.public IgfsStatus(long spaceUsed,
long spaceTotal)
spaceUsed - Used space in IGFS.spaceTotal - Total space available in IGFS.public long spaceTotal()
public long spaceUsed()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017