public static final class File.InodeFileEntry.Builder extends com.google.protobuf.GeneratedMessage.Builder<File.InodeFileEntry.Builder> implements File.InodeFileEntryOrBuilder
alluxio.proto.journal.InodeFileEntry
next available id: 19
Modifier and Type | Method and Description |
---|---|
File.InodeFileEntry.Builder |
addAllBlocks(Iterable<? extends Long> values)
repeated int64 blocks = 12; |
File.InodeFileEntry.Builder |
addBlocks(long value)
repeated int64 blocks = 12; |
File.InodeFileEntry |
build() |
File.InodeFileEntry |
buildPartial() |
File.InodeFileEntry.Builder |
clear() |
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 |
clearGroup()
optional string group = 15; |
File.InodeFileEntry.Builder |
clearId()
optional int64 id = 1; |
File.InodeFileEntry.Builder |
clearLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
File.InodeFileEntry.Builder |
clearLength()
optional int64 length = 9; |
File.InodeFileEntry.Builder |
clearMode()
optional int32 mode = 16; |
File.InodeFileEntry.Builder |
clearName()
optional string name = 3; |
File.InodeFileEntry.Builder |
clearOwner()
optional string owner = 14; |
File.InodeFileEntry.Builder |
clearParentId()
optional int64 parent_id = 2; |
File.InodeFileEntry.Builder |
clearPersistenceState()
optional string persistence_state = 4; |
File.InodeFileEntry.Builder |
clearPinned()
optional bool pinned = 5; |
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 |
clone() |
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 |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
long |
getLength()
optional int64 length = 9; |
int |
getMode()
optional int32 mode = 16; |
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 |
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 = 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; |
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 |
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 |
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 = 17 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 18; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
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 |
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 |
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 |
setLastModificationTimeMs(long value)
optional int64 last_modification_time_ms = 7; |
File.InodeFileEntry.Builder |
setLength(long value)
optional int64 length = 9; |
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 |
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 |
setPinned(boolean value)
optional bool pinned = 5; |
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.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.GeneratedMessage.Builder<File.InodeFileEntry.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.GeneratedMessage.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.GeneratedMessage.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 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.GeneratedMessage.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;
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;
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;
public File.InodeFileEntry.Builder clearName()
optional string name = 3;
public File.InodeFileEntry.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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
public File.InodeFileEntry.Builder setBlocks(int index, long value)
repeated int64 blocks = 12;
public File.InodeFileEntry.Builder addBlocks(long value)
repeated int64 blocks = 12;
public File.InodeFileEntry.Builder addAllBlocks(Iterable<? extends Long> values)
repeated int64 blocks = 12;
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;
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;
public File.InodeFileEntry.Builder clearOwner()
optional string owner = 14;
public File.InodeFileEntry.Builder setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 14;
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;
public File.InodeFileEntry.Builder clearGroup()
optional string group = 15;
public File.InodeFileEntry.Builder setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 15;
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;
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];
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;
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;
Copyright © 2023. All Rights Reserved.