public static final class File.UpdateInodeEntry extends com.google.protobuf.GeneratedMessageV3 implements File.UpdateInodeEntryOrBuilder
next available id: 20Protobuf type
alluxio.proto.journal.UpdateInodeEntry
Modifier and Type | Class and Description |
---|---|
static class |
File.UpdateInodeEntry.Builder
next available id: 20
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ACL_FIELD_NUMBER |
static int |
CREATION_TIME_MS_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LAST_ACCESS_TIME_MS_FIELD_NUMBER |
static int |
LAST_MODIFICATION_TIME_MS_FIELD_NUMBER |
static int |
MEDIUM_TYPE_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OVERWRITE_ACCESS_TIME_FIELD_NUMBER |
static int |
OVERWRITE_MODIFICATION_TIME_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<File.UpdateInodeEntry> |
PARSER
Deprecated.
|
static int |
PERSISTENCE_STATE_FIELD_NUMBER |
static int |
PINNED_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
static int |
TTLACTION_FIELD_NUMBER |
static int |
UFS_FINGERPRINT_FIELD_NUMBER |
static int |
XATTR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsXAttr(String key)
map<string, bytes> xAttr = 17; |
boolean |
equals(Object obj) |
Acl.AccessControlList |
getAcl()
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; |
static File.UpdateInodeEntry |
getDefaultInstance() |
File.UpdateInodeEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
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; |
com.google.protobuf.Parser<File.UpdateInodeEntry> |
getParserForType() |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
boolean |
getPinned()
optional bool pinned = 5; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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) |
boolean |
isInitialized() |
static File.UpdateInodeEntry.Builder |
newBuilder() |
static File.UpdateInodeEntry.Builder |
newBuilder(File.UpdateInodeEntry prototype) |
File.UpdateInodeEntry.Builder |
newBuilderForType() |
protected File.UpdateInodeEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static File.UpdateInodeEntry |
parseDelimitedFrom(InputStream input) |
static File.UpdateInodeEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.UpdateInodeEntry |
parseFrom(byte[] data) |
static File.UpdateInodeEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.UpdateInodeEntry |
parseFrom(ByteBuffer data) |
static File.UpdateInodeEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.UpdateInodeEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.UpdateInodeEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.UpdateInodeEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.UpdateInodeEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.UpdateInodeEntry |
parseFrom(InputStream input) |
static File.UpdateInodeEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<File.UpdateInodeEntry> |
parser() |
File.UpdateInodeEntry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ID_FIELD_NUMBER
public static final int PARENT_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PERSISTENCE_STATE_FIELD_NUMBER
public static final int PINNED_FIELD_NUMBER
public static final int CREATION_TIME_MS_FIELD_NUMBER
public static final int LAST_MODIFICATION_TIME_MS_FIELD_NUMBER
public static final int OVERWRITE_MODIFICATION_TIME_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static final int ACL_FIELD_NUMBER
public static final int UFS_FINGERPRINT_FIELD_NUMBER
public static final int MEDIUM_TYPE_FIELD_NUMBER
public static final int XATTR_FIELD_NUMBER
public static final int LAST_ACCESS_TIME_MS_FIELD_NUMBER
public static final int OVERWRITE_ACCESS_TIME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<File.UpdateInodeEntry> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
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 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 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 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 boolean hasPinned()
optional bool pinned = 5;
hasPinned
in interface File.UpdateInodeEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.UpdateInodeEntryOrBuilder
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 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 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 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 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 boolean hasMode()
optional int32 mode = 11;
hasMode
in interface File.UpdateInodeEntryOrBuilder
public int getMode()
optional int32 mode = 11;
getMode
in interface File.UpdateInodeEntryOrBuilder
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 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static File.UpdateInodeEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.UpdateInodeEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.UpdateInodeEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.UpdateInodeEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.UpdateInodeEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.UpdateInodeEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.UpdateInodeEntry parseFrom(InputStream input) throws IOException
IOException
public static File.UpdateInodeEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.UpdateInodeEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.UpdateInodeEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.UpdateInodeEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.UpdateInodeEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public File.UpdateInodeEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.UpdateInodeEntry.Builder newBuilder()
public static File.UpdateInodeEntry.Builder newBuilder(File.UpdateInodeEntry prototype)
public File.UpdateInodeEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.UpdateInodeEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static File.UpdateInodeEntry getDefaultInstance()
public static com.google.protobuf.Parser<File.UpdateInodeEntry> parser()
public com.google.protobuf.Parser<File.UpdateInodeEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public File.UpdateInodeEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.