@PublicApi @NotThreadSafe public final class FileBlockInfo extends Object implements Serializable
Constructor and Description |
---|
FileBlockInfo()
Creates a new instance of
FileBlockInfo . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BlockInfo |
getBlockInfo() |
long |
getOffset() |
List<String> |
getUfsLocations() |
int |
hashCode() |
FileBlockInfo |
setBlockInfo(BlockInfo blockInfo) |
FileBlockInfo |
setOffset(long offset) |
FileBlockInfo |
setUfsLocations(List<String> ufsLocations) |
String |
toString() |
public FileBlockInfo()
FileBlockInfo
.public BlockInfo getBlockInfo()
public long getOffset()
public FileBlockInfo setBlockInfo(BlockInfo blockInfo)
blockInfo
- the block info to usepublic FileBlockInfo setOffset(long offset)
offset
- the offset to usepublic FileBlockInfo setUfsLocations(List<String> ufsLocations)
ufsLocations
- the UFS locations to useCopyright © 2023. All Rights Reserved.