Package | Description |
---|---|
tachyon |
Modifier and Type | Field and Description |
---|---|
protected InodeType |
Inode.TYPE |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Inode(String name,
int id,
int parentId,
InodeType type,
long creationTimeMs) |
InodeFolder(String name,
int id,
int parentId,
InodeType type,
long creationTimeMs) |
Copyright © 2013. All rights reserved.