Constructor and Description |
---|
BasicCheckpoint(String fileFolder,
int numFiles,
FileSystemContext fsContext) |
BasicNonByteBufferOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType,
boolean deleteIfExists,
int length,
FileSystemContext fsContext) |
BasicOperations(AlluxioURI filePath,
ReadType readType,
WriteType writeType,
FileSystemContext fsContext) |
Modifier and Type | Field and Description |
---|---|
protected FileSystemContext |
AbstractCollectInfoCommand.mFsContext |
Constructor and Description |
---|
AbstractCollectInfoCommand(FileSystemContext fsContext)
Creates an instance of
AbstractCollectInfoCommand . |
CollectAlluxioInfoCommand(FileSystemContext fsContext)
Creates a new instance of
CollectAlluxioInfoCommand . |
CollectConfigCommand(FileSystemContext fsContext)
Creates a new instance of
CollectConfigCommand . |
CollectEnvCommand(FileSystemContext fsContext)
Creates a new instance of
CollectEnvCommand . |
CollectJvmInfoCommand(FileSystemContext fsContext)
Creates an instance of
CollectJvmInfoCommand . |
CollectLogCommand(FileSystemContext fsContext)
Creates a new instance of
CollectLogCommand . |
CollectMetricsCommand(FileSystemContext fsContext)
Creates a new instance of
CollectMetricsCommand . |
ExecuteShellCollectInfoCommand(FileSystemContext fsContext)
Creates a new instance of
ExecuteShellCollectInfoCommand . |
Modifier and Type | Method and Description |
---|---|
static Map<String,Command> |
FileSystemShellUtils.loadCommands(FileSystemContext fsContext)
Gets all
Command instances in the same package as FileSystemShell and load them
into a map. |
Modifier and Type | Field and Description |
---|---|
protected FileSystemContext |
AbstractFileSystemCommand.mFsContext |
Constructor and Description |
---|
CancelCommand(FileSystemContext fsContext)
creates the cancel command.
|
LeaderCommand(FileSystemContext fsContext)
creates the job leader command.
|
ListCommand(FileSystemContext fsContext)
Creates the job list command.
|
StatCommand(FileSystemContext fsContext)
Creates the job stat command.
|
Modifier and Type | Method and Description |
---|---|
static AlluxioBlockStore |
AlluxioBlockStore.create(FileSystemContext context)
Creates an Alluxio block store with default local hostname.
|
Modifier and Type | Method and Description |
---|---|
static BlockInStream |
BlockInStream.create(FileSystemContext context,
BlockInfo info,
WorkerNetAddress dataSource,
BlockInStream.BlockInStreamSource dataSourceType,
InStreamOptions options)
Creates a
BlockInStream . |
static BlockWorkerDataWriter |
BlockWorkerDataWriter.create(FileSystemContext context,
long blockId,
long blockSize,
OutStreamOptions options)
Creates an instance of
BlockWorkerDataWriter . |
static DataWriter |
DataWriter.Factory.create(FileSystemContext context,
long blockId,
long blockSize,
WorkerNetAddress address,
OutStreamOptions options) |
static UfsFallbackLocalFileDataWriter |
UfsFallbackLocalFileDataWriter.create(FileSystemContext context,
WorkerNetAddress address,
long blockId,
long blockSize,
OutStreamOptions options) |
static LocalFileDataWriter |
LocalFileDataWriter.create(FileSystemContext context,
WorkerNetAddress address,
long blockId,
long blockSize,
OutStreamOptions options)
Creates an instance of
LocalFileDataWriter . |
static GrpcDataWriter |
GrpcDataWriter.create(FileSystemContext context,
WorkerNetAddress address,
long id,
long length,
RequestType type,
OutStreamOptions options) |
static UnderFileSystemFileOutStream |
UnderFileSystemFileOutStream.create(FileSystemContext context,
WorkerNetAddress address,
OutStreamOptions options)
Creates an instance of
UnderFileSystemFileOutStream that writes to a UFS file. |
static BufferCachingGrpcDataReader |
BufferCachingGrpcDataReader.create(FileSystemContext context,
WorkerNetAddress address,
ReadRequest readRequest)
Creates an instance of
BufferCachingGrpcDataReader for block reads. |
static BlockInStream |
BlockInStream.createRemoteBlockInStream(FileSystemContext context,
long blockId,
WorkerNetAddress address,
BlockInStream.BlockInStreamSource blockSource,
long blockSize,
Protocol.OpenUfsBlockOptions ufsOptions)
Creates a
BlockInStream to read from a specific remote server. |
static BlockOutStream |
BlockOutStream.createReplicatedBlockOutStream(FileSystemContext context,
long blockId,
long blockSize,
List<WorkerNetAddress> workerNetAddresses,
OutStreamOptions options)
Creates a new remote block output stream.
|
Constructor and Description |
---|
Factory(FileSystemContext context,
WorkerNetAddress address,
long blockId,
long localReaderChunkSize,
InStreamOptions options)
Creates an instance of
LocalFileDataReader.Factory . |
Factory(FileSystemContext context,
WorkerNetAddress address,
ReadRequest.Builder readRequestBuilder)
Creates an instance of
GrpcDataReader.Factory for block reads. |
Factory(FileSystemContext context,
WorkerNetAddress address,
ReadRequest.Builder readRequestBuilder,
long blockSize)
Creates an instance of
SharedGrpcDataReader.Factory for block reads. |
Modifier and Type | Field and Description |
---|---|
protected FileSystemContext |
BaseFileSystem.mFsContext |
Modifier and Type | Method and Description |
---|---|
static FileSystemContext |
FileSystemContext.create(AlluxioConfiguration conf)
Creates a
FileSystemContext with a null subject
and a null local block worker. |
static FileSystemContext |
FileSystemContext.create(ClientContext clientContext) |
static FileSystemContext |
FileSystemContext.create(Subject subject,
AlluxioConfiguration conf) |
static FileSystemContext |
FileSystemContext.create(Subject subject,
AlluxioConfiguration conf,
BlockWorker blockWorker) |
static FileSystemContext |
FileSystemContext.create(Subject subject,
MasterInquireClient masterInquireClient,
AlluxioConfiguration alluxioConf)
This method is provided for testing, use the
create(alluxio.conf.AlluxioConfiguration) methods. |
Modifier and Type | Method and Description |
---|---|
static FileSystem |
FileSystem.Factory.create(FileSystemContext context) |
Constructor and Description |
---|
AlluxioFileInStream(URIStatus status,
InStreamOptions options,
FileSystemContext context) |
AlluxioFileOutStream(AlluxioURI path,
OutStreamOptions options,
FileSystemContext context)
Creates a new file output stream.
|
BaseFileSystem(FileSystemContext fsContext)
Constructs a new base file system.
|
ConfigHashSync(FileSystemContext context)
Constructs a new
ConfigHashSync . |
FileSystemContextReinitializer(FileSystemContext context)
Creates a new reinitializer for the context.
|
MetadataCachingBaseFileSystem(FileSystemContext context) |
Modifier and Type | Method and Description |
---|---|
FileSystemContext |
JobServerContext.getFsContext() |
Constructor and Description |
---|
JobServerContext(FileSystem filesystem,
FileSystemContext fsContext,
UfsManager ufsManager)
Creates a new instance of
JobServerContext . |
Modifier and Type | Method and Description |
---|---|
static void |
JobUtils.loadBlock(URIStatus status,
FileSystemContext context,
long blockId)
Loads a block into the local worker.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
MultiMasterLocalAlluxioCluster.getClient(FileSystemContext context) |
abstract FileSystem |
AbstractLocalAlluxioCluster.getClient(FileSystemContext context) |
FileSystem |
LocalAlluxioCluster.getClient(FileSystemContext context) |
FileSystem |
ClientPool.getClient(FileSystemContext context)
Returns a
FileSystem client using a specific context. |
FileSystem |
LocalAlluxioMaster.getClient(FileSystemContext context) |
Constructor and Description |
---|
JobMaster(MasterContext masterContext,
FileSystem filesystem,
FileSystemContext fsContext,
UfsManager ufsManager)
Creates a new instance of
JobMaster . |
Modifier and Type | Method and Description |
---|---|
FileSystemContext |
MultiProcessCluster.getFilesystemContext() |
Constructor and Description |
---|
CacheRequestManager(ExecutorService service,
BlockWorker blockWorker,
FileSystemContext fsContext) |
FuseManager(FileSystemContext fsContext)
Constructs a new
FuseManager . |
RemoteBlockReader(FileSystemContext fsContext,
long blockId,
long blockSize,
InetSocketAddress dataSource,
Protocol.OpenUfsBlockOptions ufsOptions)
Constructs a remote block reader.
|
Constructor and Description |
---|
BlockWorkerClientServiceHandler(WorkerProcess workerProcess,
FileSystemContext fsContext,
boolean domainSocketEnabled)
Creates a new implementation of gRPC BlockWorker interface.
|
Copyright © 2023. All Rights Reserved.