Interface | Description |
---|---|
AbstractClient.RpcCallable<V> |
The RPC to be executed in
AbstractClient.retryRPC(RpcCallable) . |
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.
|
Class | Description |
---|---|
AbstractClient |
The base class for 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.
|
ClientContext |
A
ClientContext contains information required and pertaining to making network
connections and performing operations with remote Alluxio processes. |
Constants |
System wide constants.
|
DefaultSupplier |
Supplier for a configuration property default.
|
MasterStorageTierAssoc |
StorageTierAssoc for masters. |
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. |
RpcUtils |
Utilities for handling server RPC calls.
|
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. |
StorageTierAssoc |
Creates a two-way mapping between storage tier aliases and ordinal numbers from the given
ServerConfiguration . |
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.
|
WorkerStorageTierAssoc |
StorageTierAssoc for workers. |
Copyright © 2023. All Rights Reserved.