Class | Description |
---|---|
Clients |
Container for various Alluxio clients.
|
ExternalProcess |
Class for launching another class in a new processes.
|
LimitedLifeMasterProcess |
Wrapper around AlluxioMaster which will exit after a limited amount of time.
|
LimitedLifeWorkerProcess |
Wrapper around AlluxioWorker which will exit after a limited amount of time.
|
Master |
Class for running and interacting with an Alluxio master in a separate process.
|
MasterNetAddress |
Network addresses for an Alluxio master.
|
MultiProcessCluster |
Class for starting, stopping, and interacting with an Alluxio cluster where each master and
worker runs in its own process.
|
MultiProcessCluster.Builder |
Builder for
MultiProcessCluster . |
PortCoordination |
Class for coordinating between test suites so that they don't conflict in ports.
|
PortCoordination.ReservedPort |
A port that has been reserved for the purposes of a single test.
|
Utils |
Utility methods for external test cluster classes.
|
Worker |
Class for running and interacting with an Alluxio worker in a separate process.
|
Enum | Description |
---|---|
MultiProcessCluster.DeployMode |
Deploy mode for the cluster.
|
Copyright © 2023. All Rights Reserved.