public final class UfsBlockReadOptions extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static UfsBlockReadOptions |
fromProto(Protocol.OpenUfsBlockOptions options)
Creates from wire object.
|
long |
getMountId() |
long |
getOffsetInFile() |
String |
getUfsPath() |
int |
hashCode() |
boolean |
isCacheIntoAlluxio() |
public static UfsBlockReadOptions fromProto(Protocol.OpenUfsBlockOptions options)
options
- wire optionsIllegalArgumentException
- if critical information is missing in the options objectpublic long getMountId()
public long getOffsetInFile()
public String getUfsPath()
public boolean isCacheIntoAlluxio()
Copyright © 2023. All Rights Reserved.