Package | Description |
---|---|
alluxio | |
alluxio.client | |
alluxio.client.block | |
alluxio.client.file | |
alluxio.client.keyvalue | |
alluxio.client.lineage | |
alluxio.client.metrics | |
alluxio.master.meta | |
alluxio.worker.block | |
alluxio.worker.file |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClient
The base class for clients.
|
class |
AbstractMasterClient
The base class for master clients.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingMetaMasterClient
A wrapper for the thrift client to interact with the meta master.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockMasterClient
A client to use for interacting with a block master.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingBlockMasterClient
A wrapper for the thrift client to interact with the block master, used by alluxio clients.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileSystemMasterClient
A client to use for interacting with a file system master.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingFileSystemMasterClient
A wrapper for the thrift client to interact with the file system master, used by alluxio clients.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyValueMasterClient
A wrapper for the thrift client to interact with the key-value master, used by Alluxio clients.
|
class |
KeyValueWorkerClient
Client for talking to a key-value worker server.
|
Modifier and Type | Class and Description |
---|---|
class |
LineageMasterClient
A wrapper for the thrift client to interact with the lineage master, used by alluxio clients.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsMasterClient
A client to use for interacting with a metrics master.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingMetaMasterMasterClient
A wrapper for the thrift client to interact with the primary meta master,
used by Alluxio standby masters.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockMasterClient
A wrapper for the thrift client to interact with the block master, used by alluxio worker.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemMasterClient
A wrapper for the thrift client to interact with the file system master, used by Alluxio worker.
|
Copyright © 2023. All Rights Reserved.