public static final class File.UpdateInodeEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<File.UpdateInodeEntry.Builder> implements File.UpdateInodeEntryOrBuilder
next available id: 20Protobuf type
alluxio.proto.journal.UpdateInodeEntry
Modifier and Type | Method and Description |
---|---|
File.UpdateInodeEntry.Builder |
addAllMediumType(Iterable<String> values)
repeated string medium_type = 16; |
File.UpdateInodeEntry.Builder |
addMediumType(String value)
repeated string medium_type = 16; |
File.UpdateInodeEntry.Builder |
addMediumTypeBytes(com.google.protobuf.ByteString value)
repeated string medium_type = 16; |
File.UpdateInodeEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.UpdateInodeEntry |
build() |
File.UpdateInodeEntry |
buildPartial() |
File.UpdateInodeEntry.Builder |
clear() |
File.UpdateInodeEntry.Builder |
clearAcl()
optional .alluxio.proto.shared.AccessControlList acl = 14; |
File.UpdateInodeEntry.Builder |
clearCreationTimeMs()
optional int64 creation_time_ms = 6; |
File.UpdateInodeEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
File.UpdateInodeEntry.Builder |
clearGroup()
optional string group = 10; |
File.UpdateInodeEntry.Builder |
clearId()
optional int64 id = 1; |
File.UpdateInodeEntry.Builder |
clearLastAccessTimeMs()
optional int64 last_access_time_ms = 18; |
File.UpdateInodeEntry.Builder |
clearLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
File.UpdateInodeEntry.Builder |
clearMediumType()
repeated string medium_type = 16; |
File.UpdateInodeEntry.Builder |
clearMode()
optional int32 mode = 11; |
File.UpdateInodeEntry.Builder |
clearName()
optional string name = 3; |
File.UpdateInodeEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
File.UpdateInodeEntry.Builder |
clearOverwriteAccessTime()
optional bool overwrite_access_time = 19; |
File.UpdateInodeEntry.Builder |
clearOverwriteModificationTime()
optional bool overwrite_modification_time = 8; |
File.UpdateInodeEntry.Builder |
clearOwner()
optional string owner = 9; |
File.UpdateInodeEntry.Builder |
clearParentId()
optional int64 parent_id = 2; |
File.UpdateInodeEntry.Builder |
clearPersistenceState()
optional string persistence_state = 4; |
File.UpdateInodeEntry.Builder |
clearPinned()
optional bool pinned = 5; |
File.UpdateInodeEntry.Builder |
clearTtl()
optional int64 ttl = 12; |
File.UpdateInodeEntry.Builder |
clearTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE]; |
File.UpdateInodeEntry.Builder |
clearUfsFingerprint()
optional string ufs_fingerprint = 15; |
File.UpdateInodeEntry.Builder |
clearXAttr() |
File.UpdateInodeEntry.Builder |
clone() |
boolean |
containsXAttr(String key)
map<string, bytes> xAttr = 17; |
Acl.AccessControlList |
getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 14; |
Acl.AccessControlList.Builder |
getAclBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 14; |
Acl.AccessControlListOrBuilder |
getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 14; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
File.UpdateInodeEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGroup()
optional string group = 10; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 10; |
long |
getId()
optional int64 id = 1; |
long |
getLastAccessTimeMs()
optional int64 last_access_time_ms = 18; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
String |
getMediumType(int index)
repeated string medium_type = 16; |
com.google.protobuf.ByteString |
getMediumTypeBytes(int index)
repeated string medium_type = 16; |
int |
getMediumTypeCount()
repeated string medium_type = 16; |
com.google.protobuf.ProtocolStringList |
getMediumTypeList()
repeated string medium_type = 16; |
int |
getMode()
optional int32 mode = 11; |
Map<String,com.google.protobuf.ByteString> |
getMutableXAttr()
Deprecated.
|
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
boolean |
getOverwriteAccessTime()
optional bool overwrite_access_time = 19; |
boolean |
getOverwriteModificationTime()
optional bool overwrite_modification_time = 8; |
String |
getOwner()
optional string owner = 9; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 9; |
long |
getParentId()
optional int64 parent_id = 2; |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
boolean |
getPinned()
optional bool pinned = 5; |
long |
getTtl()
optional int64 ttl = 12; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE]; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 15; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 15; |
Map<String,com.google.protobuf.ByteString> |
getXAttr()
Deprecated.
|
int |
getXAttrCount()
map<string, bytes> xAttr = 17; |
Map<String,com.google.protobuf.ByteString> |
getXAttrMap()
map<string, bytes> xAttr = 17; |
com.google.protobuf.ByteString |
getXAttrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 17; |
com.google.protobuf.ByteString |
getXAttrOrThrow(String key)
map<string, bytes> xAttr = 17; |
boolean |
hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 14; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasGroup()
optional string group = 10; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastAccessTimeMs()
optional int64 last_access_time_ms = 18; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasMode()
optional int32 mode = 11; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOverwriteAccessTime()
optional bool overwrite_access_time = 19; |
boolean |
hasOverwriteModificationTime()
optional bool overwrite_modification_time = 8; |
boolean |
hasOwner()
optional string owner = 9; |
boolean |
hasParentId()
optional int64 parent_id = 2; |
boolean |
hasPersistenceState()
optional string persistence_state = 4; |
boolean |
hasPinned()
optional bool pinned = 5; |
boolean |
hasTtl()
optional int64 ttl = 12; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 15; |
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.UpdateInodeEntry.Builder |
mergeAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 14; |
File.UpdateInodeEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.UpdateInodeEntry.Builder |
mergeFrom(File.UpdateInodeEntry other) |
File.UpdateInodeEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
File.UpdateInodeEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
File.UpdateInodeEntry.Builder |
putAllXAttr(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> xAttr = 17; |
File.UpdateInodeEntry.Builder |
putXAttr(String key,
com.google.protobuf.ByteString value)
map<string, bytes> xAttr = 17; |
File.UpdateInodeEntry.Builder |
removeXAttr(String key)
map<string, bytes> xAttr = 17; |
File.UpdateInodeEntry.Builder |
setAcl(Acl.AccessControlList.Builder builderForValue)
optional .alluxio.proto.shared.AccessControlList acl = 14; |
File.UpdateInodeEntry.Builder |
setAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 14; |
File.UpdateInodeEntry.Builder |
setCreationTimeMs(long value)
optional int64 creation_time_ms = 6; |
File.UpdateInodeEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
File.UpdateInodeEntry.Builder |
setGroup(String value)
optional string group = 10; |
File.UpdateInodeEntry.Builder |
setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 10; |
File.UpdateInodeEntry.Builder |
setId(long value)
optional int64 id = 1; |
File.UpdateInodeEntry.Builder |
setLastAccessTimeMs(long value)
optional int64 last_access_time_ms = 18; |
File.UpdateInodeEntry.Builder |
setLastModificationTimeMs(long value)
optional int64 last_modification_time_ms = 7; |
File.UpdateInodeEntry.Builder |
setMediumType(int index,
String value)
repeated string medium_type = 16; |
File.UpdateInodeEntry.Builder |
setMode(int value)
optional int32 mode = 11; |
File.UpdateInodeEntry.Builder |
setName(String value)
optional string name = 3; |
File.UpdateInodeEntry.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3; |
File.UpdateInodeEntry.Builder |
setOverwriteAccessTime(boolean value)
optional bool overwrite_access_time = 19; |
File.UpdateInodeEntry.Builder |
setOverwriteModificationTime(boolean value)
optional bool overwrite_modification_time = 8; |
File.UpdateInodeEntry.Builder |
setOwner(String value)
optional string owner = 9; |
File.UpdateInodeEntry.Builder |
setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 9; |
File.UpdateInodeEntry.Builder |
setParentId(long value)
optional int64 parent_id = 2; |
File.UpdateInodeEntry.Builder |
setPersistenceState(String value)
optional string persistence_state = 4; |
File.UpdateInodeEntry.Builder |
setPersistenceStateBytes(com.google.protobuf.ByteString value)
optional string persistence_state = 4; |
File.UpdateInodeEntry.Builder |
setPinned(boolean value)
optional bool pinned = 5; |
File.UpdateInodeEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
File.UpdateInodeEntry.Builder |
setTtl(long value)
optional int64 ttl = 12; |
File.UpdateInodeEntry.Builder |
setTtlAction(File.PTtlAction value)
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE]; |
File.UpdateInodeEntry.Builder |
setUfsFingerprint(String value)
optional string ufs_fingerprint = 15; |
File.UpdateInodeEntry.Builder |
setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufs_fingerprint = 15; |
File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<File.UpdateInodeEntry.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<File.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public File.UpdateInodeEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public File.UpdateInodeEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<File.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.Builder mergeFrom(File.UpdateInodeEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<File.UpdateInodeEntry.Builder>
public File.UpdateInodeEntry.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.UpdateInodeEntry.Builder>
IOException
public boolean hasId()
optional int64 id = 1;
hasId
in interface File.UpdateInodeEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setId(long value)
optional int64 id = 1;
value
- The id to set.public File.UpdateInodeEntry.Builder clearId()
optional int64 id = 1;
public boolean hasParentId()
optional int64 parent_id = 2;
hasParentId
in interface File.UpdateInodeEntryOrBuilder
public long getParentId()
optional int64 parent_id = 2;
getParentId
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setParentId(long value)
optional int64 parent_id = 2;
value
- The parentId to set.public File.UpdateInodeEntry.Builder clearParentId()
optional int64 parent_id = 2;
public boolean hasName()
optional string name = 3;
hasName
in interface File.UpdateInodeEntryOrBuilder
public String getName()
optional string name = 3;
getName
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setName(String value)
optional string name = 3;
value
- The name to set.public File.UpdateInodeEntry.Builder clearName()
optional string name = 3;
public File.UpdateInodeEntry.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.UpdateInodeEntryOrBuilder
public String getPersistenceState()
optional string persistence_state = 4;
getPersistenceState
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
getPersistenceStateBytes
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setPersistenceState(String value)
optional string persistence_state = 4;
value
- The persistenceState to set.public File.UpdateInodeEntry.Builder clearPersistenceState()
optional string persistence_state = 4;
public File.UpdateInodeEntry.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.UpdateInodeEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setPinned(boolean value)
optional bool pinned = 5;
value
- The pinned to set.public File.UpdateInodeEntry.Builder clearPinned()
optional bool pinned = 5;
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface File.UpdateInodeEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setCreationTimeMs(long value)
optional int64 creation_time_ms = 6;
value
- The creationTimeMs to set.public File.UpdateInodeEntry.Builder clearCreationTimeMs()
optional int64 creation_time_ms = 6;
public boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs
in interface File.UpdateInodeEntryOrBuilder
public long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setLastModificationTimeMs(long value)
optional int64 last_modification_time_ms = 7;
value
- The lastModificationTimeMs to set.public File.UpdateInodeEntry.Builder clearLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
public boolean hasOverwriteModificationTime()
optional bool overwrite_modification_time = 8;
hasOverwriteModificationTime
in interface File.UpdateInodeEntryOrBuilder
public boolean getOverwriteModificationTime()
optional bool overwrite_modification_time = 8;
getOverwriteModificationTime
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setOverwriteModificationTime(boolean value)
optional bool overwrite_modification_time = 8;
value
- The overwriteModificationTime to set.public File.UpdateInodeEntry.Builder clearOverwriteModificationTime()
optional bool overwrite_modification_time = 8;
public boolean hasOwner()
optional string owner = 9;
hasOwner
in interface File.UpdateInodeEntryOrBuilder
public String getOwner()
optional string owner = 9;
getOwner
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 9;
getOwnerBytes
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setOwner(String value)
optional string owner = 9;
value
- The owner to set.public File.UpdateInodeEntry.Builder clearOwner()
optional string owner = 9;
public File.UpdateInodeEntry.Builder setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 9;
value
- The bytes for owner to set.public boolean hasGroup()
optional string group = 10;
hasGroup
in interface File.UpdateInodeEntryOrBuilder
public String getGroup()
optional string group = 10;
getGroup
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 10;
getGroupBytes
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setGroup(String value)
optional string group = 10;
value
- The group to set.public File.UpdateInodeEntry.Builder clearGroup()
optional string group = 10;
public File.UpdateInodeEntry.Builder setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 10;
value
- The bytes for group to set.public boolean hasMode()
optional int32 mode = 11;
hasMode
in interface File.UpdateInodeEntryOrBuilder
public int getMode()
optional int32 mode = 11;
getMode
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setMode(int value)
optional int32 mode = 11;
value
- The mode to set.public File.UpdateInodeEntry.Builder clearMode()
optional int32 mode = 11;
public boolean hasTtl()
optional int64 ttl = 12;
hasTtl
in interface File.UpdateInodeEntryOrBuilder
public long getTtl()
optional int64 ttl = 12;
getTtl
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setTtl(long value)
optional int64 ttl = 12;
value
- The ttl to set.public File.UpdateInodeEntry.Builder clearTtl()
optional int64 ttl = 12;
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE];
hasTtlAction
in interface File.UpdateInodeEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE];
getTtlAction
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setTtlAction(File.PTtlAction value)
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE];
value
- The ttlAction to set.public File.UpdateInodeEntry.Builder clearTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 13 [default = DELETE];
public boolean hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 14;
hasAcl
in interface File.UpdateInodeEntryOrBuilder
public Acl.AccessControlList getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 14;
getAcl
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 14;
public File.UpdateInodeEntry.Builder setAcl(Acl.AccessControlList.Builder builderForValue)
optional .alluxio.proto.shared.AccessControlList acl = 14;
public File.UpdateInodeEntry.Builder mergeAcl(Acl.AccessControlList value)
optional .alluxio.proto.shared.AccessControlList acl = 14;
public File.UpdateInodeEntry.Builder clearAcl()
optional .alluxio.proto.shared.AccessControlList acl = 14;
public Acl.AccessControlList.Builder getAclBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 14;
public Acl.AccessControlListOrBuilder getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 14;
getAclOrBuilder
in interface File.UpdateInodeEntryOrBuilder
public boolean hasUfsFingerprint()
optional string ufs_fingerprint = 15;
hasUfsFingerprint
in interface File.UpdateInodeEntryOrBuilder
public String getUfsFingerprint()
optional string ufs_fingerprint = 15;
getUfsFingerprint
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 15;
getUfsFingerprintBytes
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setUfsFingerprint(String value)
optional string ufs_fingerprint = 15;
value
- The ufsFingerprint to set.public File.UpdateInodeEntry.Builder clearUfsFingerprint()
optional string ufs_fingerprint = 15;
public File.UpdateInodeEntry.Builder setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufs_fingerprint = 15;
value
- The bytes for ufsFingerprint to set.public com.google.protobuf.ProtocolStringList getMediumTypeList()
repeated string medium_type = 16;
getMediumTypeList
in interface File.UpdateInodeEntryOrBuilder
public int getMediumTypeCount()
repeated string medium_type = 16;
getMediumTypeCount
in interface File.UpdateInodeEntryOrBuilder
public String getMediumType(int index)
repeated string medium_type = 16;
getMediumType
in interface File.UpdateInodeEntryOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMediumTypeBytes(int index)
repeated string medium_type = 16;
getMediumTypeBytes
in interface File.UpdateInodeEntryOrBuilder
index
- The index of the value to return.public File.UpdateInodeEntry.Builder setMediumType(int index, String value)
repeated string medium_type = 16;
index
- The index to set the value at.value
- The mediumType to set.public File.UpdateInodeEntry.Builder addMediumType(String value)
repeated string medium_type = 16;
value
- The mediumType to add.public File.UpdateInodeEntry.Builder addAllMediumType(Iterable<String> values)
repeated string medium_type = 16;
values
- The mediumType to add.public File.UpdateInodeEntry.Builder clearMediumType()
repeated string medium_type = 16;
public File.UpdateInodeEntry.Builder addMediumTypeBytes(com.google.protobuf.ByteString value)
repeated string medium_type = 16;
value
- The bytes of the mediumType to add.public int getXAttrCount()
File.UpdateInodeEntryOrBuilder
map<string, bytes> xAttr = 17;
getXAttrCount
in interface File.UpdateInodeEntryOrBuilder
public boolean containsXAttr(String key)
map<string, bytes> xAttr = 17;
containsXAttr
in interface File.UpdateInodeEntryOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXAttr()
getXAttrMap()
instead.getXAttr
in interface File.UpdateInodeEntryOrBuilder
public Map<String,com.google.protobuf.ByteString> getXAttrMap()
map<string, bytes> xAttr = 17;
getXAttrMap
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 17;
getXAttrOrDefault
in interface File.UpdateInodeEntryOrBuilder
public com.google.protobuf.ByteString getXAttrOrThrow(String key)
map<string, bytes> xAttr = 17;
getXAttrOrThrow
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder clearXAttr()
public File.UpdateInodeEntry.Builder removeXAttr(String key)
map<string, bytes> xAttr = 17;
@Deprecated public Map<String,com.google.protobuf.ByteString> getMutableXAttr()
public File.UpdateInodeEntry.Builder putXAttr(String key, com.google.protobuf.ByteString value)
map<string, bytes> xAttr = 17;
public File.UpdateInodeEntry.Builder putAllXAttr(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> xAttr = 17;
public boolean hasLastAccessTimeMs()
optional int64 last_access_time_ms = 18;
hasLastAccessTimeMs
in interface File.UpdateInodeEntryOrBuilder
public long getLastAccessTimeMs()
optional int64 last_access_time_ms = 18;
getLastAccessTimeMs
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setLastAccessTimeMs(long value)
optional int64 last_access_time_ms = 18;
value
- The lastAccessTimeMs to set.public File.UpdateInodeEntry.Builder clearLastAccessTimeMs()
optional int64 last_access_time_ms = 18;
public boolean hasOverwriteAccessTime()
optional bool overwrite_access_time = 19;
hasOverwriteAccessTime
in interface File.UpdateInodeEntryOrBuilder
public boolean getOverwriteAccessTime()
optional bool overwrite_access_time = 19;
getOverwriteAccessTime
in interface File.UpdateInodeEntryOrBuilder
public File.UpdateInodeEntry.Builder setOverwriteAccessTime(boolean value)
optional bool overwrite_access_time = 19;
value
- The overwriteAccessTime to set.public File.UpdateInodeEntry.Builder clearOverwriteAccessTime()
optional bool overwrite_access_time = 19;
public final File.UpdateInodeEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<File.UpdateInodeEntry.Builder>
public final File.UpdateInodeEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<File.UpdateInodeEntry.Builder>
Copyright © 2023. All Rights Reserved.