public interface InodeFileView extends InodeView
Modifier and Type | Method and Description |
---|---|
long |
getBlockContainerId() |
long |
getBlockIdByIndex(int blockIndex)
Gets the block id for a given index.
|
List<Long> |
getBlockIds() |
long |
getBlockSizeBytes() |
long |
getLength() |
long |
getPersistJobId() |
int |
getReplicationDurable() |
int |
getReplicationMax() |
int |
getReplicationMin() |
long |
getShouldPersistTime() |
String |
getTempUfsPath() |
boolean |
isCacheable() |
boolean |
isCompleted() |
checkPermission, compareTo, generateClientFileInfo, getACL, getCreationTimeMs, getDefaultACL, getGroup, getId, getLastAccessTimeMs, getLastModificationTimeMs, getMediumTypes, getMode, getName, getOwner, getParentId, getPermission, getPersistenceState, getTtl, getTtlAction, getUfsFingerprint, getXAttr, isDeleted, isDirectory, isFile, isPersisted, isPinned, toProto
toJournalEntry
long getPersistJobId()
long getShouldPersistTime()
int getReplicationDurable()
int getReplicationMax()
int getReplicationMin()
String getTempUfsPath()
long getBlockSizeBytes()
long getLength()
long getBlockContainerId()
long getBlockIdByIndex(int blockIndex) throws BlockInfoException
blockIndex
- the index to get the block id forBlockInfoException
- if the index of the block is out of rangeboolean isCacheable()
boolean isCompleted()
Copyright © 2023. All Rights Reserved.