public final class UnderFileSystemBlockMeta extends Object
Constructor and Description |
---|
UnderFileSystemBlockMeta(long sessionId,
long blockId,
Protocol.OpenUfsBlockOptions options)
Creates an instance of
UnderFileSystemBlockMeta . |
Modifier and Type | Method and Description |
---|---|
long |
getBlockId() |
long |
getBlockSize() |
long |
getMountId() |
long |
getOffset() |
long |
getSessionId() |
String |
getUnderFileSystemPath() |
String |
getUser() |
boolean |
isNoCache() |
public UnderFileSystemBlockMeta(long sessionId, long blockId, Protocol.OpenUfsBlockOptions options)
UnderFileSystemBlockMeta
.sessionId
- the session IDblockId
- the block IDoptions
- the Protocol.OpenUfsBlUfsInputStreamCacheTestockOptions
public long getSessionId()
public long getBlockId()
public String getUnderFileSystemPath()
public long getOffset()
public long getBlockSize()
public long getMountId()
public boolean isNoCache()
public String getUser()
Copyright © 2023. All Rights Reserved.