Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Interface and Description |
---|---|
interface |
InodeDirectoryView
Read-only interface for an inode directory.
|
interface |
InodeFileView
Read-only interface for an inode file.
|
interface |
InodeView
Read-only view of an inode.
|
Modifier and Type | Class and Description |
---|---|
class |
Inode
Base class for read only inodes.
|
class |
InodeDirectory
Forwarding wrapper around an inode directory view.
|
class |
InodeFile
Forwarding wrapper around an inode file view.
|
class |
MutableInode<T extends MutableInode>
MutableInode is an abstract class, with information shared by all types of Inodes. |
class |
MutableInodeDirectory
Alluxio file system's directory representation in the file system master.
|
class |
MutableInodeFile
Alluxio file system's file representation in the file system master.
|
Copyright © 2023. All Rights Reserved.