Interface | Description |
---|---|
AbstractClient.RpcCallable<V> |
The RPC to be executed in
AbstractClient.retryRPC(RpcCallable) . |
AlluxioConfiguration |
Alluxio configuration.
|
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.NettyRpcCallable<T> |
An interface representing a netty RPC callable.
|
RpcUtils.RpcCallable<T> |
An interface representing a callable which can only throw Alluxio exceptions.
|
RpcUtils.RpcCallableThrowsIOException<T> |
An interface representing a callable which can only throw Alluxio or IO exceptions.
|
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.
|
URI |
This interface represents a URI.
|
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.
|
Configuration |
Global configuration properties of Alluxio.
|
ConfigurationValueOptions |
Options for getting configuration values.
|
Constants |
System wide constants.
|
DefaultSupplier |
Supplier for a configuration property default.
|
MasterStorageTierAssoc |
StorageTierAssoc for masters. |
MultiPartSchemeURI |
MultiPartSchemeURI supports multiple components for the scheme. |
ProcessUtils |
Utility methods for Alluxio
Process es. |
ProjectConstants |
Project constants from compilation time by maven.
|
PropertyKey |
Configuration property keys.
|
PropertyKey.Builder |
Builder to create
PropertyKey instances. |
PropertyKey.Name |
A nested class to hold named string constants for their corresponding properties.
|
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.
|
ServiceUtils |
Utility methods for Alluxio services.
|
SessionInfo |
Represents one session in the worker daemon.
|
Sessions |
Sessions represents and manages all sessions contacting a worker. |
StandardURI |
A wrapper class around
URI . |
StorageTierAssoc |
Creates a two-way mapping between storage tier aliases and ordinal numbers from the given
Configuration . |
StreamCache |
Cache for storing file input and output streams.
|
URI.Factory |
Factory for
URI . |
WorkerStorageTierAssoc |
StorageTierAssoc for workers. |
Enum | Description |
---|---|
PropertyKey.ConsistencyCheckLevel |
The consistency check level to apply to a certain property key.
|
PropertyKey.DisplayType |
Indicates how the property value should be displayed.
|
PropertyKey.Template |
A set of templates to generate the names of parameterized properties given
different parameters.
|
Copyright © 2023. All Rights Reserved.