public static final class File.InodeDirectoryEntry extends com.google.protobuf.GeneratedMessage implements File.InodeDirectoryEntryOrBuilder
alluxio.proto.journal.InodeDirectoryEntry
next available id: 15
Modifier and Type | Class and Description |
---|---|
static class |
File.InodeDirectoryEntry.Builder
Protobuf type
alluxio.proto.journal.InodeDirectoryEntry |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CREATION_TIME_MS_FIELD_NUMBER |
static int |
DIRECT_CHILDREN_LOADED_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LAST_MODIFICATION_TIME_MS_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
MOUNT_POINT_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<File.InodeDirectoryEntry> |
PARSER |
static int |
PERSISTENCE_STATE_FIELD_NUMBER |
static int |
PINNED_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
static int |
TTLACTION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
static File.InodeDirectoryEntry |
getDefaultInstance() |
File.InodeDirectoryEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
String |
getGroup()
optional string group = 9; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 9; |
long |
getId()
optional int64 id = 1; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
int |
getMode()
optional int32 mode = 10; |
boolean |
getMountPoint()
optional bool mount_point = 11; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getOwner()
optional string owner = 8; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 8; |
long |
getParentId()
optional int64 parent_id = 2; |
com.google.protobuf.Parser<File.InodeDirectoryEntry> |
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 = 13; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
boolean |
hasGroup()
optional string group = 9; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasMode()
optional int32 mode = 10; |
boolean |
hasMountPoint()
optional bool mount_point = 11; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOwner()
optional string owner = 8; |
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 = 13; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static File.InodeDirectoryEntry.Builder |
newBuilder() |
static File.InodeDirectoryEntry.Builder |
newBuilder(File.InodeDirectoryEntry prototype) |
File.InodeDirectoryEntry.Builder |
newBuilderForType() |
protected File.InodeDirectoryEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static File.InodeDirectoryEntry |
parseDelimitedFrom(InputStream input) |
static File.InodeDirectoryEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(byte[] data) |
static File.InodeDirectoryEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.InodeDirectoryEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeDirectoryEntry |
parseFrom(InputStream input) |
static File.InodeDirectoryEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.InodeDirectoryEntry.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<File.InodeDirectoryEntry> PARSER
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 OWNER_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int MOUNT_POINT_FIELD_NUMBER
public static final int DIRECT_CHILDREN_LOADED_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static File.InodeDirectoryEntry getDefaultInstance()
public File.InodeDirectoryEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<File.InodeDirectoryEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional int64 id = 1;
hasId
in interface File.InodeDirectoryEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasParentId()
optional int64 parent_id = 2;
hasParentId
in interface File.InodeDirectoryEntryOrBuilder
public long getParentId()
optional int64 parent_id = 2;
getParentId
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasName()
optional string name = 3;
hasName
in interface File.InodeDirectoryEntryOrBuilder
public String getName()
optional string name = 3;
getName
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasPersistenceState()
optional string persistence_state = 4;
hasPersistenceState
in interface File.InodeDirectoryEntryOrBuilder
public String getPersistenceState()
optional string persistence_state = 4;
getPersistenceState
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
getPersistenceStateBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasPinned()
optional bool pinned = 5;
hasPinned
in interface File.InodeDirectoryEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasOwner()
optional string owner = 8;
hasOwner
in interface File.InodeDirectoryEntryOrBuilder
public String getOwner()
optional string owner = 8;
getOwner
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 8;
getOwnerBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasGroup()
optional string group = 9;
hasGroup
in interface File.InodeDirectoryEntryOrBuilder
public String getGroup()
optional string group = 9;
getGroup
in interface File.InodeDirectoryEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 9;
getGroupBytes
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasMode()
optional int32 mode = 10;
hasMode
in interface File.InodeDirectoryEntryOrBuilder
public int getMode()
optional int32 mode = 10;
getMode
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasMountPoint()
optional bool mount_point = 11;
hasMountPoint
in interface File.InodeDirectoryEntryOrBuilder
public boolean getMountPoint()
optional bool mount_point = 11;
getMountPoint
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12;
hasDirectChildrenLoaded
in interface File.InodeDirectoryEntryOrBuilder
public boolean getDirectChildrenLoaded()
optional bool direct_children_loaded = 12;
getDirectChildrenLoaded
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasTtl()
optional int64 ttl = 13;
hasTtl
in interface File.InodeDirectoryEntryOrBuilder
public long getTtl()
optional int64 ttl = 13;
getTtl
in interface File.InodeDirectoryEntryOrBuilder
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE];
hasTtlAction
in interface File.InodeDirectoryEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE];
getTtlAction
in interface File.InodeDirectoryEntryOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeDirectoryEntry parseFrom(InputStream input) throws IOException
IOException
public static File.InodeDirectoryEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeDirectoryEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.InodeDirectoryEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.InodeDirectoryEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeDirectoryEntry.Builder newBuilder()
public File.InodeDirectoryEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.InodeDirectoryEntry.Builder newBuilder(File.InodeDirectoryEntry prototype)
public File.InodeDirectoryEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.InodeDirectoryEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2023. All Rights Reserved.