Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
PersistenceState |
DefaultFileSystemMaster.getPersistenceState(long fileId) |
PersistenceState |
FileSystemMaster.getPersistenceState(long fileId)
Returns the persistence state for a file id.
|
Modifier and Type | Method and Description |
---|---|
PersistenceState |
FileSystemMasterView.getFilePersistenceState(long fileId)
Returns the persistence state of a given file.
|
PersistenceState |
MutableInode.getPersistenceState() |
PersistenceState |
InodeView.getPersistenceState() |
PersistenceState |
Inode.getPersistenceState() |
static PersistenceState |
PersistenceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceState[] |
PersistenceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
MutableInode.setPersistenceState(PersistenceState persistenceState) |
Copyright © 2023. All Rights Reserved.