Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Class and Description |
---|---|
class |
CompositeInodeLockList
Manages the locks for a list of
Inode s, based off an existing lock list. |
Modifier and Type | Field and Description |
---|---|
protected InodeLockList |
LockedInodePath.mLockList |
Modifier and Type | Method and Description |
---|---|
Inode<?> |
InodeDirectory.getChildReadLock(String name,
InodeLockList lockList) |
Inode<?> |
InodeDirectory.getChildWriteLock(String name,
InodeLockList lockList) |
Constructor and Description |
---|
CompositeInodeLockList(InodeLockList baseLockList)
Constructs a new lock list, using an existing lock list as the base list.
|
CompositeInodeLockList(InodeLockList baseLockList,
InodeLockList descendantLockList)
Constructs a new lock list, using an existing lock list as the base list.
|
MutableLockedInodePath(AlluxioURI uri,
InodeLockList lockList,
InodeTree.LockMode lockMode)
Creates an instance of
MutableLockedInodePath . |
MutableLockedInodePath(AlluxioURI uri,
InodeLockList lockList,
String[] pathComponents,
InodeTree.LockMode lockMode)
Creates an instance of
MutableLockedInodePath . |
MutableLockedInodePath(AlluxioURI descendantUri,
LockedInodePath lockedInodePath,
InodeLockList descendants)
Creates an instance of
MutableLockedInodePath . |
Copyright © 2023. All Rights Reserved.