|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InodeType | |
---|---|
tachyon |
Uses of InodeType in tachyon |
---|
Fields in tachyon declared as InodeType | |
---|---|
protected InodeType |
Inode.TYPE
|
Methods in tachyon that return InodeType | |
---|---|
InodeType |
Inode.getInodeType()
|
static InodeType |
InodeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InodeType[] |
InodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in tachyon with parameters of type InodeType | |
---|---|
Inode(String name,
int id,
int parentId,
InodeType type)
|
|
InodeFolder(String name,
int id,
int parentId,
InodeType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |