Constructor and Description |
---|
AbstractMasterClient(MasterClientConfig conf)
Creates a new master client base.
|
AbstractMasterClient(MasterClientConfig conf,
InetSocketAddress address,
java.util.function.Supplier<RetryPolicy> retryPolicySupplier)
Creates a new master client base.
|
Constructor and Description |
---|
RetryHandlingMetaMasterClient(MasterClientConfig conf)
Creates a new meta master client.
|
Modifier and Type | Method and Description |
---|---|
static BlockMasterClient |
BlockMasterClient.Factory.create(MasterClientConfig conf)
Factory method for
BlockMasterClient . |
Constructor and Description |
---|
RetryHandlingBlockMasterClient(MasterClientConfig conf)
Creates a new block master client.
|
Modifier and Type | Method and Description |
---|---|
static FileSystemMasterClient |
FileSystemMasterClient.Factory.create(MasterClientConfig conf)
Factory method for
FileSystemMasterClient . |
Constructor and Description |
---|
RetryHandlingFileSystemMasterClient(MasterClientConfig conf)
Creates a new
RetryHandlingFileSystemMasterClient instance. |
Constructor and Description |
---|
KeyValueMasterClient(MasterClientConfig conf)
Creates a new key-value master client.
|
Constructor and Description |
---|
LineageMasterClient(MasterClientConfig conf)
Creates a new lineage master client.
|
Constructor and Description |
---|
MetricsMasterClient(MasterClientConfig conf)
Creates a new metrics master client.
|
Modifier and Type | Method and Description |
---|---|
static MasterClientConfig |
MasterClientConfig.defaults() |
MasterClientConfig |
MasterClientConfig.withMasterInquireClient(MasterInquireClient masterInquireClient) |
MasterClientConfig |
MasterClientConfig.withSubject(Subject subject) |
Constructor and Description |
---|
RetryHandlingMetaMasterMasterClient(MasterClientConfig conf)
Creates a instance of
RetryHandlingMetaMasterMasterClient . |
Constructor and Description |
---|
BlockMasterClient(MasterClientConfig conf)
Creates a new instance of
BlockMasterClient for the worker. |
Constructor and Description |
---|
FileSystemMasterClient(MasterClientConfig conf)
Creates a instance of
FileSystemMasterClient . |
Copyright © 2023. All Rights Reserved.