Interface | Description |
---|---|
JsonSerializable |
This represents stress test objects that can be ser/de to/from json.
|
ObjectSizeCalculator.MemoryLayoutSpecification |
Describes constant memory overheads for various constructs in a JVM implementation.
|
Class | Description |
---|---|
BucketCounter |
Bucket Counter Utility.
|
CommonUtils |
Common utilities shared by all components in Alluxio.
|
ConfigurationUtils |
Utilities for working with Alluxio configurations.
|
EnvironmentUtils |
Utilities to detect environment Alluxio is running in.
|
ExceptionUtils |
Utility methods for working with exceptions.
|
ExtensionUtils |
Utility functions for working with extensions.
|
FeatureUtils |
Utilities to detect features that Alluxio is running with.
|
FileSystemOptions |
This class contains static methods which can be passed Alluxio configuration objects that
will populate the gRPC options objects with the proper values based on the given configuration.
|
FormatUtils |
Utility methods to parse specific formats, print according to specific formats or transform among
different formats.
|
HFSUtils |
Utility method called in alluxio-mount.sh to calculate space for Mac OS X HFS+.
|
IdUtils |
Utility methods for working with an id in Alluxio.
|
JvmPauseMonitor |
Class to monitor JVM with a daemon thread, the thread sleep period of time
and get the true time the sleep takes.
|
LogUtils |
Utility methods for working with log.
|
ModeUtils |
Utility methods for mode.
|
ObjectSizeCalculator |
Contains utility methods for calculating the memory usage of objects.
|
OSUtils |
OS related utility functions.
|
SecurityUtils |
Utility methods for security.
|
SessionIdUtils |
Utility methods for working with a session id in Alluxio.
|
ShellUtils |
A utility class for running Unix commands.
|
SleepUtils |
Sleep utilities shared by all components in Alluxio.
|
StreamUtils |
Convenience methods for working with streams.
|
TarUtils |
Utility methods for working with tar archives.
|
ThreadFactoryUtils |
Utility methods for the
ThreadFactory class. |
ThreadUtils |
Utility method for working with threads.
|
TieredIdentityUtils |
Utility functions for working with tiered identity.
|
UnderFileSystemUtils |
Utility functions for working with
UnderFileSystem . |
UnixMountInfo |
Class representing an entry in a Unix /etc/fstab file.
|
UnixMountInfo.Builder |
Builder for
UnixMountInfo . |
UnixMountInfo.Options |
Unix mount info options.
|
UnixMountInfo.Options.Builder |
Builder for Unix mount info options.
|
URIUtils |
Utility methods for working with URIs.
|
WaitForOptions |
Options for the
CommonUtils.waitFor(java.lang.String, java.util.function.Supplier<java.lang.Boolean>) method. |
Enum | Description |
---|---|
CommonUtils.ProcessType |
Alluxio process types.
|
Exception | Description |
---|---|
ShellUtils.ExitCodeException |
This is an IOException with exit code added.
|
Copyright © 2023. All Rights Reserved.