@NotThreadSafe public final class PinListSync extends Object implements HeartbeatExecutor
BlockWorker
.Constructor and Description |
---|
PinListSync(BlockWorker blockWorker,
FileSystemMasterClient masterClient)
Creates a new instance of
PinListSync . |
Modifier and Type | Method and Description |
---|---|
void |
close()
Cleans up any resources used by the heartbeat executor.
|
void |
heartbeat()
Implements the heartbeat logic.
|
public PinListSync(BlockWorker blockWorker, FileSystemMasterClient masterClient)
PinListSync
.blockWorker
- the block worker handlemasterClient
- the Alluxio master clientpublic void heartbeat()
HeartbeatExecutor
heartbeat
in interface HeartbeatExecutor
public void close()
HeartbeatExecutor
close
in interface HeartbeatExecutor
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2023. All Rights Reserved.