Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractBackupRole - Class in alluxio.master.backup
Abstract backup role implementation.
AbstractBackupRole(CoreMasterContext) - Constructor for class alluxio.master.backup.AbstractBackupRole
Creates a BackupMaster.
AbstractJournalDumper - Class in alluxio.master.journal.tool
An abstract class for journal dumpers.
AbstractJournalDumper(String, long, long, String, String) - Constructor for class alluxio.master.journal.tool.AbstractJournalDumper
 
acquireUfsResource() - Method in class alluxio.master.file.meta.MountTable.Resolution
 
ActiveSyncer - Class in alluxio.master.file.activesync
Periodically sync the files for a particular mount point.
ActiveSyncer(FileSystemMaster, ActiveSyncManager, MountTable, long) - Constructor for class alluxio.master.file.activesync.ActiveSyncer
Constructs a new ActiveSyncer.
ActiveSyncManager - Class in alluxio.master.file.activesync
Manager for the Active UFS sync process.
ActiveSyncManager(MountTable, FileSystemMaster) - Constructor for class alluxio.master.file.activesync.ActiveSyncManager
Constructs a Active Sync Manager.
activeSyncMetadata(AlluxioURI, Collection<AlluxioURI>, ExecutorService) - Method in class alluxio.master.file.DefaultFileSystemMaster
Actively sync metadata, based on a list of changed files.
activeSyncMetadata(AlluxioURI, Collection<AlluxioURI>, ExecutorService) - Method in interface alluxio.master.file.FileSystemMaster
Starts a batch sync with a list of changed files passed in.
add(Supplier<JournalContext>, AlluxioURI, AlluxioURI, long, MountPOptions) - Method in class alluxio.master.file.meta.MountTable
Mounts the given UFS path at the given Alluxio path.
add(Supplier<JournalContext>, String, Map<PropertyKey, String>) - Method in class alluxio.master.meta.PathProperties
Adds properties for path.
addAggregator(MultiValueMetricsAggregator) - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
addBlock(long) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Adds a block to the worker.
addChild(long, String, Long) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
addChild(long, String, Long) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
addChild(long, String, Long) - Method in interface alluxio.master.metastore.InodeStore
Makes an inode the child of the specified parent.
addChild(long, InodeView) - Method in interface alluxio.master.metastore.InodeStore
Makes an inode the child of the specified parent.
addChild(Long, String, Long) - Method in interface alluxio.master.metastore.InodeStore.WriteBatch
Adds an edge to the write batch.
addChild(long, String, Long) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
addChildren(AlluxioURI, Collection<UfsStatus>) - Method in class alluxio.underfs.UfsStatusCache
Add a parent-child mapping to the status cache.
addInode(Inode) - Method in class alluxio.master.file.meta.TtlBucket
Adds a inode to the bucket.
addLocation(long, Block.BlockLocation) - Method in interface alluxio.master.metastore.BlockStore
Adds a new block location.
addLocation(long, Block.BlockLocation) - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
addLocation(long, Block.BlockLocation) - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
addLostStorage(String, String) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Adds a new worker lost storage path.
addLostStorage(Map<String, StorageList>) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Adds new worker lost storage paths.
addMount(long, AlluxioURI, UnderFileSystemConfiguration) - Method in class alluxio.underfs.MasterUfsManager
 
addNextInode(Inode) - Method in class alluxio.master.file.meta.LockedInodePath
Adds the next inode to the path.
addStatus(AlluxioURI, UfsStatus) - Method in class alluxio.underfs.UfsStatusCache
Add a new status to the cache.
addWorker(long, String) - Method in class alluxio.master.block.meta.MasterBlockInfo
Adds a location of the block.
afterConnect() - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
 
allEdges() - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
allEdges() - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
allEdges() - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
allEdges() - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
allEdges() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
allInodes() - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
allInodes() - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
allInodes() - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
allInodes() - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
allInodes() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
alluxio.master - package alluxio.master
 
alluxio.master.backup - package alluxio.master.backup
 
alluxio.master.block - package alluxio.master.block
 
alluxio.master.block.meta - package alluxio.master.block.meta
 
alluxio.master.file - package alluxio.master.file
 
alluxio.master.file.activesync - package alluxio.master.file.activesync
 
alluxio.master.file.async - package alluxio.master.file.async
 
alluxio.master.file.contexts - package alluxio.master.file.contexts
 
alluxio.master.file.meta - package alluxio.master.file.meta
 
alluxio.master.file.meta.options - package alluxio.master.file.meta.options
 
alluxio.master.file.replication - package alluxio.master.file.replication
 
alluxio.master.file.state - package alluxio.master.file.state
 
alluxio.master.journal.tool - package alluxio.master.journal.tool
 
alluxio.master.meta - package alluxio.master.meta
 
alluxio.master.meta.checkconf - package alluxio.master.meta.checkconf
 
alluxio.master.metastore - package alluxio.master.metastore
 
alluxio.master.metastore.caching - package alluxio.master.metastore.caching
 
alluxio.master.metastore.heap - package alluxio.master.metastore.heap
 
alluxio.master.metastore.rocks - package alluxio.master.metastore.rocks
 
alluxio.master.metrics - package alluxio.master.metrics
 
alluxio.underfs - package alluxio.underfs
 
alluxio.web - package alluxio.web
 
ALLUXIO_FILESYSTEM_CLIENT_RESOURCE_KEY - Static variable in class alluxio.web.MasterWebServer
 
ALLUXIO_MASTER_SERVLET_RESOURCE_KEY - Static variable in class alluxio.web.MasterWebServer
 
AlluxioMaster - Class in alluxio.master
Entry point for the Alluxio master.
AlluxioMasterProcess - Class in alluxio.master
An Alluxio Master which runs a web and rpc server to handle FileSystem operations.
AlluxioMasterProcess.Factory - Class in alluxio.master
Factory for creating AlluxioMasterProcess.
AlluxioMasterRestServiceHandler - Class in alluxio.master.meta
This class is a REST handler for requesting general master information.
AlluxioMasterRestServiceHandler(ServletContext) - Constructor for class alluxio.master.meta.AlluxioMasterRestServiceHandler
AlluxioSecondaryMaster - Class in alluxio.master
The secondary Alluxio master that replays journal logs and writes checkpoints.
applyAndJournal(Supplier<JournalContext>, File.AddSyncPointEntry) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Apply File.AddSyncPointEntry and journal the entry.
applyAndJournal(Supplier<JournalContext>, File.RemoveSyncPointEntry) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Apply File.RemoveSyncPointEntry and journal the entry.
applyAndJournal(Supplier<JournalContext>, File.DeleteFileEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Deletes an inode (may be either a file or directory).
applyAndJournal(Supplier<JournalContext>, File.NewBlockEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Allocates and returns the next block ID for the indicated inode.
applyAndJournal(Supplier<JournalContext>, File.RenameEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Renames an inode.
applyAndJournal(Supplier<JournalContext>, File.SetAclEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Sets an ACL for an inode.
applyAndJournal(Supplier<JournalContext>, File.UpdateInodeEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Updates an inode's state.
applyAndJournal(Supplier<JournalContext>, File.UpdateInodeDirectoryEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Updates an inode directory's state.
applyAndJournal(Supplier<JournalContext>, File.UpdateInodeFileEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Updates an inode file's state.
applyAndJournal(Supplier<JournalContext>, MutableInode<?>, String) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Adds an inode to the inode tree.
applyAndJournal(Supplier<JournalContext>, File.AddMountPointEntry) - Method in class alluxio.master.file.meta.MountTable.State
 
applyAndJournal(Supplier<JournalContext>, File.DeleteMountPointEntry) - Method in class alluxio.master.file.meta.MountTable.State
 
applyAndJournal(Supplier<JournalContext>, String) - Method in class alluxio.master.meta.DefaultMetaMaster.State
 
applyAndJournal(Supplier<JournalContext>, Meta.PathPropertiesEntry) - Method in class alluxio.master.meta.PathProperties.State
 
applyAndJournal(Supplier<JournalContext>, Meta.RemovePathPropertiesEntry) - Method in class alluxio.master.meta.PathProperties.State
 
applyInodeAccessTime(long, long) - Method in class alluxio.master.file.meta.InodeTreePersistentState
Updates last access time for Inode without journaling.
asDirectory() - Method in class alluxio.master.file.meta.Inode
Casts the inode as an InodeDirectory if it is one, otherwise throws an exception.
asDirectory() - Method in class alluxio.master.file.meta.MutableInode
Casts the inode as an InodeDirectory if it is one, otherwise throws an exception.
asFile() - Method in class alluxio.master.file.meta.Inode
 
asFile() - Method in class alluxio.master.file.meta.MutableInode
 
assertAllLocksReleased() - Method in class alluxio.master.file.meta.InodeLockManager
Asserts that all locks have been released, throwing an exception if any locks are still taken.
AsyncPersistHandler - Interface in alluxio.master.file.async
The handler that handles the scheduled async persist requests on files, and decides which worker to take the persistence task.
AsyncPersistHandler.Factory - Class in alluxio.master.file.async
Factory for AsyncPersistHandler.
AsyncUfsAbsentPathCache - Class in alluxio.master.file.meta
This is a UfsAbsentPathCache which implements asynchronous addition and removal to the cache, since the processing of the path may be slow.
AsyncUfsAbsentPathCache(MountTable, int) - Constructor for class alluxio.master.file.meta.AsyncUfsAbsentPathCache
Creates a new instance of AsyncUfsAbsentPathCache.

B

backup(BackupPRequest, StateLockOptions) - Method in class alluxio.master.backup.BackupLeaderRole
 
backup(BackupPRequest, StateLockOptions) - Method in interface alluxio.master.backup.BackupOps
Takes a backup.
backup(BackupPRequest, StateLockOptions) - Method in class alluxio.master.backup.BackupWorkerRole
 
backup(BackupPRequest, StateLockOptions) - Method in class alluxio.master.meta.DefaultMetaMaster
 
backup(BackupPRequest, StreamObserver<BackupPStatus>) - Method in class alluxio.master.meta.MetaMasterClientServiceHandler
 
BackupHandshakeMessage - Class in alluxio.master.backup
The backup message used for introducing backup-worker to leader.
BackupHandshakeMessage() - Constructor for class alluxio.master.backup.BackupHandshakeMessage
Empty constructor as per deserialization requirement.
BackupHandshakeMessage(String) - Constructor for class alluxio.master.backup.BackupHandshakeMessage
Creates a handshake message.
BackupHeartbeatMessage - Class in alluxio.master.backup
The backup message used for sending status of current backup to leader.
BackupHeartbeatMessage() - Constructor for class alluxio.master.backup.BackupHeartbeatMessage
Empty constructor as per deserialization requirement.
BackupHeartbeatMessage(BackupStatus) - Constructor for class alluxio.master.backup.BackupHeartbeatMessage
Creates a heartbeat message with given backup status.
BackupLeaderRole - Class in alluxio.master.backup
Implementation of BackupRole for primary mode.
BackupLeaderRole(CoreMasterContext) - Constructor for class alluxio.master.backup.BackupLeaderRole
Creates a new backup leader.
BackupOps - Interface in alluxio.master.backup
Interface for backup operations.
BackupRequestMessage - Class in alluxio.master.backup
The backup message used for signaling follower to start taking the backup.
BackupRequestMessage() - Constructor for class alluxio.master.backup.BackupRequestMessage
Empty constructor as per deserialization requirement.
BackupRequestMessage(UUID, BackupPRequest, Map<String, Long>) - Constructor for class alluxio.master.backup.BackupRequestMessage
Creates a backup request message.
BackupRole - Interface in alluxio.master.backup
Interface for interacting with backup roles.
BackupSuspendMessage - Class in alluxio.master.backup
The backup message used for signaling follower to suspend its journals.
BackupSuspendMessage() - Constructor for class alluxio.master.backup.BackupSuspendMessage
Empty constructor as per deserialization requirement.
BackupTracker - Class in alluxio.master.backup
Used to track and update status of a backup.
BackupTracker() - Constructor for class alluxio.master.backup.BackupTracker
Creates a tracker.
BackupWorkerRole - Class in alluxio.master.backup
Implementation of BackupRole for secondary mode.
BackupWorkerRole(CoreMasterContext) - Constructor for class alluxio.master.backup.BackupWorkerRole
Creates a new backup worker.
Block(long, Block.BlockMeta) - Constructor for class alluxio.master.metastore.BlockStore.Block
 
BlockContainerIdGenerator - Class in alluxio.master.block
This class generates unique block container ids.
BlockContainerIdGenerator() - Constructor for class alluxio.master.block.BlockContainerIdGenerator
Creates a new instance of BlockContainerIdGenerator.
BlockDeletionContext - Interface in alluxio.master.file
Interface for a class which gathers block deletion requests, then handles them during close.
BlockDeletionContext.BlockDeletionListener - Interface in alluxio.master.file
Interface for block deletion listeners.
blockHeartbeat(BlockHeartbeatPRequest, StreamObserver<BlockHeartbeatPResponse>) - Method in class alluxio.master.block.BlockMasterWorkerServiceHandler
 
BlockIntegrityChecker - Class in alluxio.master.file
Heartbeat executor for validating inode and block integrity.
BlockIntegrityChecker(FileSystemMaster) - Constructor for class alluxio.master.file.BlockIntegrityChecker
Constructs a block integrity checker based on the given FileSystemMaster.
BlockMaster - Interface in alluxio.master.block
Interface of the block master that manages the metadata for all the blocks and block workers in Alluxio.
BlockMasterClientServiceHandler - Class in alluxio.master.block
This class is a gRPC handler for block master RPCs invoked by an Alluxio client.
BlockMasterClientServiceHandler(BlockMaster) - Constructor for class alluxio.master.block.BlockMasterClientServiceHandler
Creates a new instance of BlockMasterClientServiceHandler.
BlockMasterFactory - Class in alluxio.master.block
Factory to create a BlockMaster instance.
BlockMasterFactory() - Constructor for class alluxio.master.block.BlockMasterFactory
Constructs a new BlockMasterFactory.
BlockMasterWorkerServiceHandler - Class in alluxio.master.block
This class is a gRPC handler for block master RPCs invoked by an Alluxio worker.
BlockMasterWorkerServiceHandler(BlockMaster) - Constructor for class alluxio.master.block.BlockMasterWorkerServiceHandler
Creates a new instance of BlockMasterWorkerServiceHandler.
BlockStore - Interface in alluxio.master.metastore
The block store keeps track of block sizes and block locations.
BlockStore.Block - Class in alluxio.master.metastore
Block metadata.
BlockStore.Factory - Interface in alluxio.master.metastore
Factory for creating block stores.
build() - Method in class alluxio.master.CoreMasterContext.Builder
 
build() - Method in class alluxio.master.metastore.caching.CacheConfiguration.Builder
 
build() - Method in class alluxio.master.metastore.ReadOption.Builder
 
Builder() - Constructor for class alluxio.master.CoreMasterContext.Builder
 
Builder() - Constructor for class alluxio.master.metastore.caching.CacheConfiguration.Builder
 
Builder() - Constructor for class alluxio.master.metastore.ReadOption.Builder
 

C

Cache<K,V> - Class in alluxio.master.metastore.caching
Base class for write-back caches which asynchronously evict entries to backing stores.
Cache(CacheConfiguration, String, MetricKey) - Constructor for class alluxio.master.metastore.caching.Cache
 
Cache.Entry - Class in alluxio.master.metastore.caching
 
CacheConfiguration - Class in alluxio.master.metastore.caching
Cache configuration.
CacheConfiguration.Builder - Class in alluxio.master.metastore.caching
Cache configuration builder.
CachingInodeStore - Class in alluxio.master.metastore.caching
An inode store which caches inode tree metadata and delegates to another inode store for cache misses.
CachingInodeStore(InodeStore, InodeLockManager) - Constructor for class alluxio.master.metastore.caching.CachingInodeStore
 
CallTracker - Interface in alluxio.master.file.contexts
An interface for RPC level call tracking.
CallTracker.Type - Enum in alluxio.master.file.contexts
Defines call-tracker types.
cancelAllPrefetch() - Method in class alluxio.underfs.UfsStatusCache
Interrupts and cancels any currently running prefetch jobs.
checkAccess(AlluxioURI, CheckAccessContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
checkAccess(AlluxioURI, CheckAccessContext) - Method in interface alluxio.master.file.FileSystemMaster
Checks access to path.
checkAccess(CheckAccessPRequest, StreamObserver<CheckAccessPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
CheckAccessContext - Class in alluxio.master.file.contexts
Used to merge and wrap CheckAccessPOptions.
checkConsistency(AlluxioURI, CheckConsistencyContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
checkConsistency(AlluxioURI, CheckConsistencyContext) - Method in interface alluxio.master.file.FileSystemMaster
Checks the consistency of the files and directories in the subtree under the path.
checkConsistency(CheckConsistencyPRequest, StreamObserver<CheckConsistencyPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
CheckConsistencyContext - Class in alluxio.master.file.contexts
Used to merge and wrap CheckConsistencyPOptions.
checkDirectory(InodeDirectory, AlluxioURI) - Method in class alluxio.master.file.UfsSyncChecker
Check if immediate children of directory are in sync with UFS.
checkInodeList(String, List<String>, Mode.Bits, String, List<InodeView>, boolean) - Method in class alluxio.master.file.DefaultPermissionChecker
This method provides basic permission checking logic on a list of inodes.
checkParentPermission(Mode.Bits, LockedInodePath) - Method in class alluxio.master.file.DefaultPermissionChecker
 
checkParentPermission(Mode.Bits, LockedInodePath) - Method in interface alluxio.master.file.PermissionChecker
Checks whether a user has permission to perform a specific action on the parent of the given path; if parent directory does not exist, treats the closest ancestor directory of the path as its parent and checks permission on it.
checkPermission(Mode.Bits, LockedInodePath) - Method in class alluxio.master.file.DefaultPermissionChecker
 
checkPermission(String, List<String>, AclAction) - Method in class alluxio.master.file.meta.Inode
 
checkPermission(String, List<String>, AclAction) - Method in interface alluxio.master.file.meta.InodeView
Checks whether the user or one of the groups has the permission to take the action.
checkPermission(String, List<String>, AclAction) - Method in class alluxio.master.file.meta.MutableInode
 
checkPermission(Mode.Bits, LockedInodePath) - Method in interface alluxio.master.file.PermissionChecker
Checks whether a user has permission to perform a specific action on a path.
checkpoint() - Method in class alluxio.master.meta.DefaultMetaMaster
 
checkpoint() - Method in interface alluxio.master.meta.MetaMaster
Creates a checkpoint in the primary master journal system.
checkpoint(CheckpointPOptions, StreamObserver<CheckpointPResponse>) - Method in class alluxio.master.meta.MetaMasterClientServiceHandler
 
CheckpointedIdHashSet - Class in alluxio.master.file.meta
A concurrent hash set of Long values that supports writing to and restoring from checkpoints.
CheckpointedIdHashSet() - Constructor for class alluxio.master.file.meta.CheckpointedIdHashSet
Constructs a new checkpointed id hash set.
checkSetAttributePermission(LockedInodePath, boolean, boolean, boolean) - Method in class alluxio.master.file.DefaultPermissionChecker
 
checkSetAttributePermission(LockedInodePath, boolean, boolean, boolean) - Method in interface alluxio.master.file.PermissionChecker
Checks whether a user has permission to edit the attribute of a given path.
checkSuperUser() - Method in class alluxio.master.file.DefaultPermissionChecker
 
checkSuperUser() - Method in interface alluxio.master.file.PermissionChecker
Checks whether the user is a super user or in super group.
checkUnderWritableMountPoint(AlluxioURI) - Method in class alluxio.master.file.meta.MountTable
Checks to see if a write operation is allowed for the specified Alluxio path, by determining if it is under a readonly mount point.
cleanupUfs() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
cleanupUfs() - Method in interface alluxio.master.file.FileSystemMaster
Periodically clean up the under file systems.
clear() - Method in interface alluxio.master.metastore.BlockStore
Removes all metadata from the block store.
clear() - Method in class alluxio.master.metastore.caching.Cache
Clears all entries from the map.
clear() - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
clear() - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
clear() - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
clear() - Method in interface alluxio.master.metastore.InodeStore
Removes all inodes and edges.
clear() - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
clear() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
clear() - Method in class alluxio.master.metastore.rocks.RocksStore
Clears and re-initializes the database.
clear() - Method in class alluxio.master.metrics.MetricsStore
Clears all the metrics.
clearMetrics() - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
clearMetrics() - Method in interface alluxio.master.metrics.MetricsMaster
Clear metrics in the current master.
clearMetrics(ClearMetricsPRequest, StreamObserver<ClearMetricsPResponse>) - Method in class alluxio.master.metrics.MetricsMasterClientServiceHandler
 
clientHeartbeat(String, List<Metric>) - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
clientHeartbeat(String, List<Metric>) - Method in interface alluxio.master.metrics.MetricsMaster
Handles the client's heartbeat request for metrics collection.
close() - Method in class alluxio.master.backup.AbstractBackupRole
 
close() - Method in class alluxio.master.backup.BackupLeaderRole
 
close() - Method in class alluxio.master.backup.BackupWorkerRole
 
close() - Method in class alluxio.master.block.DefaultBlockMaster
 
close() - Method in class alluxio.master.file.activesync.ActiveSyncer
 
close() - Method in class alluxio.master.file.BlockIntegrityChecker
 
close() - Method in class alluxio.master.file.DefaultBlockDeletionContext
 
close() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
close() - Method in class alluxio.master.file.FileSystemMasterAuditContext
 
close() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
close() - Method in interface alluxio.master.file.meta.InodeLockList
Closes the lock list, releasing all locks.
close() - Method in class alluxio.master.file.meta.InodeLockManager
 
close() - Method in class alluxio.master.file.meta.InodePathPair
 
close() - Method in class alluxio.master.file.meta.InodeTree
Close resources associated with this tree instance.
close() - Method in class alluxio.master.file.meta.InodeTreeBufferedIterator
 
close() - Method in class alluxio.master.file.meta.LockedInodePath
 
close() - Method in class alluxio.master.file.meta.LockedInodePathList
 
close() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
close() - Method in class alluxio.master.file.NoopBlockDeletionContext
 
close() - Method in class alluxio.master.file.replication.ReplicationChecker
 
close() - Method in class alluxio.master.file.RpcContext
 
close() - Method in class alluxio.master.meta.MetaMasterSync
 
close() - Method in class alluxio.master.meta.UpdateChecker
 
close() - Method in interface alluxio.master.metastore.BlockStore
Closes the block store and releases all resources.
close() - Method in class alluxio.master.metastore.caching.Cache
 
close() - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
close() - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
close() - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
close() - Method in interface alluxio.master.metastore.InodeStore
 
close() - Method in interface alluxio.master.metastore.InodeStore.WriteBatch
 
close() - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
close() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
close() - Method in class alluxio.master.metastore.rocks.RocksStore
 
closeMasters() - Method in class alluxio.master.AlluxioMasterProcess
Closes all masters, including block master, fileSystem master and additional masters.
ClusterCounterKey(MetricsSystem.InstanceType, String) - Constructor for class alluxio.master.metrics.MetricsStore.ClusterCounterKey
commit() - Method in interface alluxio.master.metastore.InodeStore.WriteBatch
Performs the batched write.
commitBlock(long, long, String, String, long, long) - Method in interface alluxio.master.block.BlockMaster
Marks a block as committed on a specific worker.
commitBlock(CommitBlockPRequest, StreamObserver<CommitBlockPResponse>) - Method in class alluxio.master.block.BlockMasterWorkerServiceHandler
 
commitBlock(long, long, String, String, long, long) - Method in class alluxio.master.block.DefaultBlockMaster
 
commitBlockInUFS(long, long) - Method in interface alluxio.master.block.BlockMaster
Marks a block as committed, but without a worker location.
commitBlockInUfs(CommitBlockInUfsPRequest, StreamObserver<CommitBlockInUfsPResponse>) - Method in class alluxio.master.block.BlockMasterWorkerServiceHandler
 
commitBlockInUFS(long, long) - Method in class alluxio.master.block.DefaultBlockMaster
 
compareTo(InodeView) - Method in interface alluxio.master.file.meta.InodeView
 
compareTo(TtlBucket) - Method in class alluxio.master.file.meta.TtlBucket
Compares this bucket's TTL interval start time to that of another bucket.
complete() - Method in class alluxio.master.file.ListStatusResultStream
Used to complete the stream.
completeFile(AlluxioURI, CompleteFileContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
completeFile(AlluxioURI, CompleteFileContext) - Method in interface alluxio.master.file.FileSystemMaster
Completes a file.
completeFile(CompleteFilePRequest, StreamObserver<CompleteFilePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
CompleteFileContext - Class in alluxio.master.file.contexts
Used to merge and wrap CompleteFilePOptions.
completeFileDefaults() - Static method in class alluxio.master.file.FileSystemMasterOptions
 
CompositeInodeLockList - Class in alluxio.master.file.meta
Manages the locks for a list of inodes, based off an existing lock list.
CompositeInodeLockList(InodeLockList, boolean) - Constructor for class alluxio.master.file.meta.CompositeInodeLockList
Constructs a new lock list, using an existing lock list as the base list.
computeSyncPlan(Inode, Fingerprint, boolean) - Static method in class alluxio.master.file.meta.UfsSyncUtils
Given an inode and ufs status, returns a sync plan describing how to sync the inode with the ufs.
ConfigRecord - Class in alluxio.master.meta.checkconf
An Alluxio configuration record.
ConfigRecord() - Constructor for class alluxio.master.meta.checkconf.ConfigRecord
Creates a new instance of ConfigRecord.
ConfigRecord(PropertyKey, String, String) - Constructor for class alluxio.master.meta.checkconf.ConfigRecord
Creates a new instance of ConfigRecord.
connectUfs(UnderFileSystem) - Method in class alluxio.underfs.MasterUfsManager
 
ContainerIdGenerable - Interface in alluxio.master.block
Provides generation of container IDs.
containsMountPoint(AlluxioURI, boolean) - Method in class alluxio.master.file.meta.MountTable
 
CoreMaster - Class in alluxio.master
Abstract class for masters that run in the core master process.
CoreMaster(CoreMasterContext, Clock, ExecutorServiceFactory) - Constructor for class alluxio.master.CoreMaster
 
CoreMasterContext - Class in alluxio.master
This class stores fields that are specific to core masters.
CoreMasterContext.Builder - Class in alluxio.master
Constructs CoreMasterContexts.
create() - Static method in class alluxio.master.AlluxioMasterProcess.Factory
Creates a new AlluxioMasterProcess.
create(MasterRegistry, CoreMasterContext) - Method in class alluxio.master.block.BlockMasterFactory
 
create(FileSystemMasterView) - Static method in class alluxio.master.file.async.AsyncPersistHandler.Factory
Creates a new instance of AsyncPersistHandler.
create(CheckAccessPOptions.Builder) - Static method in class alluxio.master.file.contexts.CheckAccessContext
 
create(CheckConsistencyPOptions.Builder) - Static method in class alluxio.master.file.contexts.CheckConsistencyContext
 
create(CompleteFilePOptions.Builder) - Static method in class alluxio.master.file.contexts.CompleteFileContext
 
create(CreateDirectoryPOptions.Builder) - Static method in class alluxio.master.file.contexts.CreateDirectoryContext
 
create(CreateFilePOptions.Builder) - Static method in class alluxio.master.file.contexts.CreateFileContext
 
create(DeletePOptions.Builder) - Static method in class alluxio.master.file.contexts.DeleteContext
 
create(FreePOptions.Builder) - Static method in class alluxio.master.file.contexts.FreeContext
 
create(GetStatusPOptions.Builder) - Static method in class alluxio.master.file.contexts.GetStatusContext
 
create(ListStatusPOptions.Builder) - Static method in class alluxio.master.file.contexts.ListStatusContext
 
create(LoadMetadataPOptions.Builder) - Static method in class alluxio.master.file.contexts.LoadMetadataContext
 
create(MountPOptions.Builder) - Static method in class alluxio.master.file.contexts.MountContext
 
create(RenamePOptions.Builder) - Static method in class alluxio.master.file.contexts.RenameContext
 
create(ScheduleAsyncPersistencePOptions.Builder) - Static method in class alluxio.master.file.contexts.ScheduleAsyncPersistenceContext
 
create(SetAclPOptions.Builder) - Static method in class alluxio.master.file.contexts.SetAclContext
 
create(SetAttributePOptions.Builder) - Static method in class alluxio.master.file.contexts.SetAttributeContext
 
create(FileSystemHeartbeatPOptions.Builder) - Static method in class alluxio.master.file.contexts.WorkerHeartbeatContext
Merges and embeds the given FileSystemHeartbeatPOptions with the corresponding master options.
create(MasterRegistry, CoreMasterContext) - Method in class alluxio.master.file.FileSystemMasterFactory
 
create(InodeStore, InodeDirectory) - Static method in class alluxio.master.file.meta.InodeTreeBufferedIterator
Creates buffered iterator with closeable interface.
create(long, long, String, CreateDirectoryContext) - Static method in class alluxio.master.file.meta.MutableInodeDirectory
create(long, long, String, long, CreateFileContext) - Static method in class alluxio.master.file.meta.MutableInodeFile
Creates an MutableInodeFile.
create(MountTable) - Static method in class alluxio.master.file.meta.UfsAbsentPathCache.Factory
 
create(MountTable) - Static method in class alluxio.master.file.meta.UfsBlockLocationCache.Factory
 
create(MasterRegistry, CoreMasterContext) - Method in class alluxio.master.meta.MetaMasterFactory
 
create(MasterRegistry, CoreMasterContext) - Method in class alluxio.master.metrics.MetricsMasterFactory
 
createDirectory(AlluxioURI, CreateDirectoryContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
createDirectory(AlluxioURI, CreateDirectoryContext) - Method in interface alluxio.master.file.FileSystemMaster
Creates a directory for a given path.
createDirectory(CreateDirectoryPRequest, StreamObserver<CreateDirectoryPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
CreateDirectoryContext - Class in alluxio.master.file.contexts
Used to merge and wrap CreateDirectoryPOptions.
createFile(AlluxioURI, CreateFileContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
createFile(AlluxioURI, CreateFileContext) - Method in interface alluxio.master.file.FileSystemMaster
Creates a file (not a directory) for a given path.
createFile(CreateFilePRequest, StreamObserver<CreateFilePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
CreateFileContext - Class in alluxio.master.file.contexts
Implementation of OperationContext used to merge and wrap CreateFilePOptions.
createIterator(RocksIterator, RocksUtils.RocksIteratorParser<T>) - Static method in class alluxio.master.metastore.rocks.RocksUtils
Used to wrap an Iterator over RocksIterator.
createMasters(MasterRegistry, MasterContext) - Static method in class alluxio.master.MasterUtils
Creates all the masters and registers them to the master registry.
createPath(RpcContext, LockedInodePath, CreatePathContext<?, ?>) - Method in class alluxio.master.file.meta.InodeTree
Creates a file or directory at path.
CreatePathContext<T extends com.google.protobuf.GeneratedMessageV3.Builder<?>,K extends CreatePathContext<?,?>> - Class in alluxio.master.file.contexts
Wrapper for CreateFilePOptions or CreateDirectoryPOptions with additional context data.
CreatePathContext(T) - Constructor for class alluxio.master.file.contexts.CreatePathContext
Creates context with given option data.
createRpcContext() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
createRpcContext(OperationContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
createWriteBatch() - Method in interface alluxio.master.metastore.InodeStore
Creates a write batch.
createWriteBatch() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 

D

DailyMetadataBackup - Class in alluxio.master.meta
Backing up primary master metadata everyday at a fixed UTC time.
DefaultAsyncPersistHandler - Class in alluxio.master.file.async
The default handler for async persistence that schedules the persistence on the workers that contains all the blocks of a given file, and the handler returns the scheduled request whenever the corresponding worker polls.
DefaultAsyncPersistHandler(FileSystemMasterView) - Constructor for class alluxio.master.file.async.DefaultAsyncPersistHandler
Constructs a new instance of AsyncPersistHandler.
DefaultBlockDeletionContext - Class in alluxio.master.file
Class for tracking which blocks need to be deleted, and deleting them on close.
DefaultBlockDeletionContext(BlockDeletionContext.BlockDeletionListener...) - Constructor for class alluxio.master.file.DefaultBlockDeletionContext
 
DefaultBlockMaster - Class in alluxio.master.block
This block master manages the metadata for all the blocks and block workers in Alluxio.
DefaultBlockMaster.Metrics - Class in alluxio.master.block
Class that contains metrics related to BlockMaster.
DefaultFileSystemMaster - Class in alluxio.master.file
The master that handles all file system metadata management.
DefaultFileSystemMaster(BlockMaster, CoreMasterContext) - Constructor for class alluxio.master.file.DefaultFileSystemMaster
Creates a new instance of DefaultFileSystemMaster.
DefaultFileSystemMaster(BlockMaster, CoreMasterContext, ExecutorServiceFactory) - Constructor for class alluxio.master.file.DefaultFileSystemMaster
Creates a new instance of DefaultFileSystemMaster.
DefaultFileSystemMaster.Metrics - Class in alluxio.master.file
Class that contains metrics for FileSystemMaster.
DefaultFileSystemMaster.Metrics.UFSOps - Enum in alluxio.master.file
UFS operations enum.
DefaultMetaMaster - Class in alluxio.master.meta
The default meta master.
DefaultMetaMaster.State - Class in alluxio.master.meta
Journaled state for MetaMaster.
DefaultMetricsMaster - Class in alluxio.master.metrics
Default implementation of the metrics master.
DefaultPermissionChecker - Class in alluxio.master.file
Default implementation of permission checker.
DefaultPermissionChecker(InodeTree) - Constructor for class alluxio.master.file.DefaultPermissionChecker
Constructs a PermissionChecker instance for Alluxio file system.
defaults() - Static method in class alluxio.master.file.contexts.CheckAccessContext
 
defaults() - Static method in class alluxio.master.file.contexts.CheckConsistencyContext
 
defaults() - Static method in class alluxio.master.file.contexts.CompleteFileContext
 
defaults() - Static method in class alluxio.master.file.contexts.CreateDirectoryContext
 
defaults() - Static method in class alluxio.master.file.contexts.CreateFileContext
 
defaults() - Static method in class alluxio.master.file.contexts.DeleteContext
 
defaults() - Static method in class alluxio.master.file.contexts.FreeContext
 
defaults() - Static method in class alluxio.master.file.contexts.GetStatusContext
 
defaults() - Static method in class alluxio.master.file.contexts.ListStatusContext
 
defaults() - Static method in class alluxio.master.file.contexts.LoadMetadataContext
 
defaults() - Static method in class alluxio.master.file.contexts.MountContext
 
defaults() - Static method in class alluxio.master.file.contexts.RenameContext
 
defaults() - Static method in class alluxio.master.file.contexts.ScheduleAsyncPersistenceContext
 
defaults() - Static method in class alluxio.master.file.contexts.SetAclContext
 
defaults() - Static method in class alluxio.master.file.contexts.SetAttributeContext
 
defaults() - Static method in class alluxio.master.file.contexts.WorkerHeartbeatContext
 
defaults() - Static method in class alluxio.master.metastore.ReadOption
 
DefaultSafeModeManager - Class in alluxio.master
Manages safe mode state for Alluxio master.
DefaultSafeModeManager() - Constructor for class alluxio.master.DefaultSafeModeManager
Creates DefaultSafeModeManager with default clock.
DefaultSafeModeManager(Clock) - Constructor for class alluxio.master.DefaultSafeModeManager
Creates DefaultSafeModeManager with given clock.
DelegatingReadOnlyInodeStore - Class in alluxio.master.metastore
Wrapper for providing read-only access to an inode store.
DelegatingReadOnlyInodeStore(InodeStore) - Constructor for class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
delete(AlluxioURI, DeleteContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
delete(AlluxioURI, DeleteContext) - Method in interface alluxio.master.file.FileSystemMaster
Deletes a given path.
delete(Supplier<JournalContext>, AlluxioURI, boolean) - Method in class alluxio.master.file.meta.MountTable
Unmounts the given Alluxio path.
delete(AlluxioURI, Inode) - Method in class alluxio.master.file.NoopUfsDeleter
 
delete(AlluxioURI, Inode) - Method in class alluxio.master.file.SafeUfsDeleter
 
delete(AlluxioURI, Inode) - Method in interface alluxio.master.file.UfsDeleter
Deletes a path if not covered by a recursive delete.
DeleteContext - Class in alluxio.master.file.contexts
Used to merge and wrap DeletePOptions.
deleteInode(RpcContext, LockedInodePath, long) - Method in class alluxio.master.file.meta.InodeTree
Deletes a single inode from the inode tree by removing it from the parent inode.
deleteInternal(RpcContext, LockedInodePath, DeleteContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
Implements file deletion.
DirectoryId - Class in alluxio.master.file.state
Class representing a directory ID.
DirectoryId() - Constructor for class alluxio.master.file.state.DirectoryId
Creates a new DirectoryId starting at (0, 0).
DirectoryId.UnmodifiableDirectoryId - Interface in alluxio.master.file.state
Immutable view of a DirectoryId.
downgradeLastEdge() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
downgradeLastEdge() - Method in interface alluxio.master.file.meta.InodeLockList
Downgrades the last edge lock in the lock list from WRITE lock to READ lock.
downgradeLastEdge() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
downgradeToRead() - Method in class alluxio.master.file.meta.LockedInodePath
Downgrades all locks in this list to read locks.
downgradeToReadLocks() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
downgradeToReadLocks() - Method in interface alluxio.master.file.meta.InodeLockList
Downgrades all locks in the current lock list to read locks.
downgradeToReadLocks() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
dumpJournal() - Method in class alluxio.master.journal.tool.UfsJournalDumper
 

E

Edge - Class in alluxio.master.file.meta
An edge in the inode tree.
Edge(long, String) - Constructor for class alluxio.master.file.meta.Edge
 
EdgeEntry - Class in alluxio.master.file.meta
Representation for an edge and the inode it points to.
EdgeEntry(long, String, long) - Constructor for class alluxio.master.file.meta.EdgeEntry
 
endsInInode() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
endsInInode() - Method in interface alluxio.master.file.meta.InodeLockList
 
endsInInode() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
ensureFullInodePath(LockedInodePath) - Method in class alluxio.master.file.meta.InodeTree
Attempts to extend an existing LockedInodePath to reach the target inode (the last inode for the full path).
equals(Object) - Method in class alluxio.master.block.meta.MasterBlockLocation
 
equals(Object) - Method in class alluxio.master.file.meta.Edge
 
equals(Object) - Method in class alluxio.master.file.meta.Inode
 
equals(Object) - Method in class alluxio.master.file.meta.MutableInode
 
equals(Object) - Method in class alluxio.master.file.meta.options.MountInfo
 
equals(Object) - Method in class alluxio.master.file.meta.TtlBucket
Compares to a specific object.
equals(Object) - Method in class alluxio.master.file.PersistJob
 
equals(Object) - Method in class alluxio.master.metrics.MetricsStore.ClusterCounterKey
 

F

fail(Throwable) - Method in class alluxio.master.file.ListStatusResultStream
Used to fail streaming with an error.
fetchChildrenIfAbsent(AlluxioURI, MountTable, boolean) - Method in class alluxio.underfs.UfsStatusCache
Fetches children of a given alluxio path, stores them in the cache, then returns them.
fetchChildrenIfAbsent(AlluxioURI, MountTable) - Method in class alluxio.underfs.UfsStatusCache
Fetches children of a given alluxio path stores them in the cache, then returns them.
fetchStatusIfAbsent(AlluxioURI, MountTable) - Method in class alluxio.underfs.UfsStatusCache
Attempts to return a status from the cache.
fileSystemHeartbeat(FileSystemHeartbeatPRequest, StreamObserver<FileSystemHeartbeatPResponse>) - Method in class alluxio.master.file.FileSystemMasterWorkerServiceHandler
 
FileSystemMaster - Interface in alluxio.master.file
The interface of file system master service.
FileSystemMasterAuditContext - Class in alluxio.master.file
An audit context for file system master.
FileSystemMasterAuditContext(AsyncUserAccessAuditLogWriter) - Constructor for class alluxio.master.file.FileSystemMasterAuditContext
FileSystemMasterClientServiceHandler - Class in alluxio.master.file
This class is a gRPC handler for file system master RPCs invoked by an Alluxio client.
FileSystemMasterClientServiceHandler(FileSystemMaster) - Constructor for class alluxio.master.file.FileSystemMasterClientServiceHandler
Creates a new instance of FileSystemMasterClientServiceHandler.
FileSystemMasterFactory - Class in alluxio.master.file
Factory to create a FileSystemMaster instance.
FileSystemMasterFactory() - Constructor for class alluxio.master.file.FileSystemMasterFactory
Constructs a new FileSystemMasterFactory.
FileSystemMasterJobServiceHandler - Class in alluxio.master.file
This class is a gRPC handler for file system master RPCs invoked by Alluxio job service.
FileSystemMasterJobServiceHandler(FileSystemMaster) - Constructor for class alluxio.master.file.FileSystemMasterJobServiceHandler
Creates a new instance of FileSystemMasterJobServiceHandler.
FileSystemMasterOptions - Class in alluxio.master.file
The file system class to set default options for master.
FileSystemMasterOptions() - Constructor for class alluxio.master.file.FileSystemMasterOptions
 
FileSystemMasterView - Class in alluxio.master.file.meta
This class exposes a read-only view of FileSystemMaster.
FileSystemMasterView(FileSystemMaster) - Constructor for class alluxio.master.file.meta.FileSystemMasterView
Constructs a view of the FileSystemMaster.
FileSystemMasterWorkerServiceHandler - Class in alluxio.master.file
This class is a gRPC handler for file system master RPCs invoked by an Alluxio worker.
FileSystemMasterWorkerServiceHandler(FileSystemMaster) - Constructor for class alluxio.master.file.FileSystemMasterWorkerServiceHandler
Creates a new instance of FileSystemMasterWorkerServiceHandler.
flush() - Method in class alluxio.master.metastore.caching.Cache
Flushes all data to the backing store.
flushEntries(List<Cache<K, V>.Entry>) - Method in class alluxio.master.metastore.caching.Cache
Attempts to flush the given entries to the backing store.
forgetAllWorkers() - Method in class alluxio.master.block.DefaultBlockMaster
Forces all workers to be lost.
free(AlluxioURI, FreeContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
free(AlluxioURI, FreeContext) - Method in interface alluxio.master.file.FileSystemMaster
Frees or evicts all of the blocks of the file from alluxio storage.
free(FreePRequest, StreamObserver<FreePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
FreeContext - Class in alluxio.master.file.contexts
Used to merge and wrap FreePOptions.
fromJournalEntry(File.InodeDirectoryEntry) - Static method in class alluxio.master.file.meta.MutableInodeDirectory
Converts the entry to an MutableInodeDirectory.
fromJournalEntry(File.InodeFileEntry) - Static method in class alluxio.master.file.meta.MutableInodeFile
Converts the entry to an MutableInodeFile.
fromProto(InodeMeta.InodeOrBuilder) - Static method in class alluxio.master.file.meta.MutableInode
 
fromProto(InodeMeta.InodeOrBuilder) - Static method in class alluxio.master.file.meta.MutableInodeDirectory
 
fromProto(InodeMeta.InodeOrBuilder) - Static method in class alluxio.master.file.meta.MutableInodeFile
 
fromProtobuf(File.PTtlAction) - Static method in class alluxio.master.ProtobufUtils
Converts Protobuf type to Wire type.
fullPathExists() - Method in class alluxio.master.file.meta.LockedInodePath
 

G

generateClientFileInfo(String) - Method in class alluxio.master.file.meta.Inode
 
generateClientFileInfo(String) - Method in interface alluxio.master.file.meta.InodeView
Generates a FileInfo of the file or folder.
generateClientFileInfo(String) - Method in class alluxio.master.file.meta.MutableInode
 
generateClientFileInfo(String) - Method in class alluxio.master.file.meta.MutableInodeDirectory
Generates client file info for a folder.
generateClientFileInfo(String) - Method in class alluxio.master.file.meta.MutableInodeFile
 
generateDbPath(String, String) - Static method in class alluxio.master.metastore.rocks.RocksUtils
Generates a path to use for a RocksDB database.
generateWorkerInfo(Set<GetWorkerReportOptions.WorkerInfoField>, boolean) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Gets the selected field information for this worker.
get(int) - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
get(int) - Method in interface alluxio.master.file.meta.InodeLockList
 
get(long) - Method in class alluxio.master.file.meta.LazyUfsBlockLocationCache
 
get(long, AlluxioURI, long) - Method in class alluxio.master.file.meta.LazyUfsBlockLocationCache
 
get(int) - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
get(long) - Method in interface alluxio.master.file.meta.UfsBlockLocationCache
 
get(long, AlluxioURI, long) - Method in interface alluxio.master.file.meta.UfsBlockLocationCache
If the locations exist in the cache, return them, otherwise, retrieves the block locations from UFS, and caches the result.
get() - Method in class alluxio.master.file.RpcContext
 
get() - Method in class alluxio.master.meta.PathProperties
 
get(K, ReadOption) - Method in class alluxio.master.metastore.caching.Cache
Retrieves a value from the cache, loading it from the backing store if necessary.
get(K) - Method in class alluxio.master.metastore.caching.Cache
 
get(long, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
get(long, ReadOption) - Method in interface alluxio.master.metastore.InodeStore
 
get(long, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
get(long) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
GET_INFO - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
getAcl() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getACL() - Method in class alluxio.master.file.meta.Inode
 
getACL() - Method in interface alluxio.master.file.meta.InodeView
 
getACL() - Method in class alluxio.master.file.meta.MutableInode
 
getAddress() - Method in class alluxio.master.meta.MasterInfo
 
getAlluxioUri() - Method in class alluxio.master.file.meta.options.MountInfo
 
getAncestorInode() - Method in class alluxio.master.file.meta.LockedInodePath
Returns the closest ancestor of the target inode (last inode in the full path).
getAvailableBytes() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getBackupId() - Method in class alluxio.master.backup.BackupRequestMessage
 
getBackupManager() - Method in class alluxio.master.CoreMasterContext
 
getBackupRequest() - Method in class alluxio.master.backup.BackupRequestMessage
 
getBackupStatus() - Method in class alluxio.master.backup.BackupHeartbeatMessage
 
getBackupStatus(BackupStatusPRequest) - Method in class alluxio.master.backup.BackupLeaderRole
 
getBackupStatus(BackupStatusPRequest) - Method in interface alluxio.master.backup.BackupOps
Used to query the status of a backup.
getBackupStatus(BackupStatusPRequest) - Method in class alluxio.master.backup.BackupWorkerRole
 
getBackupStatus(BackupStatusPRequest) - Method in class alluxio.master.meta.DefaultMetaMaster
 
getBackupStatus(BackupStatusPRequest, StreamObserver<BackupPStatus>) - Method in class alluxio.master.meta.MetaMasterClientServiceHandler
 
getBackupWorkerHostname() - Method in class alluxio.master.backup.BackupHandshakeMessage
 
getBlock(long) - Method in interface alluxio.master.metastore.BlockStore
 
getBlock(long) - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
getBlock(long) - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
getBlockContainerId() - Method in class alluxio.master.file.meta.InodeFile
 
getBlockContainerId() - Method in interface alluxio.master.file.meta.InodeFileView
 
getBlockContainerId() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getBlockDeletionContext() - Method in class alluxio.master.file.RpcContext
 
getBlockId() - Method in class alluxio.master.block.meta.MasterBlockInfo
 
getBlockIdByIndex(int) - Method in class alluxio.master.file.meta.InodeFile
 
getBlockIdByIndex(int) - Method in interface alluxio.master.file.meta.InodeFileView
Gets the block id for a given index.
getBlockIdByIndex(int) - Method in class alluxio.master.file.meta.MutableInodeFile
 
getBlockIds() - Method in class alluxio.master.file.meta.InodeFile
 
getBlockIds() - Method in interface alluxio.master.file.meta.InodeFileView
 
getBlockIds() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getBlockInfo(long) - Method in interface alluxio.master.block.BlockMaster
 
getBlockInfo(GetBlockInfoPRequest, StreamObserver<GetBlockInfoPResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getBlockInfo(long) - Method in class alluxio.master.block.DefaultBlockMaster
 
getBlockInfoList(List<Long>) - Method in interface alluxio.master.block.BlockMaster
Retrieves information for the given list of block ids.
getBlockInfoList(List<Long>) - Method in class alluxio.master.block.DefaultBlockMaster
 
getBlockLocations() - Method in class alluxio.master.block.meta.MasterBlockInfo
Gets the net addresses for all workers which have the block's data in their tiered storage.
getBlockMasterInfo(GetBlockMasterInfoPOptions, StreamObserver<GetBlockMasterInfoPResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getBlocks() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getBlockSizeBytes() - Method in class alluxio.master.file.meta.InodeFile
 
getBlockSizeBytes() - Method in interface alluxio.master.file.meta.InodeFileView
 
getBlockSizeBytes() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getBlockStoreFactory() - Method in class alluxio.master.CoreMasterContext
 
getBlockStoreFactory(String) - Static method in class alluxio.master.MasterUtils
 
getCacheMap() - Method in class alluxio.master.metastore.caching.Cache
 
getCancelledTrackers() - Method in class alluxio.master.file.contexts.OperationContext
 
getCancelState() - Method in class alluxio.master.file.PersistJob
 
getCapacityBytes() - Method in interface alluxio.master.block.BlockMaster
 
getCapacityBytes(GetCapacityBytesPOptions, StreamObserver<GetCapacityBytesPResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getCapacityBytes() - Method in class alluxio.master.block.DefaultBlockMaster
 
getCapacityBytes() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getCheckpointName() - Method in class alluxio.master.block.DefaultBlockMaster
 
getCheckpointName() - Method in class alluxio.master.file.activesync.ActiveSyncManager
 
getCheckpointName() - Method in class alluxio.master.file.meta.InodeCounter
 
getCheckpointName() - Method in class alluxio.master.file.meta.InodeDirectoryIdGenerator
 
getCheckpointName() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getCheckpointName() - Method in class alluxio.master.file.meta.MountTable.State
 
getCheckpointName() - Method in class alluxio.master.file.meta.PinnedInodeFileIds
 
getCheckpointName() - Method in class alluxio.master.file.meta.ReplicationLimitedFileIds
 
getCheckpointName() - Method in class alluxio.master.file.meta.ToBePersistedFileIds
 
getCheckpointName() - Method in class alluxio.master.file.meta.TtlBucketList
 
getCheckpointName() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getCheckpointName() - Method in class alluxio.master.meta.DefaultMetaMaster.State
 
getCheckpointName() - Method in class alluxio.master.meta.PathProperties.State
 
getCheckpointName() - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
getCheckpointName() - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
getCheckpointName() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
getChild(Long, String, ReadOption) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
getChild(Long, String, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChild(InodeDirectoryView, String, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChild(Long, String, ReadOption) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
getChild(Long, String, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChild(Long, String) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChild(InodeDirectoryView, String, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChild(InodeDirectoryView, String) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChild(Long, String, ReadOption) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
getChildCount() - Method in class alluxio.master.file.meta.InodeDirectory
 
getChildCount() - Method in interface alluxio.master.file.meta.InodeDirectoryView
 
getChildCount() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
getChildId() - Method in class alluxio.master.file.meta.EdgeEntry
 
getChildId(Long, String, ReadOption) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
getChildId(Long, String, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChildId(InodeDirectoryView, String, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChildId(Long, String, ReadOption) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
getChildId(Long, String, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildId(Long, String) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildId(InodeDirectoryView, String, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildId(InodeDirectoryView, String) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildId(Long, String, ReadOption) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
getChildIds(Long, ReadOption) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
getChildIds(Long, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChildIds(InodeDirectoryView, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChildIds(Long, ReadOption) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
getChildIds(Long, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
Returns an iterable for the ids of the children of the given directory.
getChildIds(Long) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildIds(InodeDirectoryView, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
Returns an iterable for the ids of the children of the given directory.
getChildIds(InodeDirectoryView) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildIds(Long, ReadOption) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
getChildName() - Method in class alluxio.master.file.meta.EdgeEntry
 
getChildren(Long, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChildren(InodeDirectoryView, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
getChildren(Long, ReadOption) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
getChildren(Long, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
Returns an iterator over the children of the specified inode.
getChildren(Long) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildren(InodeDirectoryView, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildren(InodeDirectoryView) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
getChildren(AlluxioURI) - Method in class alluxio.underfs.UfsStatusCache
Get the child UfsStatuses from a given AlluxioURI.
getClusterID() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getClusterID() - Method in class alluxio.master.meta.DefaultMetaMaster.State
 
getClusterID() - Method in interface alluxio.master.meta.MetaMaster
 
getConfigCheckReport() - Method in class alluxio.master.meta.checkconf.ServerConfigurationChecker
 
getConfigCheckReport() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getConfigCheckReport() - Method in interface alluxio.master.meta.MetaMaster
 
getConfigHash() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getConfigHash() - Method in interface alluxio.master.meta.MetaMaster
 
getConfigHash(GetConfigHashPOptions, StreamObserver<GetConfigHashPResponse>) - Method in class alluxio.master.meta.MetaMasterConfigurationServiceHandler
 
getConfigReport(GetConfigReportPOptions, StreamObserver<GetConfigReportPResponse>) - Method in class alluxio.master.meta.MetaMasterClientServiceHandler
 
getConfiguration(GetConfigurationPOptions) - Method in class alluxio.master.meta.DefaultMetaMaster
 
getConfiguration(GetConfigurationPOptions) - Method in interface alluxio.master.meta.MetaMaster
 
getConfiguration(GetConfigurationPOptions, StreamObserver<GetConfigurationPResponse>) - Method in class alluxio.master.meta.MetaMasterConfigurationServiceHandler
 
getConfMap() - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
 
getConnection() - Method in class alluxio.master.backup.BackupHandshakeMessage
 
getContainerId() - Method in class alluxio.master.file.state.DirectoryId
 
getContainerId() - Method in interface alluxio.master.file.state.DirectoryId.UnmodifiableDirectoryId
 
getCreationTimeMs() - Method in class alluxio.master.file.meta.Inode
 
getCreationTimeMs() - Method in interface alluxio.master.file.meta.InodeView
 
getCreationTimeMs() - Method in class alluxio.master.file.meta.MutableInode
 
getCurrentStatus() - Method in class alluxio.master.backup.BackupTracker
 
getDb() - Method in class alluxio.master.metastore.rocks.RocksStore
 
getDefaultAcl() - Method in class alluxio.master.file.contexts.CreateDirectoryContext
 
getDefaultACL() - Method in class alluxio.master.file.meta.Inode
 
getDefaultACL() - Method in interface alluxio.master.file.meta.InodeView
 
getDefaultACL() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
getDefaultACL() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getDelegate() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getDelegate() - Method in class alluxio.master.file.meta.InodeTree
 
getDelegate() - Method in class alluxio.master.file.meta.MountTable
 
getDelegate() - Method in class alluxio.master.meta.PathProperties
 
getDelegate() - Method in class alluxio.underfs.MasterUfsManager
 
getDependencies() - Method in class alluxio.master.block.DefaultBlockMaster
 
getDependencies() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getDependencies() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getDescendants(LockedInodePath) - Method in class alluxio.master.file.meta.InodeTree
Returns LockedInodePaths for all descendants of inodePath.
getDesiredPattern() - Method in class alluxio.master.file.meta.LockingScheme
 
getDisplayMountPointInfo(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getDisplayMountPointInfo(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
Gets the mount point information of an Alluxio path for display purpose.
getEntryCounter() - Method in class alluxio.master.backup.BackupTracker
 
getEvictBatchSize() - Method in class alluxio.master.metastore.caching.CacheConfiguration
 
getExecutor() - Method in class alluxio.master.file.activesync.ActiveSyncManager
Get SyncManager Executor.
getExistingInodeCount() - Method in class alluxio.master.file.meta.LockedInodePath
 
getExpiredBuckets(long) - Method in class alluxio.master.file.meta.TtlBucketList
Retrieves buckets whose ttl interval has expired before the specified time, that is, the bucket's interval start time should be less than or equal to (specified time - ttl interval).
getFileBlockInfoList(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getFileBlockInfoList(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
Gets the FileBlockInfo for all blocks of a file.
getFileBlockInfoList(AlluxioURI) - Method in class alluxio.master.file.meta.FileSystemMasterView
 
getFileId(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getFileId(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
Returns the file id for a given path.
getFileId(AlluxioURI) - Method in class alluxio.master.file.meta.FileSystemMasterView
Returns the file id for a given path.
getFileId() - Method in class alluxio.master.file.PersistJob
 
getFileInfo(long) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getFileInfo(AlluxioURI, GetStatusContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getFileInfo(long) - Method in interface alluxio.master.file.FileSystemMaster
Returns the FileInfo for a given file id.
getFileInfo(AlluxioURI, GetStatusContext) - Method in interface alluxio.master.file.FileSystemMaster
Returns the FileInfo for a given path.
getFileInfo(GetFileInfoPRequest, StreamObserver<GetFileInfoPResponse>) - Method in class alluxio.master.file.FileSystemMasterJobServiceHandler
 
getFileInfo(GetFileInfoPRequest, StreamObserver<GetFileInfoPResponse>) - Method in class alluxio.master.file.FileSystemMasterWorkerServiceHandler
 
getFileInfo(long) - Method in class alluxio.master.file.meta.FileSystemMasterView
Returns the FileInfo for a given path.
getFilePath(GetFilePathPRequest, StreamObserver<GetFilePathPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
getFilePersistenceState(long) - Method in class alluxio.master.file.meta.FileSystemMasterView
Returns the persistence state of a given file.
getFileSystemMasterView() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getFileSystemMasterView() - Method in interface alluxio.master.file.FileSystemMaster
 
getFilterList(long) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Get the filter list associated with mount Id.
getFreeBytesOnTiers() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getGlobalStorageTierAssoc() - Method in interface alluxio.master.block.BlockMaster
 
getGlobalStorageTierAssoc() - Method in class alluxio.master.block.DefaultBlockMaster
 
getGroup() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getGroup() - Method in class alluxio.master.file.meta.Inode
 
getGroup() - Method in interface alluxio.master.file.meta.InodeView
 
getGroup() - Method in class alluxio.master.file.meta.MutableInode
 
getHash() - Method in class alluxio.master.meta.PathPropertiesView
 
getHighWaterMark() - Method in class alluxio.master.metastore.caching.CacheConfiguration
 
getId() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getId() - Method in class alluxio.master.file.meta.Edge
 
getId() - Method in class alluxio.master.file.meta.Inode
 
getId() - Method in interface alluxio.master.file.meta.InodeView
 
getId() - Method in class alluxio.master.file.meta.MutableInode
 
getId() - Method in class alluxio.master.file.PersistJob
 
getId() - Method in class alluxio.master.meta.MasterInfo
 
getId(Address) - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
Returns a master id for a master address.
getId() - Method in class alluxio.master.metastore.BlockStore.Block
 
getInAlluxioFiles() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getInAlluxioFiles() - Method in interface alluxio.master.file.FileSystemMaster
 
getInfo(Boolean) - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
getInMemoryFiles() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getInMemoryFiles() - Method in interface alluxio.master.file.FileSystemMaster
 
getInode() - Method in class alluxio.master.file.meta.LockedInodePath
 
getInodeCount() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getInodeCount() - Method in interface alluxio.master.file.FileSystemMaster
 
getInodeCount() - Method in class alluxio.master.file.meta.InodeTree
 
getInodeCount() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getInodeFile() - Method in class alluxio.master.file.meta.LockedInodePath
 
getInodeList() - Method in class alluxio.master.file.meta.LockedInodePath
 
getInodeLockManager() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
getInodeLockManager() - Method in interface alluxio.master.file.meta.InodeLockList
 
getInodeLockManager() - Method in class alluxio.master.file.meta.InodeTree
 
getInodeLockManager() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
getInodeOrNull() - Method in class alluxio.master.file.meta.LockedInodePath
 
getInodePathList() - Method in class alluxio.master.file.meta.LockedInodePathList
get the associated inodePathList.
getInodes() - Method in class alluxio.master.file.meta.TtlBucket
 
getInodeStoreFactory() - Method in class alluxio.master.CoreMasterContext
 
getInodeStoreFactory(String) - Static method in class alluxio.master.MasterUtils
 
getInodeViewList() - Method in class alluxio.master.file.meta.LockedInodePath
 
getJournalContext() - Method in class alluxio.master.file.RpcContext
 
getJournalEntryIterator() - Method in class alluxio.master.block.DefaultBlockMaster
 
getJournalEntryIterator() - Method in class alluxio.master.file.activesync.ActiveSyncManager
 
getJournalEntryIterator() - Method in class alluxio.master.file.meta.InodeDirectoryIdGenerator
 
getJournalEntryIterator() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getJournalEntryIterator() - Method in class alluxio.master.file.meta.MountTable.State
 
getJournalEntryIterator() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getJournalEntryIterator() - Method in class alluxio.master.meta.DefaultMetaMaster.State
 
getJournalEntryIterator() - Method in class alluxio.master.meta.PathProperties.State
 
getJournalEntryIterator() - Method in class alluxio.underfs.MasterUfsManager
 
getJournalSequences() - Method in class alluxio.master.backup.BackupRequestMessage
 
getJournalSystem() - Method in class alluxio.master.CoreMasterContext
 
getKey() - Method in class alluxio.master.meta.checkconf.ConfigRecord
 
getLastAccessTimeMs() - Method in class alluxio.master.file.meta.Inode
 
getLastAccessTimeMs() - Method in interface alluxio.master.file.meta.InodeView
 
getLastAccessTimeMs() - Method in class alluxio.master.file.meta.MutableInode
 
getLastClearTime() - Method in class alluxio.master.metrics.MetricsStore
 
getLastExistingInode() - Method in class alluxio.master.file.meta.LockedInodePath
 
getLastModificationTimeMs() - Method in class alluxio.master.file.meta.Inode
 
getLastModificationTimeMs() - Method in interface alluxio.master.file.meta.InodeView
 
getLastModificationTimeMs() - Method in class alluxio.master.file.meta.MutableInode
 
getLastUpdatedTimeMs() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getLastUpdatedTimeMs() - Method in class alluxio.master.meta.MasterInfo
 
getLatestVersion(String, long, long, long) - Static method in class alluxio.master.meta.UpdateCheck
 
getLength() - Method in class alluxio.master.block.meta.MasterBlockInfo
 
getLength() - Method in class alluxio.master.file.meta.InodeFile
 
getLength() - Method in interface alluxio.master.file.meta.InodeFileView
 
getLength() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getLiveNodeAddresses() - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
 
getLocations(long) - Method in interface alluxio.master.metastore.BlockStore
Gets locations for a block.
getLocations(long) - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
getLocations(long) - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
getLock() - Method in class alluxio.master.file.activesync.ActiveSyncManager
Gets the lock protecting the syncManager.
getLockedInodes() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
getLockedInodes() - Method in interface alluxio.master.file.meta.InodeLockList
 
getLockedInodes() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
getLockedInodeViews() - Method in interface alluxio.master.file.meta.InodeLockList
 
getLockMode() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
getLockMode() - Method in interface alluxio.master.file.meta.InodeLockList
 
getLockMode() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
getLockPattern() - Method in class alluxio.master.file.meta.LockedInodePath
 
getLostBlocks() - Method in interface alluxio.master.block.BlockMaster
 
getLostBlocks() - Method in class alluxio.master.block.DefaultBlockMaster
 
getLostFiles() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getLostFiles() - Method in interface alluxio.master.file.FileSystemMaster
 
getLostFiles() - Method in class alluxio.master.file.meta.FileSystemMasterView
 
getLostStorage() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getLostWorkerCount() - Method in interface alluxio.master.block.BlockMaster
 
getLostWorkerCount() - Method in class alluxio.master.block.DefaultBlockMaster
 
getLostWorkersInfoList() - Method in interface alluxio.master.block.BlockMaster
 
getLostWorkersInfoList() - Method in class alluxio.master.block.DefaultBlockMaster
 
getLowWaterMark() - Method in class alluxio.master.metastore.caching.CacheConfiguration
 
getMaster(Class<T>) - Method in class alluxio.master.AlluxioMasterProcess
 
getMasterAddresses() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getMasterAddresses() - Method in interface alluxio.master.meta.MetaMaster
 
getMasterId(Address) - Method in class alluxio.master.meta.DefaultMetaMaster
 
getMasterId(Address) - Method in interface alluxio.master.meta.MetaMaster
Returns a master id for the given master, creating one if the master is new.
getMasterId(GetMasterIdPRequest, StreamObserver<GetMasterIdPResponse>) - Method in class alluxio.master.meta.MetaMasterMasterServiceHandler
 
getMasterInfo(GetMasterInfoPOptions, StreamObserver<GetMasterInfoPResponse>) - Method in class alluxio.master.meta.MetaMasterClientServiceHandler
 
getMasterServiceHandler() - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
getMasterServiceHandler() - Method in interface alluxio.master.metrics.MetricsMaster
 
getMaxSize() - Method in class alluxio.master.metastore.caching.CacheConfiguration
 
getMediumTypes() - Method in class alluxio.master.file.meta.Inode
 
getMediumTypes() - Method in interface alluxio.master.file.meta.InodeView
 
getMediumTypes() - Method in class alluxio.master.file.meta.MutableInode
 
getMeta() - Method in class alluxio.master.metastore.BlockStore.Block
 
getMetrics() - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
getMetrics() - Method in interface alluxio.master.metrics.MetricsMaster
 
getMetrics(GetMetricsPOptions, StreamObserver<GetMetricsPResponse>) - Method in class alluxio.master.metrics.MetricsMasterClientServiceHandler
 
getMode() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getMode() - Method in class alluxio.master.file.meta.Inode
 
getMode() - Method in interface alluxio.master.file.meta.InodeView
 
getMode() - Method in class alluxio.master.file.meta.MutableInode
 
getMountId() - Method in class alluxio.master.file.meta.MountTable.Resolution
 
getMountId() - Method in class alluxio.master.file.meta.options.MountInfo
 
getMountInfo(long) - Method in class alluxio.master.file.meta.MountTable
 
getMountInfo() - Method in class alluxio.master.file.meta.MountTable.ReverseResolution
 
getMountPoint(AlluxioURI) - Method in class alluxio.master.file.meta.MountTable
Returns the closest ancestor mount point the given path is nested under.
getMountPointInfoSummary() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getMountPointInfoSummary() - Method in interface alluxio.master.file.FileSystemMaster
 
getMountTable(GetMountTablePRequest, StreamObserver<GetMountTablePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
getMountTable() - Method in class alluxio.master.file.meta.MountTable
Returns a copy of the current mount table, the mount table is a map from Alluxio file system URIs to the corresponding mount point information.
getMountTable() - Method in class alluxio.master.file.meta.MountTable.State
 
getMutable(long, ReadOption) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
getMutable(long, ReadOption) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
getMutable(long, ReadOption) - Method in interface alluxio.master.metastore.InodeStore
Gets a mutable representation of the specified inode.
getMutable(long) - Method in interface alluxio.master.metastore.InodeStore
 
getMutable(long, ReadOption) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
getName() - Method in class alluxio.master.block.BlockMasterFactory
 
getName() - Method in class alluxio.master.block.DefaultBlockMaster
 
getName() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getName() - Method in class alluxio.master.file.FileSystemMasterFactory
 
getName() - Method in class alluxio.master.file.meta.Edge
 
getName() - Method in class alluxio.master.file.meta.Inode
 
getName() - Method in interface alluxio.master.file.meta.InodeView
 
getName() - Method in class alluxio.master.file.meta.MutableInode
 
getName() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getName() - Method in class alluxio.master.meta.MetaMasterFactory
 
getName() - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
getName() - Method in class alluxio.master.metrics.MetricsMasterFactory
 
getNewBlockId() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getNewBlockIdForFile(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getNewBlockIdForFile(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
Gets a new block id for the next block of a given file to write to.
getNewBlockIdForFile(GetNewBlockIdForFilePRequest, StreamObserver<GetNewBlockIdForFilePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
getNewContainerId() - Method in class alluxio.master.block.BlockContainerIdGenerator
 
getNewContainerId() - Method in interface alluxio.master.block.ContainerIdGenerable
 
getNewContainerId() - Method in class alluxio.master.block.DefaultBlockMaster
 
getNewerVersionAvailable() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getNewerVersionAvailable() - Method in interface alluxio.master.meta.MetaMaster
 
getNumberOfPinnedFiles() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getNumberOfPinnedFiles() - Method in interface alluxio.master.file.FileSystemMaster
 
getNumLocations() - Method in class alluxio.master.block.meta.MasterBlockInfo
 
getOperationContext() - Method in class alluxio.master.file.RpcContext
 
getOperationTimeMs() - Method in class alluxio.master.file.contexts.CompleteFileContext
 
getOperationTimeMs() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getOperationTimeMs() - Method in class alluxio.master.file.contexts.RenameContext
 
getOperationTimeMs() - Method in class alluxio.master.file.contexts.SetAttributeContext
 
getOptions() - Method in class alluxio.master.file.contexts.OperationContext
 
getOptions() - Method in class alluxio.master.file.meta.options.MountInfo
 
getOwner() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getOwner() - Method in class alluxio.master.file.meta.Inode
 
getOwner() - Method in interface alluxio.master.file.meta.InodeView
 
getOwner() - Method in class alluxio.master.file.meta.MutableInode
 
getParentId() - Method in class alluxio.master.file.meta.EdgeEntry
 
getParentId() - Method in class alluxio.master.file.meta.Inode
 
getParentId() - Method in interface alluxio.master.file.meta.InodeView
 
getParentId() - Method in class alluxio.master.file.meta.MutableInode
 
getParentInodeDirectory() - Method in class alluxio.master.file.meta.LockedInodePath
 
getParentInodeOrNull() - Method in class alluxio.master.file.meta.LockedInodePath
 
getPath(long) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getPath(long) - Method in interface alluxio.master.file.FileSystemMaster
Gets the path of a file with the given id.
getPath(long) - Method in class alluxio.master.file.meta.FileSystemMasterView
Gets the path of a file with the given id.
getPath(InodeView) - Method in class alluxio.master.file.meta.InodeTree
Returns the path for a particular inode.
getPath() - Method in class alluxio.master.file.meta.LockingScheme
 
getPattern() - Method in class alluxio.master.file.meta.LockingScheme
 
getPermission(LockedInodePath) - Method in class alluxio.master.file.DefaultPermissionChecker
 
getPermission(String, List<String>) - Method in class alluxio.master.file.meta.Inode
 
getPermission(String, List<String>) - Method in interface alluxio.master.file.meta.InodeView
Gets the permitted actions for a user.
getPermission(String, List<String>) - Method in class alluxio.master.file.meta.MutableInode
 
getPermission(LockedInodePath) - Method in interface alluxio.master.file.PermissionChecker
Gets the permission to access inodePath for the current client user.
getPersist() - Method in class alluxio.master.file.contexts.RenameContext
 
getPersistenceState(long) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getPersistenceState(long) - Method in interface alluxio.master.file.FileSystemMaster
Returns the persistence state for a file id.
getPersistenceState() - Method in class alluxio.master.file.meta.Inode
 
getPersistenceState() - Method in interface alluxio.master.file.meta.InodeView
 
getPersistenceState() - Method in class alluxio.master.file.meta.MutableInode
 
getPersistenceWaitTime() - Method in class alluxio.master.file.contexts.ScheduleAsyncPersistenceContext
 
getPersistJobId() - Method in class alluxio.master.file.meta.InodeFile
 
getPersistJobId() - Method in interface alluxio.master.file.meta.InodeFileView
 
getPersistJobId() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getPhysicalUfsState(List<String>) - Method in class alluxio.underfs.MasterUfsManager
Get the physical ufs operation modes for the UnderFileSystem under the given Mount table resolution.
getPinIdList() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getPinIdList() - Method in interface alluxio.master.file.FileSystemMaster
 
getPinIdSet() - Method in class alluxio.master.file.meta.InodeTree
 
getPinnedFileIds(GetPinnedFileIdsPRequest, StreamObserver<GetPinnedFileIdsPResponse>) - Method in class alluxio.master.file.FileSystemMasterWorkerServiceHandler
 
getPinnedInodeFileIds() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getPinnedSize() - Method in class alluxio.master.file.meta.InodeTree
 
getPort() - Method in class alluxio.master.CoreMasterContext
 
getProperties() - Method in class alluxio.master.meta.PathProperties.State
 
getProperties(String) - Method in class alluxio.master.meta.PathProperties.State
 
getProperties() - Method in class alluxio.master.meta.PathPropertiesView
 
getRemoteServiceType() - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
 
getReplicationDurable() - Method in class alluxio.master.file.meta.InodeFile
 
getReplicationDurable() - Method in interface alluxio.master.file.meta.InodeFileView
 
getReplicationDurable() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getReplicationLimitedFileIds() - Method in class alluxio.master.file.meta.InodeTree
 
getReplicationLimitedFileIds() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getReplicationMax() - Method in class alluxio.master.file.meta.InodeFile
 
getReplicationMax() - Method in interface alluxio.master.file.meta.InodeFileView
 
getReplicationMax() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getReplicationMin() - Method in class alluxio.master.file.meta.InodeFile
 
getReplicationMin() - Method in interface alluxio.master.file.meta.InodeFileView
 
getReplicationMin() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getRoleServices() - Method in class alluxio.master.backup.BackupLeaderRole
 
getRoleServices() - Method in interface alluxio.master.backup.BackupRole
 
getRoleServices() - Method in class alluxio.master.backup.BackupWorkerRole
 
getRoot() - Method in class alluxio.master.file.meta.InodeTree
 
getRoot() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getRootInodeOwner() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getRootInodeOwner() - Method in interface alluxio.master.file.FileSystemMaster
 
getRootUserName() - Method in class alluxio.master.file.meta.InodeTree
 
getRpcAddress() - Method in class alluxio.master.AlluxioMasterProcess
 
getRpcAddress() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getRpcAddress() - Method in interface alluxio.master.meta.MetaMaster
 
getSafeModeManager() - Method in class alluxio.master.CoreMasterContext
 
getSequenceNumber() - Method in class alluxio.master.file.state.DirectoryId
 
getSequenceNumber() - Method in interface alluxio.master.file.state.DirectoryId.UnmodifiableDirectoryId
 
getServiceName() - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
 
getServices() - Method in class alluxio.master.block.DefaultBlockMaster
 
getServices() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getServices() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getServices() - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
getServiceVersion() - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
 
getShared() - Method in class alluxio.master.file.meta.MountTable.Resolution
 
getShouldPersistTime() - Method in class alluxio.master.file.meta.InodeFile
 
getShouldPersistTime() - Method in interface alluxio.master.file.meta.InodeFileView
 
getShouldPersistTime() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getSource() - Method in class alluxio.master.meta.checkconf.ConfigRecord
 
getStartTime() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getStartTimeMs() - Method in class alluxio.master.CoreMasterContext
 
getStartTimeMs() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getStartTimeMs() - Method in interface alluxio.master.meta.MetaMaster
 
getStatus(UUID) - Method in class alluxio.master.backup.BackupTracker
 
getStatus(GetStatusPRequest, StreamObserver<GetStatusPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
getStatus(AlluxioURI) - Method in class alluxio.underfs.UfsStatusCache
Get the UfsStatus from a given AlluxioURI.
GetStatusContext - Class in alluxio.master.file.contexts
Used to merge and wrap GetStatusPOptions.
getStorageTierAssoc() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getSyncPathList() - Method in class alluxio.master.file.activesync.ActiveSyncManager
Get the sync point list.
getSyncPathList() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getSyncPathList() - Method in interface alluxio.master.file.FileSystemMaster
 
getSyncPathList(GetSyncPathListPRequest, StreamObserver<GetSyncPathListPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
getTempUfsPath() - Method in class alluxio.master.file.meta.InodeFile
 
getTempUfsPath() - Method in interface alluxio.master.file.meta.InodeFileView
 
getTempUfsPath() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getTempUfsPath() - Method in class alluxio.master.file.PersistJob
 
getThis() - Method in class alluxio.master.file.contexts.CreatePathContext
Note: This is safe as 'K' extends CreatePathContext.
getThis() - Method in class alluxio.master.file.meta.MutableInode
 
getThis() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
getThis() - Method in class alluxio.master.file.meta.MutableInodeFile
 
getTierAlias() - Method in class alluxio.master.block.meta.MasterBlockLocation
 
getTimer() - Method in class alluxio.master.file.PersistJob
 
getTimeSeries() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getTimeSeries() - Method in interface alluxio.master.file.FileSystemMaster
 
getTimeSeries() - Method in class alluxio.master.metrics.TimeSeriesStore
 
getToBePersistedIds() - Method in class alluxio.master.file.meta.InodeTree
 
getToBePersistedIds() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
getToRemoveBlocks() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getTotalBytesOnTiers() - Method in interface alluxio.master.block.BlockMaster
 
getTotalBytesOnTiers() - Method in class alluxio.master.block.DefaultBlockMaster
 
getTotalBytesOnTiers() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getTtl() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getTtl() - Method in class alluxio.master.file.meta.Inode
 
getTtl() - Method in interface alluxio.master.file.meta.InodeView
 
getTtl() - Method in class alluxio.master.file.meta.MutableInode
 
getTtlAction() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getTtlAction() - Method in class alluxio.master.file.meta.Inode
 
getTtlAction() - Method in interface alluxio.master.file.meta.InodeView
 
getTtlAction() - Method in class alluxio.master.file.meta.MutableInode
 
getTtlBuckets() - Method in class alluxio.master.file.meta.InodeTree
 
getTtlIntervalEndTimeMs() - Method in class alluxio.master.file.meta.TtlBucket
 
getTtlIntervalMs() - Static method in class alluxio.master.file.meta.TtlBucket
 
getTtlIntervalStartTimeMs() - Method in class alluxio.master.file.meta.TtlBucket
 
getType() - Method in interface alluxio.master.file.contexts.CallTracker
 
getType() - Method in class alluxio.master.file.contexts.GrpcCallTracker
 
getUfsAddress() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getUfsAddress() - Method in interface alluxio.master.file.FileSystemMaster
 
getUfsClient(long) - Method in class alluxio.master.file.meta.MountTable
Get the associated ufs client with the mount id.
getUfsCounter(String, DefaultFileSystemMaster.Metrics.UFSOps) - Static method in class alluxio.master.file.DefaultFileSystemMaster.Metrics
Get operations saved per ufs counter.
getUfsFingerprint() - Method in class alluxio.master.file.contexts.SetAttributeContext
 
getUfsFingerprint() - Method in class alluxio.master.file.meta.Inode
 
getUfsFingerprint() - Method in interface alluxio.master.file.meta.InodeView
 
getUfsFingerprint() - Method in class alluxio.master.file.meta.MutableInode
 
getUfsInfo(long) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getUfsInfo(long) - Method in interface alluxio.master.file.FileSystemMaster
 
getUfsInfo(GetUfsInfoPRequest, StreamObserver<GetUfsInfoPResponse>) - Method in class alluxio.master.file.FileSystemMasterJobServiceHandler
 
getUfsInfo(GetUfsInfoPRequest, StreamObserver<GetUfsInfoPResponse>) - Method in class alluxio.master.file.FileSystemMasterWorkerServiceHandler
 
getUfsManager() - Method in class alluxio.master.CoreMasterContext
 
getUfsStatus() - Method in class alluxio.master.file.contexts.CompleteFileContext
 
getUfsStatus() - Method in class alluxio.master.file.contexts.CreateDirectoryContext
 
getUfsStatus() - Method in class alluxio.master.file.contexts.LoadMetadataContext
 
getUfsUri() - Method in class alluxio.master.file.meta.options.MountInfo
 
getUnmodifiableView() - Method in class alluxio.master.file.state.DirectoryId
 
getUptimeMs() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getUptimeMs() - Method in interface alluxio.master.meta.MetaMaster
 
getUri() - Method in class alluxio.master.file.meta.LockedInodePath
 
getUri() - Method in class alluxio.master.file.meta.MountTable.Resolution
 
getUri() - Method in class alluxio.master.file.meta.MountTable.ReverseResolution
 
getUri() - Method in class alluxio.master.file.PersistJob
 
getUsedBytes() - Method in interface alluxio.master.block.BlockMaster
 
getUsedBytes(GetUsedBytesPOptions, StreamObserver<GetUsedBytesPResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getUsedBytes() - Method in class alluxio.master.block.DefaultBlockMaster
 
getUsedBytes() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getUsedBytesOnTiers() - Method in interface alluxio.master.block.BlockMaster
 
getUsedBytesOnTiers() - Method in class alluxio.master.block.DefaultBlockMaster
 
getUsedBytesOnTiers() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getUserAgentString(String) - Static method in class alluxio.master.meta.UpdateCheck
 
getValue() - Method in class alluxio.master.meta.checkconf.ConfigRecord
 
getWebAddress() - Method in class alluxio.master.AlluxioMasterProcess
 
getWebPort() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getWebPort() - Method in interface alluxio.master.meta.MetaMaster
 
getWebUIBrowse(String, String, String, String) - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI browse page data.
getWebUIConfiguration() - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI ServerConfiguration page data.
getWebUIData(String, String) - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI data page data.
getWebUIInit() - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI initialization data.
getWebUILogs(String, String, String, String) - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI logs page data.
getWebUIMetrics() - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI metrics page data.
getWebUIMountTable() - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI mount table page data.
getWebUIOverview() - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI overview page data.
getWebUIWorkers() - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
Gets Web UI workers page data.
getWhiteList() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getWhiteList() - Method in interface alluxio.master.file.FileSystemMaster
 
getWorkerAddress() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
getWorkerAddresses() - Method in interface alluxio.master.block.BlockMaster
 
getWorkerAddresses() - Method in class alluxio.master.block.DefaultBlockMaster
 
getWorkerAddresses() - Method in class alluxio.master.meta.DefaultMetaMaster
 
getWorkerAddresses() - Method in interface alluxio.master.meta.MetaMaster
 
getWorkerCount() - Method in interface alluxio.master.block.BlockMaster
 
getWorkerCount() - Method in class alluxio.master.block.DefaultBlockMaster
 
getWorkerId(WorkerNetAddress) - Method in interface alluxio.master.block.BlockMaster
Returns a worker id for the given worker, creating one if the worker is new.
getWorkerId(GetWorkerIdPRequest, StreamObserver<GetWorkerIdPResponse>) - Method in class alluxio.master.block.BlockMasterWorkerServiceHandler
 
getWorkerId(WorkerNetAddress) - Method in class alluxio.master.block.DefaultBlockMaster
 
getWorkerId() - Method in class alluxio.master.block.meta.MasterBlockLocation
 
getWorkerInfoList() - Method in interface alluxio.master.block.BlockMaster
 
getWorkerInfoList(GetWorkerInfoListPOptions, StreamObserver<GetWorkerInfoListPResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getWorkerInfoList() - Method in class alluxio.master.block.DefaultBlockMaster
 
getWorkerInfoList() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
getWorkerInfoList() - Method in interface alluxio.master.file.FileSystemMaster
 
getWorkerInfoList() - Method in class alluxio.master.file.meta.FileSystemMasterView
 
getWorkerLostStorage() - Method in interface alluxio.master.block.BlockMaster
 
getWorkerLostStorage(GetWorkerLostStoragePOptions, StreamObserver<GetWorkerLostStoragePResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getWorkerLostStorage() - Method in class alluxio.master.block.DefaultBlockMaster
 
getWorkerReport(GetWorkerReportOptions) - Method in interface alluxio.master.block.BlockMaster
Gets the worker information list for report CLI.
getWorkerReport(GetWorkerReportPOptions, StreamObserver<GetWorkerInfoListPResponse>) - Method in class alluxio.master.block.BlockMasterClientServiceHandler
 
getWorkerReport(GetWorkerReportOptions) - Method in class alluxio.master.block.DefaultBlockMaster
 
getWorkers() - Method in class alluxio.master.block.meta.MasterBlockInfo
 
getWriteType() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getXAttr() - Method in class alluxio.master.file.contexts.CreatePathContext
 
getXAttr() - Method in class alluxio.master.file.meta.Inode
 
getXAttr() - Method in interface alluxio.master.file.meta.InodeView
 
getXAttr() - Method in class alluxio.master.file.meta.MutableInode
 
GrpcCallTracker - Class in alluxio.master.file.contexts
CallTracker implementation for gRPC calls.
GrpcCallTracker(StreamObserver<?>) - Constructor for class alluxio.master.file.contexts.GrpcCallTracker
Creates a call tracker for gRPC.

H

handleNodeLost(Address) - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
Updates configuration when a live node becomes lost.
hasChildren(InodeDirectoryView, ReadOption) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
hasChildren(InodeDirectoryView, ReadOption) - Method in class alluxio.master.metastore.DelegatingReadOnlyInodeStore
 
hasChildren(InodeDirectoryView, ReadOption) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
hasChildren(InodeDirectoryView, ReadOption) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
hasChildren(InodeDirectoryView) - Method in interface alluxio.master.metastore.ReadOnlyInodeStore
 
hasChildren(InodeDirectoryView, ReadOption) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
hash() - Method in class alluxio.master.meta.PathProperties
 
hashCode() - Method in class alluxio.master.block.meta.MasterBlockLocation
 
hashCode() - Method in class alluxio.master.file.meta.Edge
 
hashCode() - Method in class alluxio.master.file.meta.Inode
 
hashCode() - Method in class alluxio.master.file.meta.MutableInode
 
hashCode() - Method in class alluxio.master.file.meta.options.MountInfo
 
hashCode() - Method in class alluxio.master.file.meta.TtlBucket
Returns the hash code for the TtlBucket.
hashCode() - Method in class alluxio.master.file.PersistJob
 
hashCode() - Method in class alluxio.master.metrics.MetricsStore.ClusterCounterKey
 
hasLostStorage() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
hasNext() - Method in class alluxio.master.file.meta.InodeTreeBufferedIterator
 
HeapBlockStore - Class in alluxio.master.metastore.heap
This class requires external synchronization for operations on the same block id.
HeapBlockStore() - Constructor for class alluxio.master.metastore.heap.HeapBlockStore
 
HeapInodeStore - Class in alluxio.master.metastore.heap
FileStore implementation using on-heap data structures.
HeapInodeStore() - Constructor for class alluxio.master.metastore.heap.HeapInodeStore
 
heartbeat() - Method in class alluxio.master.file.activesync.ActiveSyncer
 
heartbeat() - Method in class alluxio.master.file.BlockIntegrityChecker
 
heartbeat() - Method in class alluxio.master.file.replication.ReplicationChecker
During this heartbeat, this class will check:
heartbeat() - Method in class alluxio.master.meta.MetaMasterSync
Heartbeats to the leader master node.
heartbeat(long) - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
Sends a heartbeat to the leader master.
heartbeat() - Method in class alluxio.master.meta.UpdateChecker
Heartbeat for the periodically update check.

I

initCounterKeys() - Method in class alluxio.master.metrics.MetricsStore
Inits the metrics store.
initializeRoot(String, String, Mode, JournalContext) - Method in class alluxio.master.file.meta.InodeTree
Initializes the root of the inode tree.
Inode - Class in alluxio.master.file.meta
Base class for read only inodes.
Inode(InodeView) - Constructor for class alluxio.master.file.meta.Inode
 
InodeCounter - Class in alluxio.master.file.meta
A checkpointed atomic long.
InodeCounter() - Constructor for class alluxio.master.file.meta.InodeCounter
 
InodeDirectory - Class in alluxio.master.file.meta
Forwarding wrapper around an inode directory view.
InodeDirectory(InodeDirectoryView) - Constructor for class alluxio.master.file.meta.InodeDirectory
 
InodeDirectoryIdGenerator - Class in alluxio.master.file.meta
Inode id management for directory inodes.
InodeDirectoryIdGenerator(ContainerIdGenerable) - Constructor for class alluxio.master.file.meta.InodeDirectoryIdGenerator
 
InodeDirectoryView - Interface in alluxio.master.file.meta
Read-only interface for an inode directory.
InodeFile - Class in alluxio.master.file.meta
Forwarding wrapper around an inode file view.
InodeFile(InodeFileView) - Constructor for class alluxio.master.file.meta.InodeFile
 
InodeFileView - Interface in alluxio.master.file.meta
Read-only interface for an inode file.
inodeIdExists(long) - Method in class alluxio.master.file.meta.InodeTree
 
InodeLockList - Interface in alluxio.master.file.meta
Represents a locked path within the inode tree.
InodeLockManager - Class in alluxio.master.file.meta
Class for managing inode locking.
InodeLockManager() - Constructor for class alluxio.master.file.meta.InodeLockManager
Creates a new instance of InodeLockManager.
inodePathExists(AlluxioURI) - Method in class alluxio.master.file.meta.InodeTree
 
InodePathPair - Class in alluxio.master.file.meta
This class represents a pair of LockedInodePaths.
InodeStore - Interface in alluxio.master.metastore
Inode metadata storage.
InodeStore.Factory - Interface in alluxio.master.metastore
Factory for creating inode stores.
InodeStore.WriteBatch - Interface in alluxio.master.metastore
Used to perform batched writes.
InodeSyncStream - Class in alluxio.master.file
This class is responsible for maintaining the logic which surrounds syncing metadata between Alluxio and its UFSes.
InodeSyncStream(LockingScheme, DefaultFileSystemMaster, RpcContext, DescendantType, FileSystemMasterCommonPOptions, FileSystemMasterAuditContext, Function<LockedInodePath, Inode>, DefaultFileSystemMaster.PermissionCheckFunction, boolean, boolean, boolean) - Constructor for class alluxio.master.file.InodeSyncStream
Create a new instance of InodeSyncStream.
InodeSyncStream(LockingScheme, DefaultFileSystemMaster, RpcContext, DescendantType, FileSystemMasterCommonPOptions, boolean, boolean, boolean) - Constructor for class alluxio.master.file.InodeSyncStream
Create a new instance of InodeSyncStream without any audit or permission checks.
InodeTree - Class in alluxio.master.file.meta
Represents the tree of Inodes.
InodeTree(InodeStore, ContainerIdGenerable, InodeDirectoryIdGenerator, MountTable, InodeLockManager) - Constructor for class alluxio.master.file.meta.InodeTree
 
InodeTree.LockPattern - Enum in alluxio.master.file.meta
Patterns of inode path locking.
InodeTreeBufferedIterator - Class in alluxio.master.file.meta
Used to iterate this InodeTree's state, while doing a read-ahead buffering.
InodeTreePersistentState - Class in alluxio.master.file.meta
Class for managing persistent inode tree state.
InodeTreePersistentState(InodeStore, InodeLockManager, TtlBucketList) - Constructor for class alluxio.master.file.meta.InodeTreePersistentState
 
inodeUfsIsContentSynced(Inode, Fingerprint, Fingerprint) - Static method in class alluxio.master.file.meta.UfsSyncUtils
Returns true if the given inode's content is synced with the ufs status.
inodeUfsIsMetadataSynced(Inode, Fingerprint, Fingerprint) - Static method in class alluxio.master.file.meta.UfsSyncUtils
Returns true if the given inode's metadata matches the ufs fingerprint.
InodeView - Interface in alluxio.master.file.meta
Read-only view of an inode.
inProgress() - Method in class alluxio.master.backup.BackupTracker
 
insert(Inode) - Method in class alluxio.master.file.meta.TtlBucketList
Inserts an inode to the appropriate bucket where its ttl end time lies in the bucket's interval, if no appropriate bucket exists, a new bucket will be created to contain this inode, if ttl value is Constants.NO_TTL, the inode won't be inserted to any buckets and nothing will happen.
INSTANCE - Static variable in class alluxio.master.file.NoopBlockDeletionContext
 
INSTANCE - Static variable in class alluxio.master.file.NoopUfsDeleter
 
InternalOperationContext - Class in alluxio.master.file.contexts
Used for wiring call-tracking to non-rpc requests.
InternalOperationContext() - Constructor for class alluxio.master.file.contexts.InternalOperationContext
Creates a new internal operation context.
INVALID_CLUSTER_ID - Static variable in class alluxio.master.meta.DefaultMetaMaster
Value to be used for the cluster ID when not assigned.
invalidate(long) - Method in class alluxio.master.file.meta.LazyUfsBlockLocationCache
 
invalidate(long) - Method in interface alluxio.master.file.meta.UfsBlockLocationCache
Invalidates the UFS locations for the block.
isAbsent(AlluxioURI) - Method in class alluxio.master.file.meta.AsyncUfsAbsentPathCache
 
isAbsent(AlluxioURI) - Method in class alluxio.master.file.meta.NoopUfsAbsentPathCache
 
isAbsent(AlluxioURI) - Method in interface alluxio.master.file.meta.UfsAbsentPathCache
Returns true if the given path is absent, according to this cache.
isCacheable() - Method in class alluxio.master.file.contexts.CreateFileContext
 
isCacheable() - Method in class alluxio.master.file.meta.InodeFile
 
isCacheable() - Method in interface alluxio.master.file.meta.InodeFileView
 
isCacheable() - Method in class alluxio.master.file.meta.MutableInodeFile
 
isCancelled() - Method in interface alluxio.master.file.contexts.CallTracker
 
isCancelled() - Method in class alluxio.master.file.contexts.GrpcCallTracker
 
isCancelled() - Method in class alluxio.master.file.RpcContext
 
isCompleted() - Method in class alluxio.master.file.meta.InodeFile
 
isCompleted() - Method in interface alluxio.master.file.meta.InodeFileView
 
isCompleted() - Method in class alluxio.master.file.meta.MutableInodeFile
 
isDeleted() - Method in class alluxio.master.file.meta.Inode
 
isDeleted() - Method in interface alluxio.master.file.meta.InodeView
 
isDeleted() - Method in class alluxio.master.file.meta.MutableInode
 
isDirectChildrenLoaded() - Method in class alluxio.master.file.meta.InodeDirectory
 
isDirectChildrenLoaded() - Method in interface alluxio.master.file.meta.InodeDirectoryView
 
isDirectChildrenLoaded() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
isDirectory() - Method in class alluxio.master.file.meta.Inode
 
isDirectory() - Method in interface alluxio.master.file.meta.InodeView
 
isDirectory() - Method in class alluxio.master.file.meta.MutableInode
 
isDirectoryInSync(AlluxioURI) - Method in class alluxio.master.file.UfsSyncChecker
Based on directories for which UfsSyncChecker.checkDirectory(InodeDirectory, AlluxioURI) was called, this method returns whether any un-synced entries were found.
isEmpty() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
isEmpty() - Method in interface alluxio.master.file.meta.InodeLockList
 
isEmpty() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
isEnabled() - Method in class alluxio.master.block.BlockMasterFactory
 
isEnabled() - Method in class alluxio.master.file.FileSystemMasterFactory
 
isEnabled() - Method in class alluxio.master.meta.MetaMasterFactory
 
isEnabled() - Method in class alluxio.master.metrics.MetricsMasterFactory
 
isFile() - Method in class alluxio.master.file.meta.Inode
 
isFile() - Method in interface alluxio.master.file.meta.InodeView
 
isFile() - Method in class alluxio.master.file.meta.MutableInode
 
isInSafeMode() - Method in class alluxio.master.AlluxioMasterProcess
 
isInSafeMode() - Method in class alluxio.master.DefaultSafeModeManager
 
isInSafeMode() - Method in class alluxio.master.meta.DefaultMetaMaster
 
isInSafeMode() - Method in interface alluxio.master.meta.MetaMaster
 
isInTier(String) - Method in class alluxio.master.block.meta.MasterBlockInfo
 
isMetadataLoad() - Method in class alluxio.master.file.contexts.CreatePathContext
 
isMountPoint() - Method in class alluxio.master.file.contexts.CreatePathContext
 
isMountPoint() - Method in class alluxio.master.file.meta.InodeDirectory
 
isMountPoint() - Method in interface alluxio.master.file.meta.InodeDirectoryView
 
isMountPoint(AlluxioURI) - Method in class alluxio.master.file.meta.MountTable
 
isMountPoint() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
isPersisted() - Method in class alluxio.master.file.contexts.CreatePathContext
 
isPersisted() - Method in class alluxio.master.file.meta.Inode
 
isPersisted() - Method in interface alluxio.master.file.meta.InodeView
 
isPersisted() - Method in class alluxio.master.file.meta.MutableInode
 
isPinned() - Method in class alluxio.master.file.meta.Inode
 
isPinned() - Method in interface alluxio.master.file.meta.InodeView
 
isPinned() - Method in class alluxio.master.file.meta.MutableInode
 
isRecursive() - Method in class alluxio.master.file.contexts.CreatePathContext
 
isRegistered() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
isRootId(long) - Method in class alluxio.master.file.meta.InodeTree
 
isSyncPoint(AlluxioURI) - Method in class alluxio.master.file.activesync.ActiveSyncManager
 
isUnderSyncPoint(AlluxioURI) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Check if a URI is actively synced.
isWrite() - Method in enum alluxio.master.file.meta.InodeTree.LockPattern
 
iterator() - Method in class alluxio.master.file.meta.LockedInodePathList
 
iterator() - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
iterator() - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
iterator() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 

J

journal(Journal.JournalEntry) - Method in class alluxio.master.file.RpcContext
Syntax sugar for getJournalContext().append(entry).
JournalTool - Class in alluxio.master.journal.tool
Tool for converting journal to a human-readable format.

L

launchPollingThread(long, long) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Launches polling thread on a particular mount point with starting txId.
LazyUfsBlockLocationCache - Class in alluxio.master.file.meta
Lazily cache the block locations only when needed.
LazyUfsBlockLocationCache(MountTable) - Constructor for class alluxio.master.file.meta.LazyUfsBlockLocationCache
Creates a new instance of UfsBlockLocationCache.
listStatus(AlluxioURI, ListStatusContext, ResultStream<FileInfo>) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
listStatus(AlluxioURI, ListStatusContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
listStatus(AlluxioURI, ListStatusContext) - Method in interface alluxio.master.file.FileSystemMaster
Returns a list of FileInfo for a given path.
listStatus(AlluxioURI, ListStatusContext, ResultStream<FileInfo>) - Method in interface alluxio.master.file.FileSystemMaster
Enumerates given path to given batch tracker.
listStatus(ListStatusPRequest, StreamObserver<ListStatusPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
ListStatusContext - Class in alluxio.master.file.contexts
Used to merge and wrap ListStatusPOptions.
ListStatusResultStream - Class in alluxio.master.file
Used to define a single batch of listing.
ListStatusResultStream(int, StreamObserver<ListStatusPResponse>) - Constructor for class alluxio.master.file.ListStatusResultStream
Creates a new result streamer for listStatus call.
load(K) - Method in class alluxio.master.metastore.caching.Cache
Loads a key from the backing store.
LoadMetadataContext - Class in alluxio.master.file.contexts
Used to merge and wrap LoadMetadataPOptions.
lockChild(Inode, InodeTree.LockPattern) - Method in class alluxio.master.file.meta.LockedInodePath
Returns a new locked inode path composed of the current path plus the child inode.
lockChild(Inode, InodeTree.LockPattern, String[]) - Method in class alluxio.master.file.meta.LockedInodePath
Efficient version of #lockChild(Inode, LockPattern) for when the child path components are already known.
lockDescendant(AlluxioURI, InodeTree.LockPattern) - Method in class alluxio.master.file.meta.LockedInodePath
Locks a descendant of the current path and returns a new locked inode path.
lockEdge(Inode, String, LockMode) - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
lockEdge(Inode, String, LockMode) - Method in interface alluxio.master.file.meta.InodeLockList
Locks an edge leading out of the last inode in the list.
lockEdge(Edge, LockMode, boolean) - Method in class alluxio.master.file.meta.InodeLockManager
Acquires an edge lock.
lockEdge(Inode, String, LockMode) - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
LockedInodePath - Class in alluxio.master.file.meta
This class represents a locked path within the inode tree, starting from the root.
LockedInodePath(AlluxioURI, ReadOnlyInodeStore, InodeLockManager, InodeDirectory, InodeTree.LockPattern, boolean) - Constructor for class alluxio.master.file.meta.LockedInodePath
Creates a new locked inode path.
LockedInodePathList - Class in alluxio.master.file.meta
This class represents a list of locked inodePaths.
LockedInodePathList(List<LockedInodePath>) - Constructor for class alluxio.master.file.meta.LockedInodePathList
Creates a new instance of LockedInodePathList.
lockFinalEdgeWrite() - Method in class alluxio.master.file.meta.LockedInodePath
Returns a copy of the path with the final edge write locked.
lockFullInodePath(AlluxioURI, LockingScheme) - Method in class alluxio.master.file.meta.InodeTree
Locks a path and throws an exception if the path does not exist.
lockFullInodePath(AlluxioURI, InodeTree.LockPattern) - Method in class alluxio.master.file.meta.InodeTree
Locks a path and throws an exception if the path does not exist.
lockFullInodePath(long, InodeTree.LockPattern) - Method in class alluxio.master.file.meta.InodeTree
Locks a path and throws an exception if the path does not exist.
LockingScheme - Class in alluxio.master.file.meta
This class represents information about how a path should be locked.
LockingScheme(AlluxioURI, InodeTree.LockPattern, boolean) - Constructor for class alluxio.master.file.meta.LockingScheme
Constructs a LockingScheme.
LockingScheme(AlluxioURI, InodeTree.LockPattern, FileSystemMasterCommonPOptions, UfsSyncPathCache, boolean) - Constructor for class alluxio.master.file.meta.LockingScheme
Create a new LockingScheme.
lockInode(Inode, LockMode) - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
lockInode(Inode, LockMode) - Method in interface alluxio.master.file.meta.InodeLockList
Locks the given inode and adds it to the lock list.
lockInode(InodeView, LockMode, boolean) - Method in class alluxio.master.file.meta.InodeLockManager
Acquires an inode lock.
lockInode(Inode, LockMode) - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
lockInodePath(LockingScheme) - Method in class alluxio.master.file.meta.InodeTree
Locks existing inodes on the path and with the pattern defined by LockingScheme.getPath() and LockingScheme.getPattern().
lockInodePath(AlluxioURI, InodeTree.LockPattern) - Method in class alluxio.master.file.meta.InodeTree
Locks existing inodes on the specified path, in the specified InodeTree.LockPattern.
lockInodePath(AlluxioURI, InodeTree.LockPattern, boolean) - Method in class alluxio.master.file.meta.InodeTree
Locks existing inodes on the specified path, in the specified InodeTree.LockPattern.
lockInodePathPair(AlluxioURI, InodeTree.LockPattern, AlluxioURI, InodeTree.LockPattern) - Method in class alluxio.master.file.meta.InodeTree
Locks existing inodes on the two specified paths.
lockRootEdge(LockMode) - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
lockRootEdge(LockMode) - Method in interface alluxio.master.file.meta.InodeLockList
Locks the root edge in the specified mode.
lockRootEdge(LockMode) - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
lockUpdate(long) - Method in class alluxio.master.file.meta.InodeLockManager
Acquires the lock for modifying an inode's last modified time or size.
LOG - Static variable in class alluxio.master.file.async.AsyncPersistHandler.Factory
 
LOG_ARGUMENT_LEVEL - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
LOG_ARGUMENT_NAME - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
LOG_LEVEL - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
logConfigReport() - Method in class alluxio.master.meta.checkconf.ServerConfigurationChecker
Logs the configuration check report information.
logLevel(String, String) - Method in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
lostNodeFound(Address) - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
Updates configuration when a lost node is found.

M

mAcl - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mAcl - Variable in class alluxio.master.file.meta.MutableInode
 
main(String[]) - Static method in class alluxio.master.AlluxioMaster
Starts the Alluxio master.
main(String[]) - Static method in class alluxio.master.AlluxioSecondaryMaster
Starts the secondary Alluxio master.
main(String[]) - Static method in class alluxio.master.journal.tool.JournalTool
Dumps a ufs journal in human-readable format.
MasterBlockInfo - Class in alluxio.master.block.meta
The metadata for an Alluxio block, managed by the block master.
MasterBlockInfo(long, long) - Constructor for class alluxio.master.block.meta.MasterBlockInfo
Creates a new instance of MasterBlockInfo.
MasterBlockLocation - Class in alluxio.master.block.meta
The location of an Alluxio block.
masterHeartbeat(long) - Method in class alluxio.master.meta.DefaultMetaMaster
 
masterHeartbeat(long) - Method in interface alluxio.master.meta.MetaMaster
A standby master periodically heartbeats with the leader master.
masterHeartbeat(MasterHeartbeatPRequest, StreamObserver<MasterHeartbeatPResponse>) - Method in class alluxio.master.meta.MetaMasterMasterServiceHandler
 
MasterInfo - Class in alluxio.master.meta
Master information.
MasterInfo(long, Address) - Constructor for class alluxio.master.meta.MasterInfo
Creates a new instance of MasterInfo.
masterRegister(long, RegisterMasterPOptions) - Method in class alluxio.master.meta.DefaultMetaMaster
 
masterRegister(long, RegisterMasterPOptions) - Method in interface alluxio.master.meta.MetaMaster
A standby master registers with the leader master.
MasterUfsManager - Class in alluxio.underfs
A class that manages the UFS for master servers.
MasterUfsManager() - Constructor for class alluxio.underfs.MasterUfsManager
Constructs the instance of MasterUfsManager.
MasterUtils - Class in alluxio.master
This class encapsulates the different master services that are configured to run.
MasterWebServer - Class in alluxio.web
The Alluxio master web server.
MasterWebServer(String, InetSocketAddress, AlluxioMasterProcess) - Constructor for class alluxio.web.MasterWebServer
Creates a new instance of MasterWebServer.
MasterWorkerInfo - Class in alluxio.master.block.meta
Metadata for an Alluxio worker.
MasterWorkerInfo(long, WorkerNetAddress) - Constructor for class alluxio.master.block.meta.MasterWorkerInfo
Creates a new instance of MasterWorkerInfo.
mBackupManager - Variable in class alluxio.master.backup.AbstractBackupRole
Backup Manager.
mBackupManager - Variable in class alluxio.master.CoreMaster
 
mBackupTracker - Variable in class alluxio.master.backup.AbstractBackupRole
Used to track backup status.
mBlockLocations - Variable in class alluxio.master.metastore.heap.HeapBlockStore
 
mBlocks - Variable in class alluxio.master.metastore.heap.HeapBlockStore
 
mCatalystRequestTimeout - Variable in class alluxio.master.backup.AbstractBackupRole
 
mCheckpointsDir - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mContext - Variable in class alluxio.master.AlluxioMasterProcess
Master context.
mCreationTimeMs - Variable in class alluxio.master.file.meta.MutableInode
 
mDefaultAcl - Variable in class alluxio.master.file.contexts.CreateDirectoryContext
 
mDirectory - Variable in class alluxio.master.file.meta.MutableInode
 
mDirty - Variable in class alluxio.master.metastore.caching.Cache.Entry
 
mEnd - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mergeFrom(CheckAccessPOptions.Builder) - Static method in class alluxio.master.file.contexts.CheckAccessContext
Merges and embeds the given CheckAccessPOptions with the corresponding master options.
mergeFrom(CheckConsistencyPOptions.Builder) - Static method in class alluxio.master.file.contexts.CheckConsistencyContext
Merges and embeds the given CheckConsistencyPOptions with the corresponding master options.
mergeFrom(CompleteFilePOptions.Builder) - Static method in class alluxio.master.file.contexts.CompleteFileContext
Merges and embeds the given CompleteFilePOptions with the corresponding master options.
mergeFrom(CreateDirectoryPOptions.Builder) - Static method in class alluxio.master.file.contexts.CreateDirectoryContext
Merges and embeds the given CreateDirectoryPOptions with the corresponding master options.
mergeFrom(CreateFilePOptions.Builder) - Static method in class alluxio.master.file.contexts.CreateFileContext
Merges and embeds the given CreateFilePOptions with the corresponding master options.
mergeFrom(DeletePOptions.Builder) - Static method in class alluxio.master.file.contexts.DeleteContext
Merges and embeds the given DeletePOptions with the corresponding master options.
mergeFrom(FreePOptions.Builder) - Static method in class alluxio.master.file.contexts.FreeContext
Merges and embeds the given FreePOptions with the corresponding master options.
mergeFrom(GetStatusPOptions.Builder) - Static method in class alluxio.master.file.contexts.GetStatusContext
Merges and embeds the given GetStatusPOptions with the corresponding master options.
mergeFrom(ListStatusPOptions.Builder) - Static method in class alluxio.master.file.contexts.ListStatusContext
Merges and embeds the given ListStatusPOptions with the corresponding master options.
mergeFrom(LoadMetadataPOptions.Builder) - Static method in class alluxio.master.file.contexts.LoadMetadataContext
Merges and embeds the given LoadMetadataPOptions with the corresponding master options.
mergeFrom(MountPOptions.Builder) - Static method in class alluxio.master.file.contexts.MountContext
Merges and embeds the given MountPOptions with the corresponding master options.
mergeFrom(RenamePOptions.Builder) - Static method in class alluxio.master.file.contexts.RenameContext
Merges and embeds the given RenamePOptions with the corresponding master options.
mergeFrom(ScheduleAsyncPersistencePOptions.Builder) - Static method in class alluxio.master.file.contexts.ScheduleAsyncPersistenceContext
Merges and embeds the given ScheduleAsyncPersistencePOptions with the corresponding master options.
mergeFrom(SetAclPOptions.Builder) - Static method in class alluxio.master.file.contexts.SetAclContext
Merges and embeds the given SetAclPOptions with the corresponding master options.
mergeFrom(SetAttributePOptions.Builder) - Static method in class alluxio.master.file.contexts.SetAttributeContext
Merges and embeds the given SetAttributePOptions with the corresponding master options.
MetaMaster - Interface in alluxio.master.meta
The interface of meta master.
MetaMasterClientServiceHandler - Class in alluxio.master.meta
This class is a gRPC handler for meta master RPCs.
MetaMasterClientServiceHandler(MetaMaster) - Constructor for class alluxio.master.meta.MetaMasterClientServiceHandler
 
MetaMasterConfigurationServiceHandler - Class in alluxio.master.meta
This class is a gRPC handler for meta master RPCs.
MetaMasterConfigurationServiceHandler(MetaMaster) - Constructor for class alluxio.master.meta.MetaMasterConfigurationServiceHandler
 
MetaMasterFactory - Class in alluxio.master.meta
Factory to create a MetaMaster instance.
MetaMasterFactory() - Constructor for class alluxio.master.meta.MetaMasterFactory
Constructs a new MetaMasterFactory.
MetaMasterMasterServiceHandler - Class in alluxio.master.meta
This class is a gRPC handler for meta master RPCs invoked by an Alluxio standby master.
MetaMasterMasterServiceHandler(MetaMaster) - Constructor for class alluxio.master.meta.MetaMasterMasterServiceHandler
Creates a new instance of MetaMasterMasterServiceHandler.
MetaMasterSync - Class in alluxio.master.meta
If a master is detected as a standby master.
MetaMasterSync(Address, RetryHandlingMetaMasterMasterClient) - Constructor for class alluxio.master.meta.MetaMasterSync
Creates a new instance of MetaMasterSync.
MetastoreType - Enum in alluxio.master.metastore
Metastore types.
metricsHeartbeat(MetricsHeartbeatPRequest, StreamObserver<MetricsHeartbeatPResponse>) - Method in class alluxio.master.metrics.MetricsMasterClientServiceHandler
 
MetricsMaster - Interface in alluxio.master.metrics
Interface of the metrics master that aggregates the cluster-level metrics from workers and clients.
MetricsMasterClientServiceHandler - Class in alluxio.master.metrics
This class is a gRPC handler for metrics master RPCs invoked by an Alluxio client.
MetricsMasterClientServiceHandler(MetricsMaster) - Constructor for class alluxio.master.metrics.MetricsMasterClientServiceHandler
 
MetricsMasterFactory - Class in alluxio.master.metrics
Factory to create a MetricsMaster instance.
MetricsMasterFactory() - Constructor for class alluxio.master.metrics.MetricsMasterFactory
Constructs a new MetricsMasterFactory.
MetricsStore - Class in alluxio.master.metrics
A store of metrics containing the metrics collected from workers and clients.
MetricsStore(Clock) - Constructor for class alluxio.master.metrics.MetricsStore
Constructs a new MetricsStore.
MetricsStore.ClusterCounterKey - Class in alluxio.master.metrics
The key for cluster counter map.
mExecutorService - Variable in class alluxio.master.backup.AbstractBackupRole
The executor service.
mGroup - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mGrpcMessagingContext - Variable in class alluxio.master.backup.AbstractBackupRole
Catalyst context used for sending/receiving messages.
mId - Variable in class alluxio.master.file.meta.MutableInode
 
mInputDir - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mJournalEntryFile - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mJournalSystem - Variable in class alluxio.master.backup.AbstractBackupRole
Journal system.
mJournalSystem - Variable in class alluxio.master.CoreMaster
 
mKey - Variable in class alluxio.master.metastore.caching.Cache.Entry
 
mLockList - Variable in class alluxio.master.file.meta.LockedInodePath
Lock list locking some portion of the path according to mLockPattern.
mLockPattern - Variable in class alluxio.master.file.meta.LockedInodePath
The locking pattern.
mMaster - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mMetadataLoad - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mMode - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mMountPoint - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mOperationTimeMs - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mount(AlluxioURI, AlluxioURI, MountContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
mount(AlluxioURI, AlluxioURI, MountContext) - Method in interface alluxio.master.file.FileSystemMaster
Mounts a UFS path onto an Alluxio path.
mount(MountPRequest, StreamObserver<MountPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
MountContext - Class in alluxio.master.file.contexts
Used to merge and wrap MountPOptions.
MountInfo - Class in alluxio.master.file.meta.options
This class holds information about a mount point.
MountInfo(AlluxioURI, AlluxioURI, long, MountPOptions) - Constructor for class alluxio.master.file.meta.options.MountInfo
Creates a new instance of MountInfo.
MountTable - Class in alluxio.master.file.meta
This class is used for keeping track of Alluxio mount points.
MountTable(UfsManager, MountInfo) - Constructor for class alluxio.master.file.meta.MountTable
Creates a new instance of MountTable.
MountTable.Resolution - Class in alluxio.master.file.meta
This class represents a UFS path after resolution.
MountTable.ReverseResolution - Class in alluxio.master.file.meta
This class represents a Alluxio path after reverse resolution.
MountTable.State - Class in alluxio.master.file.meta
Persistent mount table state.
mOutputDir - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mOwner - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mPathComponents - Variable in class alluxio.master.file.meta.LockedInodePath
The components of mUri.
mPort - Variable in class alluxio.master.CoreMaster
 
mRecursive - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mRoleClosed - Variable in class alluxio.master.backup.AbstractBackupRole
Whether the role is active.
mSafeModeManager - Variable in class alluxio.master.AlluxioMasterProcess
The manager of safe mode state.
mSafeModeManager - Variable in class alluxio.master.CoreMaster
 
mServerUserState - Variable in class alluxio.master.backup.AbstractBackupRole
User information for server.
mStart - Variable in class alluxio.master.journal.tool.AbstractJournalDumper
 
mStartTimeMs - Variable in class alluxio.master.CoreMaster
 
mTaskScheduler - Variable in class alluxio.master.backup.AbstractBackupRole
Task scheduler.
mTtl - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mTtl - Variable in class alluxio.master.file.meta.MutableInode
 
mTtlAction - Variable in class alluxio.master.file.contexts.CreatePathContext
 
mTtlAction - Variable in class alluxio.master.file.meta.MutableInode
 
mUfsManager - Variable in class alluxio.master.backup.AbstractBackupRole
The manager of all ufs.
mUri - Variable in class alluxio.master.file.meta.LockedInodePath
Uri for the path represented.
MutableInode<T extends MutableInode> - Class in alluxio.master.file.meta
MutableInode is an abstract class, with information shared by all types of Inodes.
MutableInode(long, boolean) - Constructor for class alluxio.master.file.meta.MutableInode
 
MutableInodeDirectory - Class in alluxio.master.file.meta
Alluxio file system's directory representation in the file system master.
MutableInodeFile - Class in alluxio.master.file.meta
Alluxio file system's file representation in the file system master.
mValue - Variable in class alluxio.master.metastore.caching.Cache.Entry
 
mXAttr - Variable in class alluxio.master.file.contexts.CreatePathContext
 

N

newBlock(Supplier<JournalContext>, File.NewBlockEntry) - Method in class alluxio.master.file.meta.InodeTree
 
newBuilder() - Static method in class alluxio.master.CoreMasterContext
 
newBuilder() - Static method in class alluxio.master.metastore.caching.CacheConfiguration
 
newBuilder() - Static method in class alluxio.master.metastore.ReadOption
 
next() - Method in class alluxio.master.file.meta.InodeTreeBufferedIterator
 
NO_PARENT - Static variable in class alluxio.master.file.meta.InodeTree
Value to be used for an inode with no parent.
NOOP - Static variable in class alluxio.master.file.RpcContext
 
NoopBlockDeletionContext - Class in alluxio.master.file
Implementation of DefaultBlockDeletionContext which does nothing.
NoopBlockDeletionContext() - Constructor for class alluxio.master.file.NoopBlockDeletionContext
 
NoopUfsAbsentPathCache - Class in alluxio.master.file.meta
This is a noop version of UfsAbsentPathCache.
NoopUfsAbsentPathCache() - Constructor for class alluxio.master.file.meta.NoopUfsAbsentPathCache
Creates a new instance of NoopUfsAbsentPathCache.
NoopUfsDeleter - Class in alluxio.master.file
A noop version of the UfsDeleter.
NoopUfsDeleter() - Constructor for class alluxio.master.file.NoopUfsDeleter
 
notifyPrimaryMasterStarted() - Method in class alluxio.master.DefaultSafeModeManager
 
notifyRpcServerStarted() - Method in class alluxio.master.DefaultSafeModeManager
 
notifySyncedPath(String, DescendantType) - Method in class alluxio.master.file.meta.UfsSyncPathCache
Notifies the cache that the path was synced.
numInodes() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
numInodes() - Method in interface alluxio.master.file.meta.InodeLockList
 
numInodes() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 

O

onCacheRemove(K) - Method in class alluxio.master.metastore.caching.Cache
Callback triggered when a key is removed from the cache.
onCacheUpdate(K, V) - Method in class alluxio.master.metastore.caching.Cache
Callback triggered when an update is made to a key/value pair in the cache.
onPut(K, V) - Method in class alluxio.master.metastore.caching.Cache
Callback triggered whenever a new key/value pair is added by put(key, value).
onRemove(K) - Method in class alluxio.master.metastore.caching.Cache
Callback triggered whenever a key is removed by remove(key).
OperationContext<T extends com.google.protobuf.GeneratedMessageV3.Builder,C extends OperationContext> - Class in alluxio.master.file.contexts
Used as a base class for wrapping context around proto messages.
OperationContext(T) - Constructor for class alluxio.master.file.contexts.OperationContext
Creates an instance with given proto message.

P

PATH_TRAVERSAL_RETRIES - Static variable in class alluxio.master.file.meta.InodeTree
Number of retries when trying to lock a path, from a given id.
PathProperties - Class in alluxio.master.meta
Source of truth for path level properties.
PathProperties() - Constructor for class alluxio.master.meta.PathProperties
 
PathProperties.State - Class in alluxio.master.meta
Journaled state of path level properties.
PathPropertiesView - Class in alluxio.master.meta
Read-only view of path level properties.
PathPropertiesView(Map<String, Map<String, String>>, String) - Constructor for class alluxio.master.meta.PathPropertiesView
Constructs a read-only view of path level properties.
PermissionChecker - Interface in alluxio.master.file
interface to provide permission check logic.
PersistJob - Class in alluxio.master.file
Represents a persist job.
PersistJob(long, long, AlluxioURI, String, ExponentialTimer) - Constructor for class alluxio.master.file.PersistJob
Creates a new instance of PersistJob.
PersistJob.CancelState - Enum in alluxio.master.file
Represents the possible cancel states.
PinnedInodeFileIds - Class in alluxio.master.file.meta
Keeps track of which files are pinned.
PinnedInodeFileIds() - Constructor for class alluxio.master.file.meta.PinnedInodeFileIds
 
pollFilesToPersist(long) - Method in interface alluxio.master.file.async.AsyncPersistHandler
Polls the files for persistence on the given worker.
pollFilesToPersist(long) - Method in class alluxio.master.file.async.DefaultAsyncPersistHandler
Polls the files to send to the given worker for persistence.
prefetchChildren(AlluxioURI, MountTable) - Method in class alluxio.underfs.UfsStatusCache
Submit a request to asynchronously fetch the statuses corresponding to a given directory.
process(List<Long>) - Method in interface alluxio.master.file.BlockDeletionContext.BlockDeletionListener
Processes block deletion.
process(AlluxioURI, List<Inode>) - Method in class alluxio.master.file.meta.AsyncUfsAbsentPathCache
 
process(AlluxioURI, List<Inode>) - Method in class alluxio.master.file.meta.NoopUfsAbsentPathCache
 
process(AlluxioURI, List<Inode>) - Method in interface alluxio.master.file.meta.UfsAbsentPathCache
Processes the given path for the cache.
processExisting(AlluxioURI) - Method in class alluxio.master.file.meta.AsyncUfsAbsentPathCache
 
processExisting(AlluxioURI) - Method in class alluxio.master.file.meta.NoopUfsAbsentPathCache
 
processExisting(AlluxioURI) - Method in interface alluxio.master.file.meta.UfsAbsentPathCache
Processes the given path that already exists.
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.block.DefaultBlockMaster
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.file.activesync.ActiveSyncManager
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.file.meta.InodeDirectoryIdGenerator
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.file.meta.MountTable.State
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.meta.DefaultMetaMaster
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.meta.DefaultMetaMaster.State
 
processJournalEntry(Journal.JournalEntry) - Method in class alluxio.master.meta.PathProperties.State
 
ProtobufUtils - Class in alluxio.master
Utility methods for conversion between wire types and protobuf types.
pushWriteLockedEdge(Inode, String) - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
pushWriteLockedEdge(Inode, String) - Method in interface alluxio.master.file.meta.InodeLockList
Leapfrogs the final edge write lock forward, reducing the lock list's write-locked scope.
pushWriteLockedEdge(Inode, String) - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
put(K, V) - Method in class alluxio.master.metastore.caching.Cache
Writes a key/value pair to the cache.
putBlock(long, Block.BlockMeta) - Method in interface alluxio.master.metastore.BlockStore
Adds block metadata to the block store.
putBlock(long, Block.BlockMeta) - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
putBlock(long, Block.BlockMeta) - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
putClientMetrics(String, List<Metric>) - Method in class alluxio.master.metrics.MetricsStore
Put the metrics from a client with a source name.
putWorkerMetrics(String, List<Metric>) - Method in class alluxio.master.metrics.MetricsStore
Put the metrics from a worker with a source name.

Q

QUERY_RAW_CONFIGURATION - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 

R

RaftJournalDumper - Class in alluxio.master.journal.tool
Implementation of AbstractJournalDumper for RAFT journals.
RaftJournalDumper(String, long, long, String, String) - Constructor for class alluxio.master.journal.tool.RaftJournalDumper
Creates embedded journal dumper.
readCheckpoint(CheckpointInputStream, Path) - Method in class alluxio.master.journal.tool.AbstractJournalDumper
Used to read checkpoint streams.
readLong(byte[], int) - Static method in class alluxio.master.metastore.rocks.RocksUtils
 
readObject(BufferInput<?>, Serializer) - Method in class alluxio.master.backup.BackupHandshakeMessage
 
readObject(BufferInput<?>, Serializer) - Method in class alluxio.master.backup.BackupHeartbeatMessage
 
readObject(BufferInput<?>, Serializer) - Method in class alluxio.master.backup.BackupRequestMessage
 
readObject(BufferInput<?>, Serializer) - Method in class alluxio.master.backup.BackupSuspendMessage
 
ReadOnlyInodeStore - Interface in alluxio.master.metastore
Read-only access to the inode store.
ReadOption - Class in alluxio.master.metastore
Options for reading from the inode store.
ReadOption.Builder - Class in alluxio.master.metastore
Builder for ReadOption.
record(String, double) - Method in class alluxio.master.metrics.TimeSeriesStore
Records a value for the given metric at the current time.
recordActiveSyncTxid(long, long) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
recordActiveSyncTxid(long, long) - Method in interface alluxio.master.file.FileSystemMaster
Journal the active sync transaction id so that we can restart more efficiently.
recoverFromStartSync(AlluxioURI, long) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Recover from start sync operation.
recoverFromStopSync(AlluxioURI) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Recover from a stop sync operation.
regenerateReport() - Method in class alluxio.master.meta.checkconf.ServerConfigurationChecker
Checks the server-side configurations and records the check results.
register(StorageTierAssoc, List<String>, Map<String, Long>, Map<String, Long>, Set<Long>) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Marks the worker as registered, while updating all of its metadata.
register(long, List<ConfigProperty>) - Method in class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
Registers with the leader master.
registerBlockForDeletion(long) - Method in interface alluxio.master.file.BlockDeletionContext
 
registerBlockForDeletion(long) - Method in class alluxio.master.file.DefaultBlockDeletionContext
 
registerBlockForDeletion(long) - Method in class alluxio.master.file.NoopBlockDeletionContext
 
registerBlocksForDeletion(Collection<Long>) - Method in interface alluxio.master.file.BlockDeletionContext
 
registerBlocksForDeletion(Collection<Long>) - Method in class alluxio.master.file.DefaultBlockDeletionContext
 
registerChangeListener(Runnable) - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
Registers callback functions to use when this store has any changes.
registerGauges(BlockMaster) - Static method in class alluxio.master.block.DefaultBlockMaster.Metrics
Registers metric gauges.
registerGauges(FileSystemMaster, UfsManager) - Static method in class alluxio.master.file.DefaultFileSystemMaster.Metrics
Register some file system master related gauges.
registerLostWorkerFoundListener(Consumer<Address>) - Method in interface alluxio.master.block.BlockMaster
Registers callback functions to use when lost workers become alive.
registerLostWorkerFoundListener(Consumer<Address>) - Method in class alluxio.master.block.DefaultBlockMaster
 
registerMaster(RegisterMasterPRequest, StreamObserver<RegisterMasterPResponse>) - Method in class alluxio.master.meta.MetaMasterMasterServiceHandler
 
registerNewConf(Address, List<ConfigProperty>) - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
Registers new configuration information.
registerNewWorkerConfListener(BiConsumer<Address, List<ConfigProperty>>) - Method in interface alluxio.master.block.BlockMaster
Registers callback functions to use when workers register with configuration.
registerNewWorkerConfListener(BiConsumer<Address, List<ConfigProperty>>) - Method in class alluxio.master.block.DefaultBlockMaster
 
registerThroughputGauge(String, String) - Method in class alluxio.master.metrics.DefaultMetricsMaster
Registers the corresponding throughput of the given counter.
registerWorker(RegisterWorkerPRequest, StreamObserver<RegisterWorkerPResponse>) - Method in class alluxio.master.block.BlockMasterWorkerServiceHandler
 
registerWorkerLostListener(Consumer<Address>) - Method in interface alluxio.master.block.BlockMaster
Registers callback functions to use when detecting lost workers.
registerWorkerLostListener(Consumer<Address>) - Method in class alluxio.master.block.DefaultBlockMaster
 
remove(DeletePRequest, StreamObserver<DeletePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
remove() - Method in class alluxio.master.file.meta.InodeTreeBufferedIterator
 
remove(InodeView) - Method in class alluxio.master.file.meta.TtlBucketList
Removes a inode from the bucket containing it if the inode is in one of the buckets, otherwise, do nothing.
remove(Supplier<JournalContext>, String, Set<String>) - Method in class alluxio.master.meta.PathProperties
Removes the specified set of keys from the properties for path.
remove(K) - Method in class alluxio.master.metastore.caching.Cache
Removes a key from the cache.
remove(Long) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
remove(Long) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
remove(Long) - Method in interface alluxio.master.metastore.InodeStore
Removes an inode from the inode store.
remove(InodeView) - Method in interface alluxio.master.metastore.InodeStore
Removes an inode from the inode store.
remove(Long) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
remove(AlluxioURI) - Method in class alluxio.underfs.UfsStatusCache
Remove a status from the cache.
removeAcl(List<AclEntry>) - Method in class alluxio.master.file.meta.MutableInode
Removes ACL entries.
removeAll(Supplier<JournalContext>, String) - Method in class alluxio.master.meta.PathProperties
Removes all properties for path.
removeBlock(long) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Removes a block from the worker.
removeBlock(long) - Method in interface alluxio.master.metastore.BlockStore
Removes a block, or does nothing if the block does not exist.
removeBlock(long) - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
removeBlock(long) - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
removeBlocks(List<Long>, boolean) - Method in interface alluxio.master.block.BlockMaster
Removes blocks from workers.
removeBlocks(List<Long>, boolean) - Method in class alluxio.master.block.DefaultBlockMaster
 
removeBuckets(Set<TtlBucket>) - Method in class alluxio.master.file.meta.TtlBucketList
Removes all buckets in the set.
removeChild(long, String) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
removeChild(long, String) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
removeChild(long, String) - Method in interface alluxio.master.metastore.InodeStore
Removes a child from a parent inode.
removeChild(Long, String) - Method in interface alluxio.master.metastore.InodeStore.WriteBatch
Adds an edge removal operation to the write batch.
removeChild(long, String) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
removeExtendedAcl() - Method in class alluxio.master.file.meta.MutableInode
Removes the extended ACL entries.
removeFromBackingStore(K) - Method in class alluxio.master.metastore.caching.Cache
Removes a key from the backing store.
removeInode(InodeView) - Method in class alluxio.master.file.meta.TtlBucket
Removes a inode from the bucket.
removeInode(Long) - Method in interface alluxio.master.metastore.InodeStore.WriteBatch
Adds an inode removal operation to the write batch.
removeInodeAndParentEdge(InodeView) - Method in interface alluxio.master.metastore.InodeStore
Removes an inode and the edge leading to it from the inode store.
removeLastInode() - Method in class alluxio.master.file.meta.LockedInodePath
Removes the last inode from the list.
removeLocation(long, long) - Method in interface alluxio.master.metastore.BlockStore
Removes a block location.
removeLocation(long, long) - Method in class alluxio.master.metastore.heap.HeapBlockStore
 
removeLocation(long, long) - Method in class alluxio.master.metastore.rocks.RocksBlockStore
 
removeMount(long) - Method in class alluxio.underfs.MasterUfsManager
 
removePathConfiguration(String, Set<String>) - Method in class alluxio.master.meta.DefaultMetaMaster
 
removePathConfiguration(String) - Method in class alluxio.master.meta.DefaultMetaMaster
 
removePathConfiguration(String, Set<String>) - Method in interface alluxio.master.meta.MetaMaster
Removes properties for a path.
removePathConfiguration(String) - Method in interface alluxio.master.meta.MetaMaster
Removes all properties for a path.
removePathConfiguration(RemovePathConfigurationPRequest, StreamObserver<RemovePathConfigurationPResponse>) - Method in class alluxio.master.meta.MetaMasterConfigurationServiceHandler
 
removeWorker(long) - Method in class alluxio.master.block.meta.MasterBlockInfo
Removes the worker from the locations of this block.
rename(AlluxioURI, AlluxioURI, RenameContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
rename(AlluxioURI, AlluxioURI, RenameContext) - Method in interface alluxio.master.file.FileSystemMaster
Renames a file to a destination.
rename(RenamePRequest, StreamObserver<RenamePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
rename(Supplier<JournalContext>, File.RenameEntry) - Method in class alluxio.master.file.meta.InodeTree
 
RenameContext - Class in alluxio.master.file.contexts
Used to merge and wrap RenamePOptions.
replaceAcl(List<AclEntry>) - Method in class alluxio.master.file.meta.MutableInode
Replaces all existing ACL entries with a new list of entries.
ReplicationChecker - Class in alluxio.master.file.replication
The executor to check block replication level periodically and handle over-replicated and under-replicated blocks correspondingly.
ReplicationChecker(InodeTree, BlockMaster, SafeModeManager, JobMasterClientPool) - Constructor for class alluxio.master.file.replication.ReplicationChecker
Constructs a new ReplicationChecker using default (job service) handler to replicate and evict blocks.
ReplicationChecker(InodeTree, BlockMaster, SafeModeManager, ReplicationHandler) - Constructor for class alluxio.master.file.replication.ReplicationChecker
Constructs a new ReplicationChecker with specified replicate and evict handlers (for unit testing).
ReplicationLimitedFileIds - Class in alluxio.master.file.meta
Keeps track of which files have limited replication factors.
ReplicationLimitedFileIds() - Constructor for class alluxio.master.file.meta.ReplicationLimitedFileIds
 
reportLostBlocks(List<Long>) - Method in interface alluxio.master.block.BlockMaster
Reports the ids of the blocks lost on workers.
reportLostBlocks(List<Long>) - Method in class alluxio.master.block.DefaultBlockMaster
 
reset() - Method in class alluxio.master.backup.BackupTracker
Resets this tracker.
reset() - Method in class alluxio.master.file.meta.MutableInodeFile
Resets the file inode.
reset() - Method in class alluxio.master.meta.checkconf.ServerConfigurationStore
Resets the default ServerConfigurationStore.
resetState() - Method in class alluxio.master.block.DefaultBlockMaster
 
resetState() - Method in class alluxio.master.file.activesync.ActiveSyncManager
It clears all sync points, and stops the polling thread.
resetState() - Method in class alluxio.master.file.meta.InodeDirectoryIdGenerator
 
resetState() - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
resetState() - Method in class alluxio.master.file.meta.MountTable.State
 
resetState() - Method in class alluxio.master.meta.DefaultMetaMaster
 
resetState() - Method in class alluxio.master.meta.DefaultMetaMaster.State
 
resetState() - Method in class alluxio.master.meta.PathProperties.State
 
resolve(AlluxioURI) - Method in class alluxio.master.file.meta.MountTable
Resolves the given Alluxio path.
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.file.meta.CheckpointedIdHashSet
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.file.meta.InodeCounter
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.file.meta.TtlBucketList
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
restoreFromCheckpoint(CheckpointInputStream) - Method in class alluxio.master.metastore.rocks.RocksStore
Restores the database from a checkpoint.
ResultStream<T> - Interface in alluxio.master.file
Used to receive stream of items.
RetryHandlingMetaMasterMasterClient - Class in alluxio.master.meta
A wrapper for the gRPC client to interact with the primary meta master, used by Alluxio standby masters.
RetryHandlingMetaMasterMasterClient(MasterClientContext) - Constructor for class alluxio.master.meta.RetryHandlingMetaMasterMasterClient
reverseResolve(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
reverseResolve(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
Reverse path resolve a ufs uri to an Alluxio path.
reverseResolve(ReverseResolvePRequest, StreamObserver<ReverseResolvePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
reverseResolve(AlluxioURI) - Method in class alluxio.master.file.meta.MountTable
Resolves the given Ufs path.
RocksBlockStore - Class in alluxio.master.metastore.rocks
Block store backed by RocksDB.
RocksBlockStore(String) - Constructor for class alluxio.master.metastore.rocks.RocksBlockStore
Creates and initializes a rocks block store.
RocksInodeStore - Class in alluxio.master.metastore.rocks
File store backed by RocksDB.
RocksInodeStore(String) - Constructor for class alluxio.master.metastore.rocks.RocksInodeStore
Creates and initializes a rocks block store.
RocksStore - Class in alluxio.master.metastore.rocks
Class for managing a rocksdb database.
RocksStore(String, String, Collection<ColumnFamilyDescriptor>, DBOptions, List<AtomicReference<ColumnFamilyHandle>>) - Constructor for class alluxio.master.metastore.rocks.RocksStore
 
RocksUtils - Class in alluxio.master.metastore.rocks
Convenience methods for working with RocksDB.
ROOT - Static variable in class alluxio.master.file.meta.MountTable
 
ROOT_INODE_NAME - Static variable in class alluxio.master.file.meta.InodeTree
Only the root inode should have the empty string as its name.
ROOT_PATH - Static variable in class alluxio.master.file.meta.InodeTree
Path of the root inode.
RpcContext - Class in alluxio.master.file
Context passed through the span of a file system master RPC to manage actions that need to be taken when the body of the RPC is finished.
RpcContext(BlockDeletionContext, JournalContext, OperationContext) - Constructor for class alluxio.master.file.RpcContext
Creates an RpcContext.

S

SafeUfsDeleter - Class in alluxio.master.file
Helper class for deleting persisted entries from the UFS.
SafeUfsDeleter(MountTable, ReadOnlyInodeStore, List<Pair<AlluxioURI, LockedInodePath>>, DeletePOptions) - Constructor for class alluxio.master.file.SafeUfsDeleter
Creates a new instance of SafeUfsDeleter.
scheduleAsyncPersistence(AlluxioURI) - Method in interface alluxio.master.file.async.AsyncPersistHandler
Schedules a file for async persistence.
scheduleAsyncPersistence(AlluxioURI) - Method in class alluxio.master.file.async.DefaultAsyncPersistHandler
 
scheduleAsyncPersistence(AlluxioURI, ScheduleAsyncPersistenceContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
scheduleAsyncPersistence(AlluxioURI, ScheduleAsyncPersistenceContext) - Method in interface alluxio.master.file.FileSystemMaster
Schedules a file for async persistence.
scheduleAsyncPersistence(ScheduleAsyncPersistencePRequest, StreamObserver<ScheduleAsyncPersistencePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
ScheduleAsyncPersistenceContext - Class in alluxio.master.file.contexts
Used to merge and wrap ScheduleAsyncPersistencePOptions.
sendMessageBlocking(GrpcMessagingConnection, Object) - Method in class alluxio.master.backup.AbstractBackupRole
Used to send message via connection and wait until response is received.
ServerConfigurationChecker - Class in alluxio.master.meta.checkconf
This class is responsible for checking server-side configuration.
ServerConfigurationChecker(ServerConfigurationStore, ServerConfigurationStore) - Constructor for class alluxio.master.meta.checkconf.ServerConfigurationChecker
Constructs a new ServerConfigurationChecker.
ServerConfigurationStore - Class in alluxio.master.meta.checkconf
This class is responsible for recording server-side configuration.
ServerConfigurationStore() - Constructor for class alluxio.master.meta.checkconf.ServerConfigurationStore
Constructs a new ServerConfigurationStore.
SERVICE_PREFIX - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
setAcl(List<AclEntry>) - Method in class alluxio.master.file.contexts.CreatePathContext
Sets an immutable copy of acl as the internal access control list.
setAcl(AlluxioURI, SetAclAction, List<AclEntry>, SetAclContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
setAcl(AlluxioURI, SetAclAction, List<AclEntry>, SetAclContext) - Method in interface alluxio.master.file.FileSystemMaster
Sets the ACL for a path.
setAcl(SetAclPRequest, StreamObserver<SetAclPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
setAcl(Supplier<JournalContext>, File.SetAclEntry) - Method in class alluxio.master.file.meta.InodeTree
 
setAcl(List<AclEntry>) - Method in class alluxio.master.file.meta.MutableInode
Sets ACL entries into the internal ACL.
SetAclContext - Class in alluxio.master.file.contexts
Used to merge and wrap SetAclPOptions.
setAllowed(boolean) - Method in class alluxio.master.file.FileSystemMasterAuditContext
 
setAttribute(AlluxioURI, SetAttributeContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
setAttribute(AlluxioURI, SetAttributeContext) - Method in interface alluxio.master.file.FileSystemMaster
Sets the file attribute.
setAttribute(SetAttributePRequest, StreamObserver<SetAttributePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
SetAttributeContext - Class in alluxio.master.file.contexts
Used to merge and wrap SetAttributePOptions.
setAttributeSingleFile(RpcContext, LockedInodePath, boolean, long, SetAttributeContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
setAuthType(AuthType) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mAuthType field.
setBackupManager(BackupManager) - Method in class alluxio.master.CoreMasterContext.Builder
 
setBlockIds(List<Long>) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setBlockSizeBytes(long) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setBlockStoreFactory(BlockStore.Factory) - Method in class alluxio.master.CoreMasterContext.Builder
 
setCacheable(boolean) - Method in class alluxio.master.file.contexts.CreateFileContext
 
setCacheable(boolean) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setCancelState(PersistJob.CancelState) - Method in class alluxio.master.file.PersistJob
 
setChildCount(long) - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
setCommand(String) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mCommand field.
setCompleted(boolean) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setConnection(GrpcMessagingConnection) - Method in class alluxio.master.backup.BackupHandshakeMessage
 
setContainerId(long) - Method in class alluxio.master.file.state.DirectoryId
 
setCreationTimeMs(long) - Method in class alluxio.master.file.meta.MutableInode
 
setDefaultAcl(List<AclEntry>) - Method in class alluxio.master.file.contexts.CreateDirectoryContext
Sets the default ACL in the context.
setDefaultACL(DefaultAccessControlList) - Method in class alluxio.master.file.meta.MutableInode
 
setDefaultACL(DefaultAccessControlList) - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
setDefaultACL(DefaultAccessControlList) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setDeleted(boolean) - Method in class alluxio.master.file.meta.MutableInode
 
setDirectChildrenLoaded(Supplier<JournalContext>, InodeDirectory) - Method in class alluxio.master.file.meta.InodeTree
Marks an inode directory as having its direct children loaded.
setDirectChildrenLoaded(boolean) - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
setDstPath(AlluxioURI) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mDstPath field.
setEvictBatchSize(int) - Method in class alluxio.master.metastore.caching.CacheConfiguration.Builder
 
setFirst(LockedInodePath) - Method in class alluxio.master.file.meta.InodePathPair
 
setGroup(String) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setGroup(String) - Method in class alluxio.master.file.meta.MutableInode
 
setHighWaterMark(int) - Method in class alluxio.master.metastore.caching.CacheConfiguration.Builder
 
setInodeStoreFactory(InodeStore.Factory) - Method in class alluxio.master.CoreMasterContext.Builder
 
setInternalAcl(AccessControlList) - Method in class alluxio.master.file.meta.MutableInode
Sets the internal ACL to a specified ACL.
setIp(String) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mIp field.
setJournalSystem(JournalSystem) - Method in class alluxio.master.CoreMasterContext.Builder
 
setKey(PropertyKey) - Method in class alluxio.master.meta.checkconf.ConfigRecord
 
setLastAccessTimeMs(long) - Method in class alluxio.master.file.meta.MutableInode
 
setLastAccessTimeMs(long, boolean) - Method in class alluxio.master.file.meta.MutableInode
 
setLastModificationTimeMs(long) - Method in class alluxio.master.file.meta.MutableInode
Sets the last modification time of the inode to the new time if the new time is more recent.
setLastModificationTimeMs(long, boolean) - Method in class alluxio.master.file.meta.MutableInode
 
setLength(long) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setLowWaterMark(int) - Method in class alluxio.master.metastore.caching.CacheConfiguration.Builder
 
setMaxSize(int) - Method in class alluxio.master.metastore.caching.CacheConfiguration.Builder
 
setMediumTypes(Set<String>) - Method in class alluxio.master.file.meta.MutableInode
 
setMetadataLoad(boolean) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setMode(short) - Method in class alluxio.master.file.meta.MutableInode
 
setMountPoint(boolean) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setMountPoint(boolean) - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
setName(String) - Method in class alluxio.master.file.meta.MutableInode
 
setNewerVersionAvailable(boolean) - Method in class alluxio.master.meta.DefaultMetaMaster
 
setNewerVersionAvailable(boolean) - Method in interface alluxio.master.meta.MetaMaster
Sets whether newer version Alluxio is available.
setNextContainerId(long) - Method in class alluxio.master.block.BlockContainerIdGenerator
 
setOperationTimeMs(long) - Method in class alluxio.master.file.contexts.CompleteFileContext
Sets operation time.
setOperationTimeMs(long) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setOperationTimeMs(long) - Method in class alluxio.master.file.contexts.RenameContext
Sets operation time.
setOperationTimeMs(long) - Method in class alluxio.master.file.contexts.SetAttributeContext
Sets operation time.
setOwner(String) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setOwner(String) - Method in class alluxio.master.file.meta.MutableInode
 
setParentId(long) - Method in class alluxio.master.file.meta.MutableInode
 
setPathConfiguration(String, Map<PropertyKey, String>) - Method in class alluxio.master.meta.DefaultMetaMaster
 
setPathConfiguration(String, Map<PropertyKey, String>) - Method in interface alluxio.master.meta.MetaMaster
Sets properties for a path.
setPathConfiguration(SetPathConfigurationPRequest, StreamObserver<SetPathConfigurationPResponse>) - Method in class alluxio.master.meta.MetaMasterConfigurationServiceHandler
 
setPersistenceState(PersistenceState) - Method in class alluxio.master.file.meta.MutableInode
 
setPersistJobId(long) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setPinned(RpcContext, LockedInodePath, boolean, List<String>, long) - Method in class alluxio.master.file.meta.InodeTree
Sets the pinned state of an inode.
setPinned(boolean) - Method in class alluxio.master.file.meta.MutableInode
 
setPort(int) - Method in class alluxio.master.CoreMasterContext.Builder
 
setReplication(RpcContext, LockedInodePath, Integer, Integer, long) - Method in class alluxio.master.file.meta.InodeTree
Sets the min and/or max replication level of an inode.
setReplicationDurable(int) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setReplicationMax(int) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setReplicationMin(int) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setSafeModeManager(SafeModeManager) - Method in class alluxio.master.CoreMasterContext.Builder
 
setSecond(LockedInodePath) - Method in class alluxio.master.file.meta.InodePathPair
 
setSequenceNumber(long) - Method in class alluxio.master.file.state.DirectoryId
 
setShouldPersistTime(long) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setSkipCache(boolean) - Method in class alluxio.master.metastore.ReadOption.Builder
Sets whether to skip caching.
setSource(String) - Method in class alluxio.master.meta.checkconf.ConfigRecord
 
setSrcInode(Inode) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mSrcInode field.
setSrcPath(AlluxioURI) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mSrcPath field.
setStartTimeMs(long) - Method in class alluxio.master.CoreMasterContext.Builder
 
setSucceeded(boolean) - Method in class alluxio.master.file.FileSystemMasterAuditContext
 
setTempUfsPath(String) - Method in class alluxio.master.file.meta.MutableInodeFile
 
setTtl(long) - Method in class alluxio.master.file.meta.MutableInode
 
setTtlAction(TtlAction) - Method in class alluxio.master.file.meta.MutableInode
 
setTxId(long, long) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Set the transaction id for a particular mountId.
setUfsFingerprint(String) - Method in class alluxio.master.file.contexts.SetAttributeContext
Sets ufs fingerprint.
setUfsFingerprint(String) - Method in class alluxio.master.file.meta.MutableInode
 
setUfsManager(MasterUfsManager) - Method in class alluxio.master.CoreMasterContext.Builder
 
setUfsMode(Supplier<JournalContext>, AlluxioURI, UfsMode) - Method in class alluxio.underfs.MasterUfsManager
Set the operation mode the given physical ufs.
setUfsStatus(UfsStatus) - Method in class alluxio.master.file.contexts.CompleteFileContext
Sets ufs status.
setUfsStatus(UfsStatus) - Method in class alluxio.master.file.contexts.CreateDirectoryContext
Sets UfsStatus for the directory.
setUfsStatus(UfsStatus) - Method in class alluxio.master.file.contexts.LoadMetadataContext
Sets UfsStatus for the directory.
setUgi(String) - Method in class alluxio.master.file.FileSystemMasterAuditContext
Sets mUgi field.
setUserState(UserState) - Method in class alluxio.master.CoreMasterContext.Builder
 
setValue(String) - Method in class alluxio.master.meta.checkconf.ConfigRecord
 
setWriteType(WriteType) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setXAttr(Map<String, byte[]>) - Method in class alluxio.master.file.contexts.CreatePathContext
 
setXAttr(Map<String, byte[]>) - Method in class alluxio.master.file.meta.MutableInode
 
shouldSkipCache() - Method in class alluxio.master.metastore.ReadOption
 
shouldSync() - Method in class alluxio.master.file.meta.LockingScheme
 
shouldSyncPath(String, long, boolean) - Method in class alluxio.master.file.meta.UfsSyncPathCache
The logic of shouldSyncPath need to consider the difference between file and directory, with the variable isGetFileInfo we just process getFileInfo specially.
SimpleInodeLockList - Class in alluxio.master.file.meta
A simple inode lock list.
SimpleInodeLockList(InodeLockManager, boolean) - Constructor for class alluxio.master.file.meta.SimpleInodeLockList
Creates a new empty lock list.
size() - Method in class alluxio.master.file.meta.LockedInodePath
 
snapshot() - Method in class alluxio.master.meta.PathProperties
 
start() - Method in class alluxio.master.AlluxioMasterProcess
 
start() - Method in class alluxio.master.AlluxioSecondaryMaster
 
start(Boolean) - Method in class alluxio.master.block.DefaultBlockMaster
 
start() - Method in class alluxio.master.file.activesync.ActiveSyncManager
Start the polling threads.
start(Boolean) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
start() - Method in class alluxio.master.meta.DailyMetadataBackup
start(Boolean) - Method in class alluxio.master.meta.DefaultMetaMaster
 
start(Boolean) - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
startJvmMonitorProcess() - Method in class alluxio.master.AlluxioMasterProcess
Starts jvm monitor process, to monitor jvm.
startMasters(boolean) - Method in class alluxio.master.AlluxioMasterProcess
Starts all masters, including block master, FileSystem master, and additional masters.
startServing(String, String) - Method in class alluxio.master.AlluxioMasterProcess
Starts serving, letting MetricsSystem start sink and starting the web ui server and RPC Server.
startServingRPCServer() - Method in class alluxio.master.AlluxioMasterProcess
Starts the gRPC server.
startServingWebServer() - Method in class alluxio.master.AlluxioMasterProcess
Starts serving web ui server, resetting master web port, adding the metrics servlet to the web server and starting web ui.
startSync(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
startSync(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
starts active sync on a specified alluxioURI.
startSync(StartSyncPRequest, StreamObserver<StartSyncPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
startSyncAndJournal(RpcContext, AlluxioURI) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Start active sync on a URI and journal the add entry.
State(MountInfo) - Constructor for class alluxio.master.file.meta.MountTable.State
 
State() - Constructor for class alluxio.master.meta.DefaultMetaMaster.State
 
State() - Constructor for class alluxio.master.meta.PathProperties.State
 
stop() - Method in class alluxio.master.AlluxioMasterProcess
 
stop() - Method in class alluxio.master.AlluxioSecondaryMaster
 
stop() - Method in class alluxio.master.block.DefaultBlockMaster
 
stop() - Method in class alluxio.master.file.activesync.ActiveSyncManager
Stops the sync manager and any outstanding threads, does not change the sync points.
stop() - Method in class alluxio.master.file.DefaultFileSystemMaster
 
stop() - Method in class alluxio.master.meta.DailyMetadataBackup
stop() - Method in class alluxio.master.meta.DefaultMetaMaster
 
stop() - Method in class alluxio.web.MasterWebServer
 
stopMasters() - Method in class alluxio.master.AlluxioMasterProcess
Stops all masters, including block master, fileSystem master and additional masters.
stopServing() - Method in class alluxio.master.AlluxioMasterProcess
Stops serving, trying stop RPC server and web ui server and letting MetricsSystem stop all the sinks.
stopSync(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
stopSync(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
stops active sync on a specific syncpoint.
stopSync(StopSyncPRequest, StreamObserver<StopSyncPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
stopSyncAndJournal(RpcContext, AlluxioURI) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Stop active sync on a URI and journal the remove entry.
stopSyncForMount(long) - Method in class alluxio.master.file.activesync.ActiveSyncManager
Stop active sync on a mount id.
submit(FileInfo) - Method in class alluxio.master.file.ListStatusResultStream
 
submit(T) - Method in interface alluxio.master.file.ResultStream
Submits a new item to stream.
supportsBatchWrite() - Method in interface alluxio.master.metastore.InodeStore
 
supportsBatchWrite() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
sync() - Method in class alluxio.master.file.InodeSyncStream
Sync the metadata according the the root path the stream was created with.
syncPersistExistingDirectory(Supplier<JournalContext>, InodeDirectoryView) - Method in class alluxio.master.file.meta.InodeTree
Synchronously persists an inode directory to the UFS.
syncPersistNewDirectory(MutableInodeDirectory) - Method in class alluxio.master.file.meta.InodeTree
Synchronously persists an inode directory to the UFS.

T

takeBackup(BackupPRequest, AtomicLong) - Method in class alluxio.master.backup.AbstractBackupRole
Takes a backup on local master.
throwIfCancelled() - Method in class alluxio.master.file.RpcContext
Throws RuntimeException if the RPC was cancelled by any tracker.
TimeSeriesStore - Class in alluxio.master.metrics
An in-memory time series store for Alluxio metrics.
TimeSeriesStore() - Constructor for class alluxio.master.metrics.TimeSeriesStore
Constructs a new time series store.
ToBePersistedFileIds - Class in alluxio.master.file.meta
Keeps track of which files are in the TO_BE_PERSISTED persistence state.
ToBePersistedFileIds() - Constructor for class alluxio.master.file.meta.ToBePersistedFileIds
 
toByteArray(long, long) - Static method in class alluxio.master.metastore.rocks.RocksUtils
 
toByteArray(long, String) - Static method in class alluxio.master.metastore.rocks.RocksUtils
 
toDelete() - Method in class alluxio.master.file.meta.UfsSyncUtils.SyncPlan
 
toDisplayMountPointInfo() - Method in class alluxio.master.file.meta.options.MountInfo
 
toJournalEntry() - Method in class alluxio.master.file.meta.Inode
 
toJournalEntry(String) - Method in class alluxio.master.file.meta.MutableInode
 
toJournalEntry() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
toJournalEntry(String) - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
toJournalEntry() - Method in class alluxio.master.file.meta.MutableInodeFile
 
toJournalEntry(String) - Method in class alluxio.master.file.meta.MutableInodeFile
 
toLoadMetadata() - Method in class alluxio.master.file.meta.UfsSyncUtils.SyncPlan
 
toMountPointInfo() - Method in class alluxio.master.file.meta.options.MountInfo
 
toProto() - Method in class alluxio.master.file.meta.Inode
 
toProto() - Method in interface alluxio.master.file.meta.InodeView
 
toProto() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
toProto() - Method in class alluxio.master.file.meta.MutableInodeFile
 
toProtobuf(TtlAction) - Static method in class alluxio.master.ProtobufUtils
Converts Wire type to Protobuf type.
toProtoBuilder() - Method in class alluxio.master.file.meta.MutableInode
 
toString() - Method in class alluxio.master.AlluxioMasterProcess
 
toString() - Method in class alluxio.master.AlluxioSecondaryMaster
 
toString() - Method in class alluxio.master.backup.BackupHandshakeMessage
 
toString() - Method in class alluxio.master.backup.BackupHeartbeatMessage
 
toString() - Method in class alluxio.master.backup.BackupRequestMessage
 
toString() - Method in class alluxio.master.backup.BackupSuspendMessage
 
toString() - Method in class alluxio.master.block.meta.MasterBlockInfo
 
toString() - Method in class alluxio.master.block.meta.MasterBlockLocation
 
toString() - Method in class alluxio.master.block.meta.MasterWorkerInfo
 
toString() - Method in class alluxio.master.file.contexts.CheckAccessContext
 
toString() - Method in class alluxio.master.file.contexts.CheckConsistencyContext
 
toString() - Method in class alluxio.master.file.contexts.CompleteFileContext
 
toString() - Method in class alluxio.master.file.contexts.CreateDirectoryContext
 
toString() - Method in class alluxio.master.file.contexts.CreateFileContext
 
toString() - Method in class alluxio.master.file.contexts.CreatePathContext
 
toString() - Method in class alluxio.master.file.contexts.DeleteContext
 
toString() - Method in class alluxio.master.file.contexts.FreeContext
 
toString() - Method in class alluxio.master.file.contexts.GetStatusContext
 
toString() - Method in class alluxio.master.file.contexts.ListStatusContext
 
toString() - Method in class alluxio.master.file.contexts.LoadMetadataContext
 
toString() - Method in class alluxio.master.file.contexts.MountContext
 
toString() - Method in class alluxio.master.file.contexts.RenameContext
 
toString() - Method in class alluxio.master.file.contexts.ScheduleAsyncPersistenceContext
 
toString() - Method in class alluxio.master.file.contexts.SetAclContext
 
toString() - Method in class alluxio.master.file.contexts.SetAttributeContext
 
toString() - Method in class alluxio.master.file.contexts.WorkerHeartbeatContext
 
toString() - Method in class alluxio.master.file.FileSystemMasterAuditContext
 
toString() - Method in class alluxio.master.file.InodeSyncStream
 
toString() - Method in class alluxio.master.file.meta.Edge
 
toString() - Method in class alluxio.master.file.meta.LockedInodePath
 
toString() - Method in class alluxio.master.file.meta.LockingScheme
 
toString() - Method in class alluxio.master.file.meta.MutableInodeDirectory
 
toString() - Method in class alluxio.master.file.meta.MutableInodeFile
 
toString() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
toString() - Method in class alluxio.master.file.PersistJob
 
toString() - Method in class alluxio.master.meta.MasterInfo
 
toString() - Method in class alluxio.master.metrics.MetricsStore.ClusterCounterKey
 
toStringEntries() - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
toStringHelper() - Method in class alluxio.master.file.meta.MutableInode
 
toSyncChildren() - Method in class alluxio.master.file.meta.UfsSyncUtils.SyncPlan
 
toUpdateMetaData() - Method in class alluxio.master.file.meta.UfsSyncUtils.SyncPlan
 
traverse() - Method in class alluxio.master.file.meta.LockedInodePath
Traverses the inode path according to its lock pattern.
tryAcquirePersistingLock(long) - Method in class alluxio.master.file.meta.InodeLockManager
Tries to acquire a lock for persisting the specified inode id.
tryLockEdge(Edge, LockMode) - Method in class alluxio.master.file.meta.InodeLockManager
Attempts to acquire an edge lock.
tryLockInode(Long, LockMode) - Method in class alluxio.master.file.meta.InodeLockManager
Attempts to acquire an inode lock.
tryLockInodePath(LockingScheme) - Method in class alluxio.master.file.meta.InodeTree
Locks existing inodes on the path and with the pattern defined by LockingScheme.getPath() and LockingScheme.getPattern().
TtlBucket - Class in alluxio.master.file.meta
A bucket with all inodes whose ttl value lies in the bucket's time interval.
TtlBucket(long) - Constructor for class alluxio.master.file.meta.TtlBucket
Creates a new instance of TtlBucket.
TtlBucketList - Class in alluxio.master.file.meta
A list of non-empty TtlBuckets sorted by ttl interval start time of each bucket.
TtlBucketList(ReadOnlyInodeStore) - Constructor for class alluxio.master.file.meta.TtlBucketList
Creates a new list of TtlBuckets.

U

UfsAbsentPathCache - Interface in alluxio.master.file.meta
Cache for recording information about paths that are not present in UFS.
UfsAbsentPathCache.Factory - Class in alluxio.master.file.meta
Factory class for UfsAbsentPathCache.
UfsBlockLocationCache - Interface in alluxio.master.file.meta
Cache for block locations in the UFS.
UfsBlockLocationCache.Factory - Class in alluxio.master.file.meta
Factory class for UfsBlockLocationCache.
UfsDeleter - Interface in alluxio.master.file
Interface for deleting persisted entries from the UFS.
UfsJournalDumper - Class in alluxio.master.journal.tool
Implementation of AbstractJournalDumper for UFS journals.
UfsJournalDumper(String, long, long, String, String) - Constructor for class alluxio.master.journal.tool.UfsJournalDumper
Creates UFS journal dumper.
UfsStatusCache - Class in alluxio.underfs
This class is a cache from an Alluxio namespace URI (AlluxioURI, i.e.
UfsStatusCache(ExecutorService) - Constructor for class alluxio.underfs.UfsStatusCache
Create a new instance of UfsStatusCache.
UfsSyncChecker - Class in alluxio.master.file
Class to check if the contents of the under storage is in-sync with the master.
UfsSyncChecker(MountTable, ReadOnlyInodeStore) - Constructor for class alluxio.master.file.UfsSyncChecker
Create a new instance of UfsSyncChecker.
UfsSyncPathCache - Class in alluxio.master.file.meta
This cache maintains the Alluxio paths which have been synced with UFS.
UfsSyncPathCache() - Constructor for class alluxio.master.file.meta.UfsSyncPathCache
Creates a new instance of UfsSyncPathCache.
UfsSyncUtils - Class in alluxio.master.file.meta
Util methods for UFS sync.
UfsSyncUtils.SyncPlan - Class in alluxio.master.file.meta
A class describing how to sync an inode with the ufs.
unlockLastEdge() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
unlockLastEdge() - Method in interface alluxio.master.file.meta.InodeLockList
Unlocks the last locked edge.
unlockLastEdge() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
unlockLastInode() - Method in class alluxio.master.file.meta.CompositeInodeLockList
 
unlockLastInode() - Method in interface alluxio.master.file.meta.InodeLockList
Unlocks the last locked inode.
unlockLastInode() - Method in class alluxio.master.file.meta.SimpleInodeLockList
 
unmount(AlluxioURI) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
unmount(AlluxioURI) - Method in interface alluxio.master.file.FileSystemMaster
Unmounts a UFS path previously mounted onto an Alluxio path.
unmount(UnmountPRequest, StreamObserver<UnmountPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
update(BackupStatus) - Method in class alluxio.master.backup.BackupTracker
Replaces the internal status with given status.
update(Supplier<JournalContext>, AlluxioURI, long, MountPOptions) - Method in class alluxio.master.file.meta.MountTable
Update the mount point with new options and mount ID.
updateBackupUri(AlluxioURI) - Method in class alluxio.master.backup.BackupTracker
Updates backup URI of status.
updateCapacityBytes(Map<String, Long>) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Sets the capacity of the worker in bytes.
UpdateCheck - Class in alluxio.master.meta
Check for updates.
UpdateChecker - Class in alluxio.master.meta
Periodically Alluxio version update check.
UpdateChecker(DefaultMetaMaster) - Constructor for class alluxio.master.meta.UpdateChecker
Creates a new instance of UpdateChecker.
updateError(AlluxioException) - Method in class alluxio.master.backup.BackupTracker
Updates the error of backup status.
updateFromEntry(File.UpdateInodeEntry) - Method in class alluxio.master.file.meta.MutableInode
Updates this inode's state from the given entry.
updateFromEntry(File.UpdateInodeDirectoryEntry) - Method in class alluxio.master.file.meta.MutableInodeDirectory
Updates this inode directory's state from the given entry.
updateFromEntry(File.UpdateInodeFileEntry) - Method in class alluxio.master.file.meta.MutableInodeFile
Updates this inode file's state from the given entry.
updateHostname(String) - Method in class alluxio.master.backup.BackupTracker
Updates hostname of backup status.
updateInode(Supplier<JournalContext>, File.UpdateInodeEntry) - Method in class alluxio.master.file.meta.InodeTree
 
updateInodeAccessTimeNoJournal(long, long) - Method in class alluxio.master.file.meta.InodeTree
 
updateInodeFile(Supplier<JournalContext>, File.UpdateInodeFileEntry) - Method in class alluxio.master.file.meta.InodeTree
 
updateLastUpdatedTimeMs() - Method in class alluxio.master.block.meta.MasterWorkerInfo
Updates the last updated time of the worker in ms.
updateLastUpdatedTimeMs() - Method in class alluxio.master.meta.MasterInfo
Updates the last updated time of the master in ms.
updateLength(long) - Method in class alluxio.master.block.meta.MasterBlockInfo
Updates the length, if and only if the length was previously unknown.
updateMask(List<AclEntry>) - Method in class alluxio.master.file.meta.MutableInode
Update Mask for the Inode.
updateMount(AlluxioURI, MountContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
updateMount(AlluxioURI, MountContext) - Method in interface alluxio.master.file.FileSystemMaster
Update properties of an Alluxio mount point.
updateMount(UpdateMountPRequest, StreamObserver<UpdateMountPResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
updateState(BackupState) - Method in class alluxio.master.backup.BackupTracker
Updates the state of backup status.
updateToRemovedBlock(boolean, long) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Adds or removes a block from the to-be-removed blocks set of the worker.
updateUfsMode(AlluxioURI, UfsMode) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
updateUfsMode(AlluxioURI, UfsMode) - Method in interface alluxio.master.file.FileSystemMaster
Update the operation mode for the given ufs path under one or more mount points.
updateUfsMode(UpdateUfsModePRequest, StreamObserver<UpdateUfsModePResponse>) - Method in class alluxio.master.file.FileSystemMasterClientServiceHandler
 
updateUsedBytes(Map<String, Long>) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Sets the used space of the worker in bytes.
updateUsedBytes(String, long) - Method in class alluxio.master.block.meta.MasterWorkerInfo
Sets the used space of the worker in bytes.

V

validateBlocks(Function<Long, Boolean>, boolean) - Method in interface alluxio.master.block.BlockMaster
Validates the integrity of blocks with respect to the validator.
validateBlocks(Function<Long, Boolean>, boolean) - Method in class alluxio.master.block.DefaultBlockMaster
 
validateInodeBlocks(boolean) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
validateInodeBlocks(boolean) - Method in interface alluxio.master.file.FileSystemMaster
Checks the integrity of the inodes with respect to the blocks of the system.
valueOf(String) - Static method in enum alluxio.master.file.contexts.CallTracker.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum alluxio.master.file.DefaultFileSystemMaster.Metrics.UFSOps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum alluxio.master.file.meta.InodeTree.LockPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum alluxio.master.file.PersistJob.CancelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum alluxio.master.metastore.MetastoreType
Returns the enum constant of this type with the specified name.
values() - Static method in enum alluxio.master.file.contexts.CallTracker.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum alluxio.master.file.DefaultFileSystemMaster.Metrics.UFSOps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum alluxio.master.file.meta.InodeTree.LockPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum alluxio.master.file.PersistJob.CancelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum alluxio.master.metastore.MetastoreType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForReady(int) - Method in class alluxio.master.AlluxioSecondaryMaster
 
waitUntilFinished() - Method in class alluxio.master.backup.BackupTracker
Used to wait until this backup is finished.
waitUntilFinished(long, TimeUnit) - Method in class alluxio.master.backup.BackupTracker
Used to wait until this backup is finished.
WEBUI_BROWSE - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_CONFIG - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_DATA - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_INIT - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_LOGS - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_METRICS - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_MOUNTTABLE - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_OVERVIEW - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
WEBUI_WORKERS - Static variable in class alluxio.master.meta.AlluxioMasterRestServiceHandler
 
withTracker(CallTracker) - Method in class alluxio.master.file.contexts.OperationContext
Updates this context with a new tracker.
workerHeartbeat(long, Map<String, Long>, Map<String, Long>, List<Long>, Map<Block.BlockLocation, List<Long>>, Map<String, StorageList>, List<Metric>) - Method in interface alluxio.master.block.BlockMaster
Updates metadata when a worker periodically heartbeats with the master.
workerHeartbeat(long, Map<String, Long>, Map<String, Long>, List<Long>, Map<Block.BlockLocation, List<Long>>, Map<String, StorageList>, List<Metric>) - Method in class alluxio.master.block.DefaultBlockMaster
 
workerHeartbeat(long, List<Long>, WorkerHeartbeatContext) - Method in class alluxio.master.file.DefaultFileSystemMaster
 
workerHeartbeat(long, List<Long>, WorkerHeartbeatContext) - Method in interface alluxio.master.file.FileSystemMaster
Instructs a worker to persist the files.
workerHeartbeat(String, List<Metric>) - Method in class alluxio.master.metrics.DefaultMetricsMaster
 
workerHeartbeat(String, List<Metric>) - Method in interface alluxio.master.metrics.MetricsMaster
Handles the worker heartbeat and puts the metrics from an instance with a source name.
WorkerHeartbeatContext - Class in alluxio.master.file.contexts
Used to merge and wrap FileSystemHeartbeatPOptions.
workerRegister(long, List<String>, Map<String, Long>, Map<String, Long>, Map<Block.BlockLocation, List<Long>>, Map<String, StorageList>, RegisterWorkerPOptions) - Method in interface alluxio.master.block.BlockMaster
Updates metadata when a worker registers with the master.
workerRegister(long, List<String>, Map<String, Long>, Map<String, Long>, Map<Block.BlockLocation, List<Long>>, Map<String, StorageList>, RegisterWorkerPOptions) - Method in class alluxio.master.block.DefaultBlockMaster
 
wrap(InodeView) - Static method in class alluxio.master.file.meta.Inode
Wraps an InodeView, providing read-only access.
writeInode(MutableInode<?>) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
writeInode(MutableInode<?>) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
writeInode(MutableInode<?>) - Method in interface alluxio.master.metastore.InodeStore.WriteBatch
Adds an inode to the write batch.
writeInode(MutableInode<?>) - Method in interface alluxio.master.metastore.InodeStore
Adds the given inode, or overwrites it if it already exists.
writeInode(MutableInode<?>) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
writeNewInode(MutableInode<?>) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
writeNewInode(MutableInode<?>) - Method in interface alluxio.master.metastore.InodeStore
Adds a new inode.
writeObject(BufferOutput<?>, Serializer) - Method in class alluxio.master.backup.BackupHandshakeMessage
 
writeObject(BufferOutput<?>, Serializer) - Method in class alluxio.master.backup.BackupHeartbeatMessage
 
writeObject(BufferOutput<?>, Serializer) - Method in class alluxio.master.backup.BackupRequestMessage
 
writeObject(BufferOutput<?>, Serializer) - Method in class alluxio.master.backup.BackupSuspendMessage
 
writeToBackingStore(K, V) - Method in class alluxio.master.metastore.caching.Cache
Writes a key/value pair to the backing store.
writeToCheckpoint(OutputStream) - Method in class alluxio.master.file.meta.CheckpointedIdHashSet
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.file.meta.InodeCounter
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.file.meta.InodeTreePersistentState
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.file.meta.TtlBucketList
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.metastore.caching.CachingInodeStore
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.metastore.heap.HeapInodeStore
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.metastore.rocks.RocksInodeStore
 
writeToCheckpoint(OutputStream) - Method in class alluxio.master.metastore.rocks.RocksStore
Writes a checkpoint of the database's content to the given output stream.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2020. All Rights Reserved.