JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
alluxio.master
,
alluxio.master.backup
,
alluxio.master.block
,
alluxio.master.block.meta
,
alluxio.master.file
,
alluxio.master.file.activesync
,
alluxio.master.file.async
,
alluxio.master.file.contexts
,
alluxio.master.file.meta
,
alluxio.master.file.meta.options
,
alluxio.master.file.replication
,
alluxio.master.file.state
,
alluxio.master.journal.tool
,
alluxio.master.meta
,
alluxio.master.meta.checkconf
,
alluxio.master.metastore
,
alluxio.master.metastore.caching
,
alluxio.master.metastore.heap
,
alluxio.master.metastore.rocks
,
alluxio.master.metrics
,
alluxio.underfs
,
alluxio.web
Class Hierarchy
java.lang.Object
alluxio.master.backup.
AbstractBackupRole
(implements alluxio.master.backup.
BackupRole
)
alluxio.master.backup.
BackupLeaderRole
alluxio.master.backup.
BackupWorkerRole
alluxio.
AbstractClient
(implements alluxio.
Client
)
alluxio.
AbstractMasterClient
alluxio.master.meta.
RetryHandlingMetaMasterMasterClient
alluxio.master.journal.tool.
AbstractJournalDumper
alluxio.master.journal.tool.
RaftJournalDumper
alluxio.master.journal.tool.
UfsJournalDumper
alluxio.master.
AbstractMaster
(implements alluxio.master.
Master
)
alluxio.master.
CoreMaster
alluxio.master.block.
DefaultBlockMaster
(implements alluxio.master.block.
BlockMaster
)
alluxio.master.file.
DefaultFileSystemMaster
(implements alluxio.master.journal.
DelegatingJournaled
, alluxio.master.file.
FileSystemMaster
)
alluxio.master.meta.
DefaultMetaMaster
(implements alluxio.master.meta.
MetaMaster
)
alluxio.master.metrics.
DefaultMetricsMaster
(implements alluxio.master.metrics.
MetricsMaster
, alluxio.master.journal.
NoopJournaled
)
alluxio.underfs.
AbstractUfsManager
(implements alluxio.underfs.
UfsManager
)
alluxio.underfs.
MasterUfsManager
(implements alluxio.master.journal.
DelegatingJournaled
)
alluxio.master.file.activesync.
ActiveSyncer
(implements alluxio.heartbeat.
HeartbeatExecutor
)
alluxio.master.file.activesync.
ActiveSyncManager
(implements alluxio.master.journal.
Journaled
)
alluxio.master.
AlluxioMaster
alluxio.master.
AlluxioMasterProcess.Factory
alluxio.master.meta.
AlluxioMasterRestServiceHandler
alluxio.master.
AlluxioSecondaryMaster
(implements alluxio.
Process
)
alluxio.master.file.async.
AsyncPersistHandler.Factory
alluxio.master.file.meta.
AsyncUfsAbsentPathCache
(implements alluxio.master.file.meta.
UfsAbsentPathCache
)
alluxio.master.backup.
BackupHandshakeMessage
(implements io.atomix.catalyst.serializer.CatalystSerializable)
alluxio.master.backup.
BackupHeartbeatMessage
(implements io.atomix.catalyst.serializer.CatalystSerializable)
alluxio.master.backup.
BackupRequestMessage
(implements io.atomix.catalyst.serializer.CatalystSerializable)
alluxio.master.backup.
BackupSuspendMessage
(implements io.atomix.catalyst.serializer.CatalystSerializable)
alluxio.master.backup.
BackupTracker
alluxio.master.block.
BlockContainerIdGenerator
(implements alluxio.master.block.
ContainerIdGenerable
)
alluxio.master.file.
BlockIntegrityChecker
(implements alluxio.heartbeat.
HeartbeatExecutor
)
alluxio.grpc.
BlockMasterClientServiceGrpc.BlockMasterClientServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.block.
BlockMasterClientServiceHandler
alluxio.master.block.
BlockMasterFactory
(implements alluxio.master.
MasterFactory
<T>)
alluxio.grpc.
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.block.
BlockMasterWorkerServiceHandler
alluxio.master.metastore.
BlockStore.Block
alluxio.master.metastore.caching.
Cache
<K,V> (implements java.io.Closeable)
alluxio.master.metastore.caching.
Cache.Entry
alluxio.master.metastore.caching.
CacheConfiguration
alluxio.master.metastore.caching.
CacheConfiguration.Builder
alluxio.master.metastore.caching.
CachingInodeStore
(implements java.io.Closeable, alluxio.master.metastore.
InodeStore
)
alluxio.master.file.meta.
CompositeInodeLockList
(implements alluxio.master.file.meta.
InodeLockList
)
alluxio.master.meta.checkconf.
ConfigRecord
alluxio.master.
CoreMasterContext.Builder
alluxio.master.meta.
DailyMetadataBackup
alluxio.master.file.async.
DefaultAsyncPersistHandler
(implements alluxio.master.file.async.
AsyncPersistHandler
)
alluxio.master.file.
DefaultBlockDeletionContext
(implements alluxio.master.file.
BlockDeletionContext
)
alluxio.master.block.
DefaultBlockMaster.Metrics
alluxio.master.file.
DefaultFileSystemMaster.Metrics
alluxio.master.meta.
DefaultMetaMaster.State
(implements alluxio.master.journal.
Journaled
)
alluxio.master.file.
DefaultPermissionChecker
(implements alluxio.master.file.
PermissionChecker
)
alluxio.master.
DefaultSafeModeManager
(implements alluxio.master.
SafeModeManager
)
alluxio.master.metastore.
DelegatingReadOnlyInodeStore
(implements alluxio.master.metastore.
ReadOnlyInodeStore
)
alluxio.collections.
DelegatingSet
<T> (implements java.util.Set<E>)
alluxio.master.file.meta.
CheckpointedIdHashSet
(implements alluxio.master.journal.checkpoint.
Checkpointed
)
alluxio.master.file.meta.
PinnedInodeFileIds
alluxio.master.file.meta.
ReplicationLimitedFileIds
alluxio.master.file.meta.
ToBePersistedFileIds
alluxio.master.file.state.
DirectoryId
alluxio.master.file.meta.
Edge
alluxio.master.file.meta.
EdgeEntry
alluxio.master.file.
FileSystemMasterAuditContext
(implements alluxio.master.audit.
AuditContext
)
alluxio.grpc.
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.file.
FileSystemMasterClientServiceHandler
alluxio.master.file.
FileSystemMasterFactory
(implements alluxio.master.
MasterFactory
<T>)
alluxio.grpc.
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.file.
FileSystemMasterJobServiceHandler
alluxio.master.file.
FileSystemMasterOptions
alluxio.master.file.meta.
FileSystemMasterView
alluxio.grpc.
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.file.
FileSystemMasterWorkerServiceHandler
alluxio.master.file.contexts.
GrpcCallTracker
(implements alluxio.master.file.contexts.
CallTracker
)
alluxio.master.metastore.heap.
HeapBlockStore
(implements alluxio.master.metastore.
BlockStore
)
alluxio.master.metastore.heap.
HeapInodeStore
(implements alluxio.master.metastore.
InodeStore
)
alluxio.master.file.meta.
Inode
(implements alluxio.master.file.meta.
InodeView
)
alluxio.master.file.meta.
InodeDirectory
(implements alluxio.master.file.meta.
InodeDirectoryView
)
alluxio.master.file.meta.
InodeFile
(implements alluxio.master.file.meta.
InodeFileView
)
alluxio.master.file.meta.
InodeDirectoryIdGenerator
(implements alluxio.master.journal.
Journaled
)
alluxio.master.file.meta.
InodeLockManager
(implements java.io.Closeable)
alluxio.master.file.
InodeSyncStream
alluxio.master.file.meta.
InodeTree
(implements alluxio.master.journal.
DelegatingJournaled
)
alluxio.master.file.meta.
InodeTreeBufferedIterator
(implements java.io.Closeable, java.util.Iterator<E>)
alluxio.master.file.meta.
InodeTreePersistentState
(implements alluxio.master.journal.
Journaled
)
alluxio.master.journal.tool.
JournalTool
alluxio.master.file.meta.
LazyUfsBlockLocationCache
(implements alluxio.master.file.meta.
UfsBlockLocationCache
)
alluxio.master.file.
ListStatusResultStream
(implements alluxio.master.file.
ResultStream
<T>)
alluxio.master.file.meta.
LockedInodePath
(implements java.io.Closeable)
alluxio.master.file.meta.
LockedInodePathList
(implements java.lang.AutoCloseable, java.lang.Iterable<T>)
alluxio.master.file.meta.
LockingScheme
alluxio.master.block.meta.
MasterBlockInfo
alluxio.master.block.meta.
MasterBlockLocation
alluxio.master.
MasterContext
alluxio.master.
CoreMasterContext
alluxio.master.meta.
MasterInfo
alluxio.master.
MasterProcess
(implements alluxio.
Process
)
alluxio.master.
AlluxioMasterProcess
alluxio.master.
MasterUtils
alluxio.master.block.meta.
MasterWorkerInfo
alluxio.grpc.
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.meta.
MetaMasterClientServiceHandler
alluxio.grpc.
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.meta.
MetaMasterConfigurationServiceHandler
alluxio.master.meta.
MetaMasterFactory
(implements alluxio.master.
MasterFactory
<T>)
alluxio.grpc.
MetaMasterMasterServiceGrpc.MetaMasterMasterServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.meta.
MetaMasterMasterServiceHandler
alluxio.master.meta.
MetaMasterSync
(implements alluxio.heartbeat.
HeartbeatExecutor
)
alluxio.grpc.
MetricsMasterClientServiceGrpc.MetricsMasterClientServiceImplBase
(implements io.grpc.BindableService)
alluxio.master.metrics.
MetricsMasterClientServiceHandler
alluxio.master.metrics.
MetricsMasterFactory
(implements alluxio.master.
MasterFactory
<T>)
alluxio.master.metrics.
MetricsStore
alluxio.master.metrics.
MetricsStore.ClusterCounterKey
alluxio.master.file.meta.options.
MountInfo
alluxio.master.file.meta.
MountTable
(implements alluxio.master.journal.
DelegatingJournaled
)
alluxio.master.file.meta.
MountTable.Resolution
alluxio.master.file.meta.
MountTable.ReverseResolution
alluxio.master.file.meta.
MountTable.State
(implements alluxio.master.journal.
Journaled
)
alluxio.master.file.meta.
MutableInode
<T> (implements alluxio.master.file.meta.
InodeView
)
alluxio.master.file.meta.
MutableInodeDirectory
(implements alluxio.master.file.meta.
InodeDirectoryView
)
alluxio.master.file.meta.
MutableInodeFile
(implements alluxio.master.file.meta.
InodeFileView
)
alluxio.master.file.
NoopBlockDeletionContext
(implements alluxio.master.file.
BlockDeletionContext
)
alluxio.master.file.meta.
NoopUfsAbsentPathCache
(implements alluxio.master.file.meta.
UfsAbsentPathCache
)
alluxio.master.file.
NoopUfsDeleter
(implements alluxio.master.file.
UfsDeleter
)
java.lang.Number (implements java.io.Serializable)
java.util.concurrent.atomic.AtomicLong (implements java.io.Serializable)
alluxio.master.file.meta.
InodeCounter
(implements alluxio.master.journal.checkpoint.
Checkpointed
)
alluxio.master.file.contexts.
OperationContext
<T,C>
alluxio.master.file.contexts.
CheckAccessContext
alluxio.master.file.contexts.
CheckConsistencyContext
alluxio.master.file.contexts.
CompleteFileContext
alluxio.master.file.contexts.
CreatePathContext
<T,K>
alluxio.master.file.contexts.
CreateDirectoryContext
alluxio.master.file.contexts.
CreateFileContext
alluxio.master.file.contexts.
DeleteContext
alluxio.master.file.contexts.
FreeContext
alluxio.master.file.contexts.
GetStatusContext
alluxio.master.file.contexts.
InternalOperationContext
alluxio.master.file.contexts.
ListStatusContext
alluxio.master.file.contexts.
LoadMetadataContext
alluxio.master.file.contexts.
MountContext
alluxio.master.file.contexts.
RenameContext
alluxio.master.file.contexts.
ScheduleAsyncPersistenceContext
alluxio.master.file.contexts.
SetAclContext
alluxio.master.file.contexts.
SetAttributeContext
alluxio.master.file.contexts.
WorkerHeartbeatContext
alluxio.collections.
Pair
<T1,T2>
alluxio.master.file.meta.
InodePathPair
(implements java.lang.AutoCloseable)
alluxio.master.meta.
PathProperties
(implements alluxio.master.journal.
DelegatingJournaled
)
alluxio.master.meta.
PathProperties.State
(implements alluxio.master.journal.
Journaled
)
alluxio.master.meta.
PathPropertiesView
alluxio.master.file.
PersistJob
alluxio.master.
ProtobufUtils
alluxio.master.metastore.
ReadOption
alluxio.master.metastore.
ReadOption.Builder
alluxio.master.file.replication.
ReplicationChecker
(implements alluxio.heartbeat.
HeartbeatExecutor
)
alluxio.master.metastore.rocks.
RocksBlockStore
(implements alluxio.master.metastore.
BlockStore
)
alluxio.master.metastore.rocks.
RocksInodeStore
(implements alluxio.master.metastore.
InodeStore
)
alluxio.master.metastore.rocks.
RocksStore
(implements java.io.Closeable)
alluxio.master.metastore.rocks.
RocksUtils
alluxio.master.file.
RpcContext
(implements java.io.Closeable, java.util.function.Supplier<T>)
alluxio.master.file.
SafeUfsDeleter
(implements alluxio.master.file.
UfsDeleter
)
alluxio.master.meta.checkconf.
ServerConfigurationChecker
alluxio.master.meta.checkconf.
ServerConfigurationStore
alluxio.master.file.meta.
SimpleInodeLockList
(implements alluxio.master.file.meta.
InodeLockList
)
alluxio.master.metrics.
TimeSeriesStore
alluxio.master.file.meta.
TtlBucket
(implements java.lang.Comparable<T>)
alluxio.master.file.meta.
TtlBucketList
(implements alluxio.master.journal.checkpoint.
Checkpointed
)
alluxio.master.file.meta.
UfsAbsentPathCache.Factory
alluxio.master.file.meta.
UfsBlockLocationCache.Factory
alluxio.underfs.
UfsStatusCache
alluxio.master.file.
UfsSyncChecker
alluxio.master.file.meta.
UfsSyncPathCache
alluxio.master.file.meta.
UfsSyncUtils
alluxio.master.file.meta.
UfsSyncUtils.SyncPlan
alluxio.master.meta.
UpdateCheck
alluxio.master.meta.
UpdateChecker
(implements alluxio.heartbeat.
HeartbeatExecutor
)
alluxio.web.
WebServer
alluxio.web.
MasterWebServer
Interface Hierarchy
alluxio.master.file.async.
AsyncPersistHandler
java.lang.AutoCloseable
alluxio.master.backup.
BackupRole
(also extends alluxio.master.backup.
BackupOps
, java.io.Closeable)
alluxio.master.file.
BlockDeletionContext
java.io.Closeable
alluxio.master.backup.
BackupRole
(also extends alluxio.master.backup.
BackupOps
)
alluxio.master.file.
BlockDeletionContext
alluxio.master.metastore.
InodeStore
(also extends alluxio.master.journal.checkpoint.
Checkpointed
, alluxio.master.metastore.
ReadOnlyInodeStore
)
alluxio.master.metastore.
ReadOnlyInodeStore
alluxio.master.metastore.
InodeStore
(also extends alluxio.master.journal.checkpoint.
Checkpointed
, java.io.Closeable)
alluxio.master.file.meta.
InodeLockList
alluxio.master.metastore.
InodeStore
(also extends alluxio.master.journal.checkpoint.
Checkpointed
, java.io.Closeable, alluxio.master.metastore.
ReadOnlyInodeStore
)
alluxio.master.metastore.
InodeStore.WriteBatch
alluxio.master.metastore.
ReadOnlyInodeStore
alluxio.master.metastore.
InodeStore
(also extends alluxio.master.journal.checkpoint.
Checkpointed
, java.io.Closeable)
alluxio.master.backup.
BackupOps
alluxio.master.backup.
BackupRole
(also extends java.io.Closeable)
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.
Master
)
alluxio.master.file.
BlockDeletionContext.BlockDeletionListener
alluxio.master.file.contexts.
CallTracker
alluxio.master.journal.checkpoint.
Checkpointed
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
, alluxio.master.
Master
)
alluxio.master.file.
FileSystemMaster
alluxio.master.metastore.
InodeStore
(also extends java.io.Closeable, alluxio.master.metastore.
ReadOnlyInodeStore
)
alluxio.master.journal.
Journaled
(also extends alluxio.master.journal.
JournalEntryIterable
)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
, alluxio.master.
Master
)
alluxio.master.file.
FileSystemMaster
alluxio.master.
Master
(also extends alluxio.
Server
<T>)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
)
alluxio.master.file.
FileSystemMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
, alluxio.master.
Master
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.
Master
(also extends alluxio.master.journal.
Journaled
, alluxio.
Server
<T>)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
)
alluxio.master.file.
FileSystemMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
, alluxio.master.
Master
)
alluxio.master.metrics.
MetricsMaster
java.lang.Comparable<T>
alluxio.master.file.meta.
InodeDirectoryView
alluxio.master.file.meta.
InodeFileView
alluxio.master.file.meta.
InodeView
(also extends alluxio.master.journal.
JournalEntryRepresentable
)
alluxio.master.file.meta.
InodeDirectoryView
alluxio.master.file.meta.
InodeFileView
alluxio.master.block.
ContainerIdGenerable
alluxio.master.block.
BlockMaster
(also extends alluxio.master.
Master
)
alluxio.master.file.state.
DirectoryId.UnmodifiableDirectoryId
java.util.function.Function<T,R>
alluxio.master.metastore.
InodeStore.Factory
java.lang.Iterable<T>
alluxio.master.metastore.
BlockStore
alluxio.master.journal.
JournalEntryIterable
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
, alluxio.master.
Master
)
alluxio.master.file.
FileSystemMaster
alluxio.master.journal.
Journaled
(also extends alluxio.master.journal.checkpoint.
Checkpointed
)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
, alluxio.master.
Master
)
alluxio.master.file.
FileSystemMaster
alluxio.master.
Master
(also extends alluxio.
Server
<T>)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
)
alluxio.master.file.
FileSystemMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
, alluxio.master.
Master
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.
Master
(also extends alluxio.master.journal.
Journaled
, alluxio.
Server
<T>)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
)
alluxio.master.file.
FileSystemMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
, alluxio.master.
Master
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.journal.
JournalEntryRepresentable
alluxio.master.file.meta.
InodeDirectoryView
alluxio.master.file.meta.
InodeFileView
alluxio.master.file.meta.
InodeView
(also extends java.lang.Comparable<T>)
alluxio.master.file.meta.
InodeDirectoryView
alluxio.master.file.meta.
InodeFileView
alluxio.master.file.
PermissionChecker
alluxio.master.file.
ResultStream
<T>
alluxio.
Server
<T>
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
, alluxio.master.
Master
)
alluxio.master.file.
FileSystemMaster
alluxio.master.
Master
(also extends alluxio.master.journal.
Journaled
)
alluxio.master.block.
BlockMaster
(also extends alluxio.master.block.
ContainerIdGenerable
)
alluxio.master.file.
FileSystemMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
)
alluxio.master.metrics.
MetricsMaster
alluxio.master.meta.
MetaMaster
(also extends alluxio.master.backup.
BackupOps
, alluxio.master.
Master
)
alluxio.master.metrics.
MetricsMaster
java.util.function.Supplier<T>
alluxio.master.metastore.
BlockStore.Factory
alluxio.master.file.meta.
UfsAbsentPathCache
alluxio.master.file.meta.
UfsBlockLocationCache
alluxio.master.file.
UfsDeleter
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
alluxio.master.file.
DefaultFileSystemMaster.Metrics.UFSOps
alluxio.master.file.
PersistJob.CancelState
alluxio.master.file.contexts.
CallTracker.Type
alluxio.master.file.meta.
InodeTree.LockPattern
alluxio.master.metastore.
MetastoreType
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All Rights Reserved.