public final class PersistFile extends Object
Constructor and Description |
---|
PersistFile(long fileId,
List<Long> blockIds)
Creates a new instance for persist file.
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
getBlockIds() |
long |
getFileId() |
void |
setBlockIds(List<Long> blockIds)
Set the block ids.
|
void |
setFileId(long fileId)
Set the file id.
|
Copyright © 2023. All Rights Reserved.