|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deepfs.jfuse.DeepStat
public final class DeepStat
Internal representation of file status.
Field Summary | |
---|---|
long |
statimespec
Time of last access. |
long |
stblocks
Blocks allocated for file. |
long |
stblocksize
Optimal file sys I/O ops blocksize. |
long |
stctimespec
Time of last file status change. |
long |
stdev
Device inode resides on. |
long |
stflags
User defined flags for file. |
long |
stgen
File generation number. |
long |
stgid
Group-id of owner. |
long |
stino
Inode's number. |
long |
stmode
Inode protection mode. |
long |
stmtimespec
Time of last data modification. |
long |
stnlink
Number of hard links to the file. |
long |
strdev
Device type, for special file inode. |
long |
stsize
File size, in bytes. |
long |
stuid
User-id of owner. |
Constructor Summary | |
---|---|
DeepStat()
|
Method Summary | |
---|---|
void |
printFields(String prefix,
PrintStream ps)
Prints stat fields to the provided stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long stdev
public long stino
public long stmode
public long stnlink
public long stuid
public long stgid
public long strdev
public long statimespec
public long stmtimespec
public long stctimespec
public long stsize
public long stblocks
public long stblocksize
public long stflags
public long stgen
Constructor Detail |
---|
public DeepStat()
Method Detail |
---|
public void printFields(String prefix, PrintStream ps)
prefix
- to outputps
- stream to be printed to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |