public static final class FileInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder> implements FileInfoOrBuilder
alluxio.grpc.file.FileInfo
Modifier and Type | Method and Description |
---|---|
FileInfo.Builder |
addAllBlockIds(Iterable<? extends Long> values)
repeated int64 blockIds = 13; |
FileInfo.Builder |
addAllFileBlockInfos(Iterable<? extends FileBlockInfo> values)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
addBlockIds(long value)
repeated int64 blockIds = 13; |
FileInfo.Builder |
addFileBlockInfos(FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
addFileBlockInfos(FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
addFileBlockInfos(int index,
FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
addFileBlockInfos(int index,
FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo.Builder |
addFileBlockInfosBuilder()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo.Builder |
addFileBlockInfosBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileInfo |
build() |
FileInfo |
buildPartial() |
FileInfo.Builder |
clear() |
FileInfo.Builder |
clearAcl()
optional .alluxio.grpc.file.PAcl acl = 27; |
FileInfo.Builder |
clearBlockIds()
repeated int64 blockIds = 13; |
FileInfo.Builder |
clearBlockSizeBytes()
optional int64 blockSizeBytes = 6; |
FileInfo.Builder |
clearCacheable()
optional bool cacheable = 11; |
FileInfo.Builder |
clearCompleted()
optional bool completed = 8; |
FileInfo.Builder |
clearCreationTimeMs()
optional int64 creationTimeMs = 7; |
FileInfo.Builder |
clearDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
FileInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FileInfo.Builder |
clearFileBlockInfos()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
clearFileId()
optional int64 fileId = 1; |
FileInfo.Builder |
clearFolder()
optional bool folder = 9; |
FileInfo.Builder |
clearGroup()
optional string group = 17; |
FileInfo.Builder |
clearInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24; |
FileInfo.Builder |
clearInMemoryPercentage()
optional int32 inMemoryPercentage = 25; |
FileInfo.Builder |
clearLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31; |
FileInfo.Builder |
clearLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14; |
FileInfo.Builder |
clearLength()
optional int64 length = 5; |
FileInfo.Builder |
clearMode()
optional int32 mode = 18; |
FileInfo.Builder |
clearMountId()
optional int64 mountId = 23; |
FileInfo.Builder |
clearMountPoint()
optional bool mountPoint = 20; |
FileInfo.Builder |
clearName()
optional string name = 2; |
FileInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FileInfo.Builder |
clearOwner()
optional string owner = 16; |
FileInfo.Builder |
clearPath()
optional string path = 3; |
FileInfo.Builder |
clearPersisted()
optional bool persisted = 12; |
FileInfo.Builder |
clearPersistenceState()
optional string persistenceState = 19; |
FileInfo.Builder |
clearPinned()
optional bool pinned = 10; |
FileInfo.Builder |
clearReplicationMax()
optional int32 replicationMax = 29; |
FileInfo.Builder |
clearReplicationMin()
optional int32 replicationMin = 30; |
FileInfo.Builder |
clearTtl()
optional int64 ttl = 15; |
FileInfo.Builder |
clearTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
FileInfo.Builder |
clearUfsFingerprint()
optional string ufsFingerprint = 26; |
FileInfo.Builder |
clearUfsPath()
optional string ufsPath = 4; |
FileInfo.Builder |
clone() |
PAcl |
getAcl()
optional .alluxio.grpc.file.PAcl acl = 27; |
PAcl.Builder |
getAclBuilder()
optional .alluxio.grpc.file.PAcl acl = 27; |
PAclOrBuilder |
getAclOrBuilder()
optional .alluxio.grpc.file.PAcl acl = 27; |
long |
getBlockIds(int index)
repeated int64 blockIds = 13; |
int |
getBlockIdsCount()
repeated int64 blockIds = 13; |
List<Long> |
getBlockIdsList()
repeated int64 blockIds = 13; |
long |
getBlockSizeBytes()
optional int64 blockSizeBytes = 6; |
boolean |
getCacheable()
optional bool cacheable = 11; |
boolean |
getCompleted()
optional bool completed = 8; |
long |
getCreationTimeMs()
optional int64 creationTimeMs = 7; |
PAcl |
getDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
PAcl.Builder |
getDefaultAclBuilder()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
PAclOrBuilder |
getDefaultAclOrBuilder()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
FileInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FileBlockInfo |
getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfo.Builder |
getFileBlockInfosBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<FileBlockInfo.Builder> |
getFileBlockInfosBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
int |
getFileBlockInfosCount()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<FileBlockInfo> |
getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileBlockInfoOrBuilder |
getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
List<? extends FileBlockInfoOrBuilder> |
getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
long |
getFileId()
optional int64 fileId = 1; |
boolean |
getFolder()
optional bool folder = 9; |
String |
getGroup()
optional string group = 17; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 17; |
int |
getInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24; |
int |
getInMemoryPercentage()
optional int32 inMemoryPercentage = 25; |
long |
getLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31; |
long |
getLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14; |
long |
getLength()
optional int64 length = 5; |
int |
getMode()
optional int32 mode = 18; |
long |
getMountId()
optional int64 mountId = 23; |
boolean |
getMountPoint()
optional bool mountPoint = 20; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
String |
getOwner()
optional string owner = 16; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 16; |
String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
boolean |
getPersisted()
optional bool persisted = 12; |
String |
getPersistenceState()
optional string persistenceState = 19; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistenceState = 19; |
boolean |
getPinned()
optional bool pinned = 10; |
int |
getReplicationMax()
optional int32 replicationMax = 29; |
int |
getReplicationMin()
optional int32 replicationMin = 30; |
long |
getTtl()
optional int64 ttl = 15; |
TtlAction |
getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
String |
getUfsFingerprint()
optional string ufsFingerprint = 26; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufsFingerprint = 26; |
String |
getUfsPath()
optional string ufsPath = 4; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufsPath = 4; |
boolean |
hasAcl()
optional .alluxio.grpc.file.PAcl acl = 27; |
boolean |
hasBlockSizeBytes()
optional int64 blockSizeBytes = 6; |
boolean |
hasCacheable()
optional bool cacheable = 11; |
boolean |
hasCompleted()
optional bool completed = 8; |
boolean |
hasCreationTimeMs()
optional int64 creationTimeMs = 7; |
boolean |
hasDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
boolean |
hasFileId()
optional int64 fileId = 1; |
boolean |
hasFolder()
optional bool folder = 9; |
boolean |
hasGroup()
optional string group = 17; |
boolean |
hasInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24; |
boolean |
hasInMemoryPercentage()
optional int32 inMemoryPercentage = 25; |
boolean |
hasLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31; |
boolean |
hasLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14; |
boolean |
hasLength()
optional int64 length = 5; |
boolean |
hasMode()
optional int32 mode = 18; |
boolean |
hasMountId()
optional int64 mountId = 23; |
boolean |
hasMountPoint()
optional bool mountPoint = 20; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasOwner()
optional string owner = 16; |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasPersisted()
optional bool persisted = 12; |
boolean |
hasPersistenceState()
optional string persistenceState = 19; |
boolean |
hasPinned()
optional bool pinned = 10; |
boolean |
hasReplicationMax()
optional int32 replicationMax = 29; |
boolean |
hasReplicationMin()
optional int32 replicationMin = 30; |
boolean |
hasTtl()
optional int64 ttl = 15; |
boolean |
hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
boolean |
hasUfsFingerprint()
optional string ufsFingerprint = 26; |
boolean |
hasUfsPath()
optional string ufsPath = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FileInfo.Builder |
mergeAcl(PAcl value)
optional .alluxio.grpc.file.PAcl acl = 27; |
FileInfo.Builder |
mergeDefaultAcl(PAcl value)
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
FileInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FileInfo.Builder |
mergeFrom(FileInfo other) |
FileInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
FileInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FileInfo.Builder |
removeFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
setAcl(PAcl.Builder builderForValue)
optional .alluxio.grpc.file.PAcl acl = 27; |
FileInfo.Builder |
setAcl(PAcl value)
optional .alluxio.grpc.file.PAcl acl = 27; |
FileInfo.Builder |
setBlockIds(int index,
long value)
repeated int64 blockIds = 13; |
FileInfo.Builder |
setBlockSizeBytes(long value)
optional int64 blockSizeBytes = 6; |
FileInfo.Builder |
setCacheable(boolean value)
optional bool cacheable = 11; |
FileInfo.Builder |
setCompleted(boolean value)
optional bool completed = 8; |
FileInfo.Builder |
setCreationTimeMs(long value)
optional int64 creationTimeMs = 7; |
FileInfo.Builder |
setDefaultAcl(PAcl.Builder builderForValue)
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
FileInfo.Builder |
setDefaultAcl(PAcl value)
optional .alluxio.grpc.file.PAcl defaultAcl = 28; |
FileInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FileInfo.Builder |
setFileBlockInfos(int index,
FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
setFileBlockInfos(int index,
FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21; |
FileInfo.Builder |
setFileId(long value)
optional int64 fileId = 1; |
FileInfo.Builder |
setFolder(boolean value)
optional bool folder = 9; |
FileInfo.Builder |
setGroup(String value)
optional string group = 17; |
FileInfo.Builder |
setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 17; |
FileInfo.Builder |
setInAlluxioPercentage(int value)
optional int32 inAlluxioPercentage = 24; |
FileInfo.Builder |
setInMemoryPercentage(int value)
optional int32 inMemoryPercentage = 25; |
FileInfo.Builder |
setLastAccessTimeMs(long value)
optional int64 lastAccessTimeMs = 31; |
FileInfo.Builder |
setLastModificationTimeMs(long value)
optional int64 lastModificationTimeMs = 14; |
FileInfo.Builder |
setLength(long value)
optional int64 length = 5; |
FileInfo.Builder |
setMode(int value)
optional int32 mode = 18; |
FileInfo.Builder |
setMountId(long value)
optional int64 mountId = 23; |
FileInfo.Builder |
setMountPoint(boolean value)
optional bool mountPoint = 20; |
FileInfo.Builder |
setName(String value)
optional string name = 2; |
FileInfo.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2; |
FileInfo.Builder |
setOwner(String value)
optional string owner = 16; |
FileInfo.Builder |
setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 16; |
FileInfo.Builder |
setPath(String value)
optional string path = 3; |
FileInfo.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 3; |
FileInfo.Builder |
setPersisted(boolean value)
optional bool persisted = 12; |
FileInfo.Builder |
setPersistenceState(String value)
optional string persistenceState = 19; |
FileInfo.Builder |
setPersistenceStateBytes(com.google.protobuf.ByteString value)
optional string persistenceState = 19; |
FileInfo.Builder |
setPinned(boolean value)
optional bool pinned = 10; |
FileInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FileInfo.Builder |
setReplicationMax(int value)
optional int32 replicationMax = 29; |
FileInfo.Builder |
setReplicationMin(int value)
optional int32 replicationMin = 30; |
FileInfo.Builder |
setTtl(long value)
optional int64 ttl = 15; |
FileInfo.Builder |
setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttlAction = 22; |
FileInfo.Builder |
setUfsFingerprint(String value)
optional string ufsFingerprint = 26; |
FileInfo.Builder |
setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufsFingerprint = 26; |
FileInfo.Builder |
setUfsPath(String value)
optional string ufsPath = 4; |
FileInfo.Builder |
setUfsPathBytes(com.google.protobuf.ByteString value)
optional string ufsPath = 4; |
FileInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FileInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FileInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FileInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FileInfo.Builder>
public FileInfo.Builder mergeFrom(FileInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public FileInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FileInfo.Builder>
IOException
public boolean hasFileId()
optional int64 fileId = 1;
hasFileId
in interface FileInfoOrBuilder
public long getFileId()
optional int64 fileId = 1;
getFileId
in interface FileInfoOrBuilder
public FileInfo.Builder setFileId(long value)
optional int64 fileId = 1;
public FileInfo.Builder clearFileId()
optional int64 fileId = 1;
public boolean hasName()
optional string name = 2;
hasName
in interface FileInfoOrBuilder
public String getName()
optional string name = 2;
getName
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
getNameBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setName(String value)
optional string name = 2;
public FileInfo.Builder clearName()
optional string name = 2;
public FileInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 2;
public boolean hasPath()
optional string path = 3;
hasPath
in interface FileInfoOrBuilder
public String getPath()
optional string path = 3;
getPath
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
getPathBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setPath(String value)
optional string path = 3;
public FileInfo.Builder clearPath()
optional string path = 3;
public FileInfo.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 3;
public boolean hasUfsPath()
optional string ufsPath = 4;
hasUfsPath
in interface FileInfoOrBuilder
public String getUfsPath()
optional string ufsPath = 4;
getUfsPath
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getUfsPathBytes()
optional string ufsPath = 4;
getUfsPathBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setUfsPath(String value)
optional string ufsPath = 4;
public FileInfo.Builder clearUfsPath()
optional string ufsPath = 4;
public FileInfo.Builder setUfsPathBytes(com.google.protobuf.ByteString value)
optional string ufsPath = 4;
public boolean hasLength()
optional int64 length = 5;
hasLength
in interface FileInfoOrBuilder
public long getLength()
optional int64 length = 5;
getLength
in interface FileInfoOrBuilder
public FileInfo.Builder setLength(long value)
optional int64 length = 5;
public FileInfo.Builder clearLength()
optional int64 length = 5;
public boolean hasBlockSizeBytes()
optional int64 blockSizeBytes = 6;
hasBlockSizeBytes
in interface FileInfoOrBuilder
public long getBlockSizeBytes()
optional int64 blockSizeBytes = 6;
getBlockSizeBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setBlockSizeBytes(long value)
optional int64 blockSizeBytes = 6;
public FileInfo.Builder clearBlockSizeBytes()
optional int64 blockSizeBytes = 6;
public boolean hasCreationTimeMs()
optional int64 creationTimeMs = 7;
hasCreationTimeMs
in interface FileInfoOrBuilder
public long getCreationTimeMs()
optional int64 creationTimeMs = 7;
getCreationTimeMs
in interface FileInfoOrBuilder
public FileInfo.Builder setCreationTimeMs(long value)
optional int64 creationTimeMs = 7;
public FileInfo.Builder clearCreationTimeMs()
optional int64 creationTimeMs = 7;
public boolean hasCompleted()
optional bool completed = 8;
hasCompleted
in interface FileInfoOrBuilder
public boolean getCompleted()
optional bool completed = 8;
getCompleted
in interface FileInfoOrBuilder
public FileInfo.Builder setCompleted(boolean value)
optional bool completed = 8;
public FileInfo.Builder clearCompleted()
optional bool completed = 8;
public boolean hasFolder()
optional bool folder = 9;
hasFolder
in interface FileInfoOrBuilder
public boolean getFolder()
optional bool folder = 9;
getFolder
in interface FileInfoOrBuilder
public FileInfo.Builder setFolder(boolean value)
optional bool folder = 9;
public FileInfo.Builder clearFolder()
optional bool folder = 9;
public boolean hasPinned()
optional bool pinned = 10;
hasPinned
in interface FileInfoOrBuilder
public boolean getPinned()
optional bool pinned = 10;
getPinned
in interface FileInfoOrBuilder
public FileInfo.Builder setPinned(boolean value)
optional bool pinned = 10;
public FileInfo.Builder clearPinned()
optional bool pinned = 10;
public boolean hasCacheable()
optional bool cacheable = 11;
hasCacheable
in interface FileInfoOrBuilder
public boolean getCacheable()
optional bool cacheable = 11;
getCacheable
in interface FileInfoOrBuilder
public FileInfo.Builder setCacheable(boolean value)
optional bool cacheable = 11;
public FileInfo.Builder clearCacheable()
optional bool cacheable = 11;
public boolean hasPersisted()
optional bool persisted = 12;
hasPersisted
in interface FileInfoOrBuilder
public boolean getPersisted()
optional bool persisted = 12;
getPersisted
in interface FileInfoOrBuilder
public FileInfo.Builder setPersisted(boolean value)
optional bool persisted = 12;
public FileInfo.Builder clearPersisted()
optional bool persisted = 12;
public List<Long> getBlockIdsList()
repeated int64 blockIds = 13;
getBlockIdsList
in interface FileInfoOrBuilder
public int getBlockIdsCount()
repeated int64 blockIds = 13;
getBlockIdsCount
in interface FileInfoOrBuilder
public long getBlockIds(int index)
repeated int64 blockIds = 13;
getBlockIds
in interface FileInfoOrBuilder
public FileInfo.Builder setBlockIds(int index, long value)
repeated int64 blockIds = 13;
public FileInfo.Builder addBlockIds(long value)
repeated int64 blockIds = 13;
public FileInfo.Builder addAllBlockIds(Iterable<? extends Long> values)
repeated int64 blockIds = 13;
public FileInfo.Builder clearBlockIds()
repeated int64 blockIds = 13;
public boolean hasLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14;
hasLastModificationTimeMs
in interface FileInfoOrBuilder
public long getLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14;
getLastModificationTimeMs
in interface FileInfoOrBuilder
public FileInfo.Builder setLastModificationTimeMs(long value)
optional int64 lastModificationTimeMs = 14;
public FileInfo.Builder clearLastModificationTimeMs()
optional int64 lastModificationTimeMs = 14;
public boolean hasTtl()
optional int64 ttl = 15;
hasTtl
in interface FileInfoOrBuilder
public long getTtl()
optional int64 ttl = 15;
getTtl
in interface FileInfoOrBuilder
public FileInfo.Builder setTtl(long value)
optional int64 ttl = 15;
public FileInfo.Builder clearTtl()
optional int64 ttl = 15;
public boolean hasOwner()
optional string owner = 16;
hasOwner
in interface FileInfoOrBuilder
public String getOwner()
optional string owner = 16;
getOwner
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 16;
getOwnerBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setOwner(String value)
optional string owner = 16;
public FileInfo.Builder clearOwner()
optional string owner = 16;
public FileInfo.Builder setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 16;
public boolean hasGroup()
optional string group = 17;
hasGroup
in interface FileInfoOrBuilder
public String getGroup()
optional string group = 17;
getGroup
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 17;
getGroupBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setGroup(String value)
optional string group = 17;
public FileInfo.Builder clearGroup()
optional string group = 17;
public FileInfo.Builder setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 17;
public boolean hasMode()
optional int32 mode = 18;
hasMode
in interface FileInfoOrBuilder
public int getMode()
optional int32 mode = 18;
getMode
in interface FileInfoOrBuilder
public FileInfo.Builder setMode(int value)
optional int32 mode = 18;
public FileInfo.Builder clearMode()
optional int32 mode = 18;
public boolean hasPersistenceState()
optional string persistenceState = 19;
hasPersistenceState
in interface FileInfoOrBuilder
public String getPersistenceState()
optional string persistenceState = 19;
getPersistenceState
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistenceState = 19;
getPersistenceStateBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setPersistenceState(String value)
optional string persistenceState = 19;
public FileInfo.Builder clearPersistenceState()
optional string persistenceState = 19;
public FileInfo.Builder setPersistenceStateBytes(com.google.protobuf.ByteString value)
optional string persistenceState = 19;
public boolean hasMountPoint()
optional bool mountPoint = 20;
hasMountPoint
in interface FileInfoOrBuilder
public boolean getMountPoint()
optional bool mountPoint = 20;
getMountPoint
in interface FileInfoOrBuilder
public FileInfo.Builder setMountPoint(boolean value)
optional bool mountPoint = 20;
public FileInfo.Builder clearMountPoint()
optional bool mountPoint = 20;
public List<FileBlockInfo> getFileBlockInfosList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosList
in interface FileInfoOrBuilder
public int getFileBlockInfosCount()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosCount
in interface FileInfoOrBuilder
public FileBlockInfo getFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfos
in interface FileInfoOrBuilder
public FileInfo.Builder setFileBlockInfos(int index, FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder setFileBlockInfos(int index, FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder addFileBlockInfos(FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder addFileBlockInfos(int index, FileBlockInfo value)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder addFileBlockInfos(FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder addFileBlockInfos(int index, FileBlockInfo.Builder builderForValue)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder addAllFileBlockInfos(Iterable<? extends FileBlockInfo> values)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder clearFileBlockInfos()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileInfo.Builder removeFileBlockInfos(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileBlockInfo.Builder getFileBlockInfosBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileBlockInfoOrBuilder getFileBlockInfosOrBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosOrBuilder
in interface FileInfoOrBuilder
public List<? extends FileBlockInfoOrBuilder> getFileBlockInfosOrBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
getFileBlockInfosOrBuilderList
in interface FileInfoOrBuilder
public FileBlockInfo.Builder addFileBlockInfosBuilder()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public FileBlockInfo.Builder addFileBlockInfosBuilder(int index)
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public List<FileBlockInfo.Builder> getFileBlockInfosBuilderList()
repeated .alluxio.grpc.file.FileBlockInfo fileBlockInfos = 21;
public boolean hasTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22;
hasTtlAction
in interface FileInfoOrBuilder
public TtlAction getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22;
getTtlAction
in interface FileInfoOrBuilder
public FileInfo.Builder setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttlAction = 22;
public FileInfo.Builder clearTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22;
public boolean hasMountId()
optional int64 mountId = 23;
hasMountId
in interface FileInfoOrBuilder
public long getMountId()
optional int64 mountId = 23;
getMountId
in interface FileInfoOrBuilder
public FileInfo.Builder setMountId(long value)
optional int64 mountId = 23;
public FileInfo.Builder clearMountId()
optional int64 mountId = 23;
public boolean hasInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24;
hasInAlluxioPercentage
in interface FileInfoOrBuilder
public int getInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24;
getInAlluxioPercentage
in interface FileInfoOrBuilder
public FileInfo.Builder setInAlluxioPercentage(int value)
optional int32 inAlluxioPercentage = 24;
public FileInfo.Builder clearInAlluxioPercentage()
optional int32 inAlluxioPercentage = 24;
public boolean hasInMemoryPercentage()
optional int32 inMemoryPercentage = 25;
hasInMemoryPercentage
in interface FileInfoOrBuilder
public int getInMemoryPercentage()
optional int32 inMemoryPercentage = 25;
getInMemoryPercentage
in interface FileInfoOrBuilder
public FileInfo.Builder setInMemoryPercentage(int value)
optional int32 inMemoryPercentage = 25;
public FileInfo.Builder clearInMemoryPercentage()
optional int32 inMemoryPercentage = 25;
public boolean hasUfsFingerprint()
optional string ufsFingerprint = 26;
hasUfsFingerprint
in interface FileInfoOrBuilder
public String getUfsFingerprint()
optional string ufsFingerprint = 26;
getUfsFingerprint
in interface FileInfoOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufsFingerprint = 26;
getUfsFingerprintBytes
in interface FileInfoOrBuilder
public FileInfo.Builder setUfsFingerprint(String value)
optional string ufsFingerprint = 26;
public FileInfo.Builder clearUfsFingerprint()
optional string ufsFingerprint = 26;
public FileInfo.Builder setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufsFingerprint = 26;
public boolean hasAcl()
optional .alluxio.grpc.file.PAcl acl = 27;
hasAcl
in interface FileInfoOrBuilder
public PAcl getAcl()
optional .alluxio.grpc.file.PAcl acl = 27;
getAcl
in interface FileInfoOrBuilder
public FileInfo.Builder setAcl(PAcl value)
optional .alluxio.grpc.file.PAcl acl = 27;
public FileInfo.Builder setAcl(PAcl.Builder builderForValue)
optional .alluxio.grpc.file.PAcl acl = 27;
public FileInfo.Builder mergeAcl(PAcl value)
optional .alluxio.grpc.file.PAcl acl = 27;
public FileInfo.Builder clearAcl()
optional .alluxio.grpc.file.PAcl acl = 27;
public PAcl.Builder getAclBuilder()
optional .alluxio.grpc.file.PAcl acl = 27;
public PAclOrBuilder getAclOrBuilder()
optional .alluxio.grpc.file.PAcl acl = 27;
getAclOrBuilder
in interface FileInfoOrBuilder
public boolean hasDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
hasDefaultAcl
in interface FileInfoOrBuilder
public PAcl getDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
getDefaultAcl
in interface FileInfoOrBuilder
public FileInfo.Builder setDefaultAcl(PAcl value)
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
public FileInfo.Builder setDefaultAcl(PAcl.Builder builderForValue)
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
public FileInfo.Builder mergeDefaultAcl(PAcl value)
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
public FileInfo.Builder clearDefaultAcl()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
public PAcl.Builder getDefaultAclBuilder()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
public PAclOrBuilder getDefaultAclOrBuilder()
optional .alluxio.grpc.file.PAcl defaultAcl = 28;
getDefaultAclOrBuilder
in interface FileInfoOrBuilder
public boolean hasReplicationMax()
optional int32 replicationMax = 29;
hasReplicationMax
in interface FileInfoOrBuilder
public int getReplicationMax()
optional int32 replicationMax = 29;
getReplicationMax
in interface FileInfoOrBuilder
public FileInfo.Builder setReplicationMax(int value)
optional int32 replicationMax = 29;
public FileInfo.Builder clearReplicationMax()
optional int32 replicationMax = 29;
public boolean hasReplicationMin()
optional int32 replicationMin = 30;
hasReplicationMin
in interface FileInfoOrBuilder
public int getReplicationMin()
optional int32 replicationMin = 30;
getReplicationMin
in interface FileInfoOrBuilder
public FileInfo.Builder setReplicationMin(int value)
optional int32 replicationMin = 30;
public FileInfo.Builder clearReplicationMin()
optional int32 replicationMin = 30;
public boolean hasLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31;
hasLastAccessTimeMs
in interface FileInfoOrBuilder
public long getLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31;
getLastAccessTimeMs
in interface FileInfoOrBuilder
public FileInfo.Builder setLastAccessTimeMs(long value)
optional int64 lastAccessTimeMs = 31;
public FileInfo.Builder clearLastAccessTimeMs()
optional int64 lastAccessTimeMs = 31;
public final FileInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
public final FileInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FileInfo.Builder>
Copyright © 2023. All Rights Reserved.