Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
FileBlockInfo |
FileBlockInfo.deepCopy() |
FileBlockInfo |
FileBlockInfo.setBlockInfo(BlockInfo blockInfo) |
FileBlockInfo |
FileBlockInfo.setOffset(long offset) |
FileBlockInfo |
FileBlockInfo.setUfsLocations(List<WorkerNetAddress> ufsLocations) |
FileBlockInfo |
FileBlockInfo.setUfsStringLocations(List<String> ufsStringLocations) |
Modifier and Type | Method and Description |
---|---|
List<FileBlockInfo> |
FileInfo.getFileBlockInfos() |
Iterator<FileBlockInfo> |
FileInfo.getFileBlockInfosIterator() |
Modifier and Type | Method and Description |
---|---|
void |
FileInfo.addToFileBlockInfos(FileBlockInfo elem) |
int |
FileBlockInfo.compareTo(FileBlockInfo other) |
boolean |
FileBlockInfo.equals(FileBlockInfo that) |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setFileBlockInfos(List<FileBlockInfo> fileBlockInfos) |
Constructor and Description |
---|
FileBlockInfo(FileBlockInfo other)
Performs a deep copy on other.
|
Constructor and Description |
---|
FileInfo(long fileId,
String name,
String path,
String ufsPath,
long length,
long blockSizeBytes,
long creationTimeMs,
boolean completed,
boolean folder,
boolean pinned,
boolean cacheable,
boolean persisted,
List<Long> blockIds,
int inMemoryPercentage,
long lastModificationTimeMs,
long ttl,
String owner,
String group,
int mode,
String persistenceState,
boolean mountPoint,
List<FileBlockInfo> fileBlockInfos,
TTtlAction ttlAction,
long mountId,
int inAlluxioPercentage,
String ufsFingerprint) |
Modifier and Type | Method and Description |
---|---|
protected FileBlockInfo |
FileBlockInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static FileBlockInfo |
FileBlockInfo.fromThrift(FileBlockInfo info)
Creates a new instance of
FileBlockInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.