@ThreadSafe public final class MoveConfig extends Object implements PlanConfig
Constructor and Description |
---|
MoveConfig(long blockId,
String workerHost,
String mediumType)
Creates a new instance of
MoveConfig . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getBlockId() |
String |
getMediumType() |
String |
getName() |
String |
getWorkerHost() |
int |
hashCode() |
String |
toString() |
public static final String NAME
public MoveConfig(long blockId, String workerHost, String mediumType)
MoveConfig
.blockId
- id of the block to moveworkerHost
- host name of the workermediumType
- the medium type to move toCopyright © 2023. All Rights Reserved.