public interface DirView
StorageDir
to provide more limited access.Modifier and Type | Method and Description |
---|---|
TempBlockMeta |
createTempBlockMeta(long sessionId,
long blockId,
long initialBlockSize)
Creates a
TempBlockMeta given sessionId, blockId, and initialBlockSize. |
TempBlockMeta createTempBlockMeta(long sessionId, long blockId, long initialBlockSize)
TempBlockMeta
given sessionId, blockId, and initialBlockSize.sessionId
- of the owning sessionblockId
- of the new blockinitialBlockSize
- of the new blockTempBlockMeta
under the underlying directoryCopyright © 2023. All Rights Reserved.