public static final class File.InodeFileEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder> implements File.InodeFileEntryOrBuilder
next available id: 30Protobuf type
alluxio.proto.journal.InodeFileEntry
Modifier and Type | Method and Description |
---|---|
File.InodeFileEntry.Builder |
addAllBlocks(Iterable<? extends Long> values)
repeated int64 blocks = 12; |
File.InodeFileEntry.Builder |
addAllMediumType(Iterable<String> values)
repeated string medium_type = 26; |
File.InodeFileEntry.Builder |
addBlocks(long value)
repeated int64 blocks = 12; |
File.InodeFileEntry.Builder |
addMediumType(String value)
repeated string medium_type = 26; |
File.InodeFileEntry.Builder |
addMediumTypeBytes(com.google.protobuf.ByteString value)
repeated string medium_type = 26; |
File.InodeFileEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.InodeFileEntry |
build() |
File.InodeFileEntry |
buildPartial() |
File.InodeFileEntry.Builder |
clear() |
File.InodeFileEntry.Builder |
clearAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
File.InodeFileEntry.Builder |
clearBlocks()
repeated int64 blocks = 12; |
File.InodeFileEntry.Builder |
clearBlockSizeBytes()
optional int64 block_size_bytes = 8; |
File.InodeFileEntry.Builder |
clearCacheable()
optional bool cacheable = 11; |
File.InodeFileEntry.Builder |
clearCompleted()
optional bool completed = 10; |
File.InodeFileEntry.Builder |
clearCreationTimeMs()
optional int64 creation_time_ms = 6; |
File.InodeFileEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
File.InodeFileEntry.Builder |
clearGroup()
optional string group = 15; |
File.InodeFileEntry.Builder |
clearId()
optional int64 id = 1; |
File.InodeFileEntry.Builder |
clearLastAccessTimeMs()
optional int64 last_access_time_ms = 29; |
File.InodeFileEntry.Builder |
clearLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
File.InodeFileEntry.Builder |
clearLength()
optional int64 length = 9; |
File.InodeFileEntry.Builder |
clearMediumType()
repeated string medium_type = 26; |
File.InodeFileEntry.Builder |
clearMode()
optional int32 mode = 16; |
File.InodeFileEntry.Builder |
clearName()
optional string name = 3; |
File.InodeFileEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
File.InodeFileEntry.Builder |
clearOwner()
optional string owner = 14; |
File.InodeFileEntry.Builder |
clearParentId()
optional int64 parent_id = 2; |
File.InodeFileEntry.Builder |
clearPath()
optional string path = 25; |
File.InodeFileEntry.Builder |
clearPersistenceState()
optional string persistence_state = 4; |
File.InodeFileEntry.Builder |
clearPersistJobId()
optional int64 persist_job_id = 22; |
File.InodeFileEntry.Builder |
clearPinned()
optional bool pinned = 5; |
File.InodeFileEntry.Builder |
clearReplicationDurable()
optional int32 replication_durable = 24; |
File.InodeFileEntry.Builder |
clearReplicationMax()
optional int32 replication_max = 20; |
File.InodeFileEntry.Builder |
clearReplicationMin()
optional int32 replication_min = 21; |
File.InodeFileEntry.Builder |
clearShouldPersistTime()
optional int64 should_persist_time = 27; |
File.InodeFileEntry.Builder |
clearTempUfsPath()
optional string temp_ufs_path = 23; |
File.InodeFileEntry.Builder |
clearTtl()
optional int64 ttl = 13; |
File.InodeFileEntry.Builder |
clearTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
File.InodeFileEntry.Builder |
clearUfsFingerprint()
optional string ufs_fingerprint = 18; |
File.InodeFileEntry.Builder |
clearXAttr() |
File.InodeFileEntry.Builder |
clone() |
boolean |
containsXAttr(String key)
map<string, bytes> xAttr = 28; |
Acl.AccessControlList |
getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
Acl.AccessControlList.Builder |
getAclBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
Acl.AccessControlListOrBuilder |
getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
long |
getBlocks(int index)
repeated int64 blocks = 12; |
int |
getBlocksCount()
repeated int64 blocks = 12; |
long |
getBlockSizeBytes()
optional int64 block_size_bytes = 8; |
List<Long> |
getBlocksList()
repeated int64 blocks = 12; |
boolean |
getCacheable()
optional bool cacheable = 11; |
boolean |
getCompleted()
optional bool completed = 10; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
File.InodeFileEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGroup()
optional string group = 15; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 15; |
long |
getId()
optional int64 id = 1; |
long |
getLastAccessTimeMs()
optional int64 last_access_time_ms = 29; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
long |
getLength()
optional int64 length = 9; |
String |
getMediumType(int index)
repeated string medium_type = 26; |
com.google.protobuf.ByteString |
getMediumTypeBytes(int index)
repeated string medium_type = 26; |
int |
getMediumTypeCount()
repeated string medium_type = 26; |
com.google.protobuf.ProtocolStringList |
getMediumTypeList()
repeated string medium_type = 26; |
int |
getMode()
optional int32 mode = 16; |
Map<String,com.google.protobuf.ByteString> |
getMutableXAttr()
Deprecated.
|
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getOwner()
optional string owner = 14; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 14; |
long |
getParentId()
optional int64 parent_id = 2; |
String |
getPath()
optional string path = 25; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 25; |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
long |
getPersistJobId()
optional int64 persist_job_id = 22; |
boolean |
getPinned()
optional bool pinned = 5; |
int |
getReplicationDurable()
optional int32 replication_durable = 24; |
int |
getReplicationMax()
optional int32 replication_max = 20; |
int |
getReplicationMin()
optional int32 replication_min = 21; |
long |
getShouldPersistTime()
optional int64 should_persist_time = 27; |
String |
getTempUfsPath()
optional string temp_ufs_path = 23; |
com.google.protobuf.ByteString |
getTempUfsPathBytes()
optional string temp_ufs_path = 23; |
long |
getTtl()
optional int64 ttl = 13; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 18; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 18; |
Map<String,com.google.protobuf.ByteString> |
getXAttr()
Deprecated.
|
int |
getXAttrCount()
map<string, bytes> xAttr = 28; |
Map<String,com.google.protobuf.ByteString> |
getXAttrMap()
map<string, bytes> xAttr = 28; |
com.google.protobuf.ByteString |
getXAttrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 28; |
com.google.protobuf.ByteString |
getXAttrOrThrow(String key)
map<string, bytes> xAttr = 28; |
boolean |
hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19; |
boolean |
hasBlockSizeBytes()
optional int64 block_size_bytes = 8; |
boolean |
hasCacheable()
optional bool cacheable = 11; |
boolean |
hasCompleted()
optional bool completed = 10; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasGroup()
optional string group = 15; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastAccessTimeMs()
optional int64 last_access_time_ms = 29; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasLength()
optional int64 length = 9; |
boolean |
hasMode()
optional int32 mode = 16; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOwner()
optional string owner = 14; |
boolean |
hasParentId()
optional int64 parent_id = 2; |
boolean |
hasPath()
optional string path = 25; |
boolean |
hasPersistenceState()
optional string persistence_state = 4; |
boolean |
hasPersistJobId()
optional int64 persist_job_id = 22; |
boolean |
hasPinned()
optional bool pinned = 5; |
boolean |
hasReplicationDurable()
optional int32 replication_durable = 24; |
boolean |
hasReplicationMax()
optional int32 replication_max = 20; |
boolean |
hasReplicationMin()
optional int32 replication_min = 21; |
boolean |
hasShouldPersistTime()
optional int64 should_persist_time = 27; |
boolean |
hasTempUfsPath()
optional string temp_ufs_path = 23; |
boolean |
hasTtl()
optional int64 ttl = 13; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 18; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
File.InodeFileEntry.Builder |
mergeAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 19; |
File.InodeFileEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.InodeFileEntry.Builder |
mergeFrom(File.InodeFileEntry other) |
File.InodeFileEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
File.InodeFileEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
File.InodeFileEntry.Builder |
putAllXAttr(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> xAttr = 28; |
File.InodeFileEntry.Builder |
putXAttr(String key,
com.google.protobuf.ByteString value)
map<string, bytes> xAttr = 28; |
File.InodeFileEntry.Builder |
removeXAttr(String key)
map<string, bytes> xAttr = 28; |
File.InodeFileEntry.Builder |
setAcl(Acl.AccessControlList.Builder builderForValue)
optional .alluxio.proto.shared.AccessControlList acl = 19; |
File.InodeFileEntry.Builder |
setAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 19; |
File.InodeFileEntry.Builder |
setBlocks(int index,
long value)
repeated int64 blocks = 12; |
File.InodeFileEntry.Builder |
setBlockSizeBytes(long value)
optional int64 block_size_bytes = 8; |
File.InodeFileEntry.Builder |
setCacheable(boolean value)
optional bool cacheable = 11; |
File.InodeFileEntry.Builder |
setCompleted(boolean value)
optional bool completed = 10; |
File.InodeFileEntry.Builder |
setCreationTimeMs(long value)
optional int64 creation_time_ms = 6; |
File.InodeFileEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.InodeFileEntry.Builder |
setGroup(String value)
optional string group = 15; |
File.InodeFileEntry.Builder |
setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 15; |
File.InodeFileEntry.Builder |
setId(long value)
optional int64 id = 1; |
File.InodeFileEntry.Builder |
setLastAccessTimeMs(long value)
optional int64 last_access_time_ms = 29; |
File.InodeFileEntry.Builder |
setLastModificationTimeMs(long value)
optional int64 last_modification_time_ms = 7; |
File.InodeFileEntry.Builder |
setLength(long value)
optional int64 length = 9; |
File.InodeFileEntry.Builder |
setMediumType(int index,
String value)
repeated string medium_type = 26; |
File.InodeFileEntry.Builder |
setMode(int value)
optional int32 mode = 16; |
File.InodeFileEntry.Builder |
setName(String value)
optional string name = 3; |
File.InodeFileEntry.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3; |
File.InodeFileEntry.Builder |
setOwner(String value)
optional string owner = 14; |
File.InodeFileEntry.Builder |
setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 14; |
File.InodeFileEntry.Builder |
setParentId(long value)
optional int64 parent_id = 2; |
File.InodeFileEntry.Builder |
setPath(String value)
optional string path = 25; |
File.InodeFileEntry.Builder |
setPathBytes(com.google.protobuf.ByteString value)
optional string path = 25; |
File.InodeFileEntry.Builder |
setPersistenceState(String value)
optional string persistence_state = 4; |
File.InodeFileEntry.Builder |
setPersistenceStateBytes(com.google.protobuf.ByteString value)
optional string persistence_state = 4; |
File.InodeFileEntry.Builder |
setPersistJobId(long value)
optional int64 persist_job_id = 22; |
File.InodeFileEntry.Builder |
setPinned(boolean value)
optional bool pinned = 5; |
File.InodeFileEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
File.InodeFileEntry.Builder |
setReplicationDurable(int value)
optional int32 replication_durable = 24; |
File.InodeFileEntry.Builder |
setReplicationMax(int value)
optional int32 replication_max = 20; |
File.InodeFileEntry.Builder |
setReplicationMin(int value)
optional int32 replication_min = 21; |
File.InodeFileEntry.Builder |
setShouldPersistTime(long value)
optional int64 should_persist_time = 27; |
File.InodeFileEntry.Builder |
setTempUfsPath(String value)
optional string temp_ufs_path = 23; |
File.InodeFileEntry.Builder |
setTempUfsPathBytes(com.google.protobuf.ByteString value)
optional string temp_ufs_path = 23; |
File.InodeFileEntry.Builder |
setTtl(long value)
optional int64 ttl = 13; |
File.InodeFileEntry.Builder |
setTtlAction(File.PTtlAction value)
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
File.InodeFileEntry.Builder |
setUfsFingerprint(String value)
optional string ufs_fingerprint = 18; |
File.InodeFileEntry.Builder |
setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufs_fingerprint = 18; |
File.InodeFileEntry.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, 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.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
public File.InodeFileEntry.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<File.InodeFileEntry.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<File.InodeFileEntry.Builder>
public File.InodeFileEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public File.InodeFileEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public File.InodeFileEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public File.InodeFileEntry.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<File.InodeFileEntry.Builder>
public File.InodeFileEntry.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<File.InodeFileEntry.Builder>
public File.InodeFileEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
public File.InodeFileEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
public File.InodeFileEntry.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<File.InodeFileEntry.Builder>
public File.InodeFileEntry.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<File.InodeFileEntry.Builder>
public File.InodeFileEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<File.InodeFileEntry.Builder>
public File.InodeFileEntry.Builder mergeFrom(File.InodeFileEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
public File.InodeFileEntry.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<File.InodeFileEntry.Builder>
IOException
public boolean hasId()
optional int64 id = 1;
hasId
in interface File.InodeFileEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setId(long value)
optional int64 id = 1;
value
- The id to set.public File.InodeFileEntry.Builder clearId()
optional int64 id = 1;
public boolean hasParentId()
optional int64 parent_id = 2;
hasParentId
in interface File.InodeFileEntryOrBuilder
public long getParentId()
optional int64 parent_id = 2;
getParentId
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setParentId(long value)
optional int64 parent_id = 2;
value
- The parentId to set.public File.InodeFileEntry.Builder clearParentId()
optional int64 parent_id = 2;
public boolean hasName()
optional string name = 3;
hasName
in interface File.InodeFileEntryOrBuilder
public String getName()
optional string name = 3;
getName
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setName(String value)
optional string name = 3;
value
- The name to set.public File.InodeFileEntry.Builder clearName()
optional string name = 3;
public File.InodeFileEntry.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;
value
- The bytes for name to set.public boolean hasPersistenceState()
optional string persistence_state = 4;
hasPersistenceState
in interface File.InodeFileEntryOrBuilder
public String getPersistenceState()
optional string persistence_state = 4;
getPersistenceState
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
getPersistenceStateBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setPersistenceState(String value)
optional string persistence_state = 4;
value
- The persistenceState to set.public File.InodeFileEntry.Builder clearPersistenceState()
optional string persistence_state = 4;
public File.InodeFileEntry.Builder setPersistenceStateBytes(com.google.protobuf.ByteString value)
optional string persistence_state = 4;
value
- The bytes for persistenceState to set.public boolean hasPinned()
optional bool pinned = 5;
hasPinned
in interface File.InodeFileEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setPinned(boolean value)
optional bool pinned = 5;
value
- The pinned to set.public File.InodeFileEntry.Builder clearPinned()
optional bool pinned = 5;
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface File.InodeFileEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setCreationTimeMs(long value)
optional int64 creation_time_ms = 6;
value
- The creationTimeMs to set.public File.InodeFileEntry.Builder clearCreationTimeMs()
optional int64 creation_time_ms = 6;
public boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs
in interface File.InodeFileEntryOrBuilder
public long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setLastModificationTimeMs(long value)
optional int64 last_modification_time_ms = 7;
value
- The lastModificationTimeMs to set.public File.InodeFileEntry.Builder clearLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
public boolean hasBlockSizeBytes()
optional int64 block_size_bytes = 8;
hasBlockSizeBytes
in interface File.InodeFileEntryOrBuilder
public long getBlockSizeBytes()
optional int64 block_size_bytes = 8;
getBlockSizeBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setBlockSizeBytes(long value)
optional int64 block_size_bytes = 8;
value
- The blockSizeBytes to set.public File.InodeFileEntry.Builder clearBlockSizeBytes()
optional int64 block_size_bytes = 8;
public boolean hasLength()
optional int64 length = 9;
hasLength
in interface File.InodeFileEntryOrBuilder
public long getLength()
optional int64 length = 9;
getLength
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setLength(long value)
optional int64 length = 9;
value
- The length to set.public File.InodeFileEntry.Builder clearLength()
optional int64 length = 9;
public boolean hasCompleted()
optional bool completed = 10;
hasCompleted
in interface File.InodeFileEntryOrBuilder
public boolean getCompleted()
optional bool completed = 10;
getCompleted
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setCompleted(boolean value)
optional bool completed = 10;
value
- The completed to set.public File.InodeFileEntry.Builder clearCompleted()
optional bool completed = 10;
public boolean hasCacheable()
optional bool cacheable = 11;
hasCacheable
in interface File.InodeFileEntryOrBuilder
public boolean getCacheable()
optional bool cacheable = 11;
getCacheable
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setCacheable(boolean value)
optional bool cacheable = 11;
value
- The cacheable to set.public File.InodeFileEntry.Builder clearCacheable()
optional bool cacheable = 11;
public List<Long> getBlocksList()
repeated int64 blocks = 12;
getBlocksList
in interface File.InodeFileEntryOrBuilder
public int getBlocksCount()
repeated int64 blocks = 12;
getBlocksCount
in interface File.InodeFileEntryOrBuilder
public long getBlocks(int index)
repeated int64 blocks = 12;
getBlocks
in interface File.InodeFileEntryOrBuilder
index
- The index of the element to return.public File.InodeFileEntry.Builder setBlocks(int index, long value)
repeated int64 blocks = 12;
index
- The index to set the value at.value
- The blocks to set.public File.InodeFileEntry.Builder addBlocks(long value)
repeated int64 blocks = 12;
value
- The blocks to add.public File.InodeFileEntry.Builder addAllBlocks(Iterable<? extends Long> values)
repeated int64 blocks = 12;
values
- The blocks to add.public File.InodeFileEntry.Builder clearBlocks()
repeated int64 blocks = 12;
public boolean hasTtl()
optional int64 ttl = 13;
hasTtl
in interface File.InodeFileEntryOrBuilder
public long getTtl()
optional int64 ttl = 13;
getTtl
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setTtl(long value)
optional int64 ttl = 13;
value
- The ttl to set.public File.InodeFileEntry.Builder clearTtl()
optional int64 ttl = 13;
public boolean hasOwner()
optional string owner = 14;
hasOwner
in interface File.InodeFileEntryOrBuilder
public String getOwner()
optional string owner = 14;
getOwner
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 14;
getOwnerBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setOwner(String value)
optional string owner = 14;
value
- The owner to set.public File.InodeFileEntry.Builder clearOwner()
optional string owner = 14;
public File.InodeFileEntry.Builder setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 14;
value
- The bytes for owner to set.public boolean hasGroup()
optional string group = 15;
hasGroup
in interface File.InodeFileEntryOrBuilder
public String getGroup()
optional string group = 15;
getGroup
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 15;
getGroupBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setGroup(String value)
optional string group = 15;
value
- The group to set.public File.InodeFileEntry.Builder clearGroup()
optional string group = 15;
public File.InodeFileEntry.Builder setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 15;
value
- The bytes for group to set.public boolean hasMode()
optional int32 mode = 16;
hasMode
in interface File.InodeFileEntryOrBuilder
public int getMode()
optional int32 mode = 16;
getMode
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setMode(int value)
optional int32 mode = 16;
value
- The mode to set.public File.InodeFileEntry.Builder clearMode()
optional int32 mode = 16;
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
hasTtlAction
in interface File.InodeFileEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
getTtlAction
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setTtlAction(File.PTtlAction value)
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
value
- The ttlAction to set.public File.InodeFileEntry.Builder clearTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
public boolean hasUfsFingerprint()
optional string ufs_fingerprint = 18;
hasUfsFingerprint
in interface File.InodeFileEntryOrBuilder
public String getUfsFingerprint()
optional string ufs_fingerprint = 18;
getUfsFingerprint
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 18;
getUfsFingerprintBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setUfsFingerprint(String value)
optional string ufs_fingerprint = 18;
value
- The ufsFingerprint to set.public File.InodeFileEntry.Builder clearUfsFingerprint()
optional string ufs_fingerprint = 18;
public File.InodeFileEntry.Builder setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufs_fingerprint = 18;
value
- The bytes for ufsFingerprint to set.public boolean hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19;
hasAcl
in interface File.InodeFileEntryOrBuilder
public Acl.AccessControlList getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19;
getAcl
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 19;
public File.InodeFileEntry.Builder setAcl(Acl.AccessControlList.Builder builderForValue)
optional .alluxio.proto.shared.AccessControlList acl = 19;
public File.InodeFileEntry.Builder mergeAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 19;
public File.InodeFileEntry.Builder clearAcl()
optional .alluxio.proto.shared.AccessControlList acl = 19;
public Acl.AccessControlList.Builder getAclBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 19;
public Acl.AccessControlListOrBuilder getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 19;
getAclOrBuilder
in interface File.InodeFileEntryOrBuilder
public boolean hasReplicationMax()
optional int32 replication_max = 20;
hasReplicationMax
in interface File.InodeFileEntryOrBuilder
public int getReplicationMax()
optional int32 replication_max = 20;
getReplicationMax
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setReplicationMax(int value)
optional int32 replication_max = 20;
value
- The replicationMax to set.public File.InodeFileEntry.Builder clearReplicationMax()
optional int32 replication_max = 20;
public boolean hasReplicationMin()
optional int32 replication_min = 21;
hasReplicationMin
in interface File.InodeFileEntryOrBuilder
public int getReplicationMin()
optional int32 replication_min = 21;
getReplicationMin
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setReplicationMin(int value)
optional int32 replication_min = 21;
value
- The replicationMin to set.public File.InodeFileEntry.Builder clearReplicationMin()
optional int32 replication_min = 21;
public boolean hasPersistJobId()
optional int64 persist_job_id = 22;
hasPersistJobId
in interface File.InodeFileEntryOrBuilder
public long getPersistJobId()
optional int64 persist_job_id = 22;
getPersistJobId
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setPersistJobId(long value)
optional int64 persist_job_id = 22;
value
- The persistJobId to set.public File.InodeFileEntry.Builder clearPersistJobId()
optional int64 persist_job_id = 22;
public boolean hasTempUfsPath()
optional string temp_ufs_path = 23;
hasTempUfsPath
in interface File.InodeFileEntryOrBuilder
public String getTempUfsPath()
optional string temp_ufs_path = 23;
getTempUfsPath
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getTempUfsPathBytes()
optional string temp_ufs_path = 23;
getTempUfsPathBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setTempUfsPath(String value)
optional string temp_ufs_path = 23;
value
- The tempUfsPath to set.public File.InodeFileEntry.Builder clearTempUfsPath()
optional string temp_ufs_path = 23;
public File.InodeFileEntry.Builder setTempUfsPathBytes(com.google.protobuf.ByteString value)
optional string temp_ufs_path = 23;
value
- The bytes for tempUfsPath to set.public boolean hasReplicationDurable()
optional int32 replication_durable = 24;
hasReplicationDurable
in interface File.InodeFileEntryOrBuilder
public int getReplicationDurable()
optional int32 replication_durable = 24;
getReplicationDurable
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setReplicationDurable(int value)
optional int32 replication_durable = 24;
value
- The replicationDurable to set.public File.InodeFileEntry.Builder clearReplicationDurable()
optional int32 replication_durable = 24;
public boolean hasPath()
optional string path = 25;
hasPath
in interface File.InodeFileEntryOrBuilder
public String getPath()
optional string path = 25;
getPath
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getPathBytes()
optional string path = 25;
getPathBytes
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setPath(String value)
optional string path = 25;
value
- The path to set.public File.InodeFileEntry.Builder clearPath()
optional string path = 25;
public File.InodeFileEntry.Builder setPathBytes(com.google.protobuf.ByteString value)
optional string path = 25;
value
- The bytes for path to set.public com.google.protobuf.ProtocolStringList getMediumTypeList()
repeated string medium_type = 26;
getMediumTypeList
in interface File.InodeFileEntryOrBuilder
public int getMediumTypeCount()
repeated string medium_type = 26;
getMediumTypeCount
in interface File.InodeFileEntryOrBuilder
public String getMediumType(int index)
repeated string medium_type = 26;
getMediumType
in interface File.InodeFileEntryOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMediumTypeBytes(int index)
repeated string medium_type = 26;
getMediumTypeBytes
in interface File.InodeFileEntryOrBuilder
index
- The index of the value to return.public File.InodeFileEntry.Builder setMediumType(int index, String value)
repeated string medium_type = 26;
index
- The index to set the value at.value
- The mediumType to set.public File.InodeFileEntry.Builder addMediumType(String value)
repeated string medium_type = 26;
value
- The mediumType to add.public File.InodeFileEntry.Builder addAllMediumType(Iterable<String> values)
repeated string medium_type = 26;
values
- The mediumType to add.public File.InodeFileEntry.Builder clearMediumType()
repeated string medium_type = 26;
public File.InodeFileEntry.Builder addMediumTypeBytes(com.google.protobuf.ByteString value)
repeated string medium_type = 26;
value
- The bytes of the mediumType to add.public boolean hasShouldPersistTime()
optional int64 should_persist_time = 27;
hasShouldPersistTime
in interface File.InodeFileEntryOrBuilder
public long getShouldPersistTime()
optional int64 should_persist_time = 27;
getShouldPersistTime
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setShouldPersistTime(long value)
optional int64 should_persist_time = 27;
value
- The shouldPersistTime to set.public File.InodeFileEntry.Builder clearShouldPersistTime()
optional int64 should_persist_time = 27;
public int getXAttrCount()
File.InodeFileEntryOrBuilder
map<string, bytes> xAttr = 28;
getXAttrCount
in interface File.InodeFileEntryOrBuilder
public boolean containsXAttr(String key)
map<string, bytes> xAttr = 28;
containsXAttr
in interface File.InodeFileEntryOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXAttr()
getXAttrMap()
instead.getXAttr
in interface File.InodeFileEntryOrBuilder
public Map<String,com.google.protobuf.ByteString> getXAttrMap()
map<string, bytes> xAttr = 28;
getXAttrMap
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 28;
getXAttrOrDefault
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrThrow(String key)
map<string, bytes> xAttr = 28;
getXAttrOrThrow
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder clearXAttr()
public File.InodeFileEntry.Builder removeXAttr(String key)
map<string, bytes> xAttr = 28;
@Deprecated public Map<String,com.google.protobuf.ByteString> getMutableXAttr()
public File.InodeFileEntry.Builder putXAttr(String key, com.google.protobuf.ByteString value)
map<string, bytes> xAttr = 28;
public File.InodeFileEntry.Builder putAllXAttr(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> xAttr = 28;
public boolean hasLastAccessTimeMs()
optional int64 last_access_time_ms = 29;
hasLastAccessTimeMs
in interface File.InodeFileEntryOrBuilder
public long getLastAccessTimeMs()
optional int64 last_access_time_ms = 29;
getLastAccessTimeMs
in interface File.InodeFileEntryOrBuilder
public File.InodeFileEntry.Builder setLastAccessTimeMs(long value)
optional int64 last_access_time_ms = 29;
value
- The lastAccessTimeMs to set.public File.InodeFileEntry.Builder clearLastAccessTimeMs()
optional int64 last_access_time_ms = 29;
public final File.InodeFileEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
public final File.InodeFileEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<File.InodeFileEntry.Builder>
Copyright © 2023. All Rights Reserved.