@ThreadSafe public final class ConfigHashSync extends Object implements alluxio.heartbeat.HeartbeatExecutor
| Constructor and Description |
|---|
ConfigHashSync(FileSystemContext context)
Constructs a new
ConfigHashSync. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Optional<IOException> |
getException() |
void |
heartbeat() |
void |
resetMetaMasterConfigClient(alluxio.master.MasterClientContext context)
Resets the internal meta master client based on the new configuration.
|
public ConfigHashSync(FileSystemContext context)
ConfigHashSync.context - the filesystem contextpublic void resetMetaMasterConfigClient(alluxio.master.MasterClientContext context)
context - the context containing the new configurationpublic Optional<IOException> getException()
public void heartbeat()
heartbeat in interface alluxio.heartbeat.HeartbeatExecutorpublic void close()
close in interface alluxio.heartbeat.HeartbeatExecutorclose in interface Closeableclose in interface AutoCloseableCopyright © 2024. All Rights Reserved.