@NotThreadSafe public final class WorkerHeartbeatOptions extends Object
Constructor and Description |
---|
WorkerHeartbeatOptions(FileSystemHeartbeatTOptions options)
Constructs an instance of
WorkerHeartbeatOptions from
FileSystemHeartbeatTOptions . |
Modifier and Type | Method and Description |
---|---|
static WorkerHeartbeatOptions |
defaults() |
boolean |
equals(Object o) |
List<String> |
getPersistedUfsFingerprintList() |
int |
hashCode() |
void |
setPersistedUfsFingerprintList(List<String> persistedUfsFingerprintList) |
String |
toString() |
public WorkerHeartbeatOptions(FileSystemHeartbeatTOptions options)
WorkerHeartbeatOptions
from
FileSystemHeartbeatTOptions
.options
- the FileSystemHeartbeatTOptions
to usepublic static WorkerHeartbeatOptions defaults()
WorkerHeartbeatOptions
public List<String> getPersistedUfsFingerprintList()
public void setPersistedUfsFingerprintList(List<String> persistedUfsFingerprintList)
persistedUfsFingerprintList
- the list of ufs fingerprints, of persisted filesCopyright © 2023. All Rights Reserved.