Interface | Description |
---|---|
AbstractClient.RpcCallable<V> | |
Client |
Interface for a client in the Alluxio system.
|
HealthCheckClient |
Client for checking service availability.
|
Positioned |
An interface for an object which tracks and can report its current position (for example a
stream).
|
Process |
Interface representing an Alluxio process.
|
RestUtils.RestCallable<T> |
An interface representing a callable.
|
RpcUtils.RpcCallableThrowsIOException<T> |
An interface representing a callable which can only throw Alluxio or IO exceptions.
|
RpcUtils.StreamingRpcCallable<T> |
An interface representing a streaming RPC callable.
|
Seekable |
This interface should be implemented by all Alluxio streams which support moving the read
position to a specific byte offset.
|
Server<T> |
Interface representing an Alluxio server.
|
StorageTierAssoc |
A two-way mapping between storage tier aliases and ordinal numbers from configuration.
|
Class | Description |
---|---|
AbstractClient |
AbstractClient is the base class for all the grpc clients in alluxio. |
AbstractJobMasterClient |
The base class for job master clients.
|
AbstractMasterClient |
The base class for master clients.
|
AlluxioRemoteLogFilter |
Thin filter to add MDC information to
LoggingEvent . |
AlluxioURI |
This class represents a URI in the Alluxio system.
|
BaseFileStructure |
Governs the file structure parameters inside a JMH micro bench.
|
BaseThreadState |
Captures commonly reused thread state such as ID and file name and depth to poll.
|
ClientContext |
A
ClientContext contains information required and pertaining to making network
connections and performing operations with remote Alluxio processes. |
Constants |
System wide constants.
|
CosnUfsConstants |
Ufs constants from compilation time by maven.
|
DefaultStorageTierAssoc |
Creates a two-way mapping between storage tier aliases and ordinal numbers from the given
Configuration . |
DefaultSupplier |
Supplier for a configuration property default.
|
OzoneUfsConstants |
Ufs constants from compilation time by maven.
|
ProcessUtils |
Utility methods for Alluxio
Process es. |
ProjectConstants |
Project constants from compilation time by maven.
|
Registry<T extends Server<U>,U> |
Class for registering individual
Server s that run within an Alluxio process. |
RestUtils |
Utilities for handling REST calls.
|
RestUtils.ErrorResponse |
Error response when
RestUtils.RestCallable.call() throws an exception. |
RpcSensitiveConfigMask |
RpcSensitiveConfigMask is going to mask the credential RPC messages.
|
RpcUtils |
Utilities for handling server RPC calls.
|
RpcUtilsBench |
Benchmarks for
RpcUtils . |
RpcUtilsBench.BenchParams | |
RuntimeConstants |
System constants that are determined during runtime.
|
SessionInfo |
Represents one session in the worker daemon.
|
Sessions |
Sessions represents and manages all sessions contacting a worker. |
StreamCache |
Cache for storing file input and output streams.
|
SyncInfo |
This class is used to represent what the active syncing process should sync.
|
UfsConstants |
Ufs constants from compilation time by maven.
|
Enum | Description |
---|---|
BaseFileStructure.Distribution |
Copyright © 2023. All Rights Reserved.