@PublicApi @NotThreadSafe public final class CreateBlockOptions extends Object
Constructor and Description |
---|
CreateBlockOptions(String alluxioPath,
String medium,
long initialBytes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlluxioPath() |
long |
getInitialBytes() |
String |
getMedium() |
int |
hashCode() |
CreateBlockOptions |
setAlluxioPath(String alluxioPath) |
CreateBlockOptions |
setInitialBytes(long initialBytes) |
CreateBlockOptions |
setMedium(String medium) |
String |
toString() |
public long getInitialBytes()
public CreateBlockOptions setAlluxioPath(String alluxioPath)
alluxioPath
- the alluxio pathpublic CreateBlockOptions setInitialBytes(long initialBytes)
initialBytes
- the intial bytespublic CreateBlockOptions setMedium(String medium)
medium
- the mediumCopyright © 2023. All Rights Reserved.