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