File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.addAllBlocks(Iterable<? extends Long> values)
repeated int64 blocks = 12;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.addBlocks(long value)
repeated int64 blocks = 12;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clear() |
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearBlocks()
repeated int64 blocks = 12;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearBlockSizeBytes()
optional int64 block_size_bytes = 8;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearCacheable()
optional bool cacheable = 11;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearCompleted()
optional bool completed = 10;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearCreationTimeMs()
optional int64 creation_time_ms = 6;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearGroup()
optional string group = 15;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearId()
optional int64 id = 1;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearLength()
optional int64 length = 9;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearMode()
optional int32 mode = 16;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearName()
optional string name = 3;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearOwner()
optional string owner = 14;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearParentId()
optional int64 parent_id = 2;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearPersistenceState()
optional string persistence_state = 4;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearPinned()
optional bool pinned = 5;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearTtl()
optional int64 ttl = 13;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clearUfsFingerprint()
optional string ufs_fingerprint = 18;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.clone() |
File.InodeFileEntry.Builder |
Journal.JournalEntry.Builder.getInodeFileBuilder()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.mergeFrom(File.InodeFileEntry other) |
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.mergeFrom(com.google.protobuf.Message other) |
static File.InodeFileEntry.Builder |
File.InodeFileEntry.newBuilder() |
static File.InodeFileEntry.Builder |
File.InodeFileEntry.newBuilder(File.InodeFileEntry prototype) |
File.InodeFileEntry.Builder |
File.InodeFileEntry.newBuilderForType() |
protected File.InodeFileEntry.Builder |
File.InodeFileEntry.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setBlocks(int index,
long value)
repeated int64 blocks = 12;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setBlockSizeBytes(long value)
optional int64 block_size_bytes = 8;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setCacheable(boolean value)
optional bool cacheable = 11;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setCompleted(boolean value)
optional bool completed = 10;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setCreationTimeMs(long value)
optional int64 creation_time_ms = 6;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setGroup(String value)
optional string group = 15;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setGroupBytes(com.google.protobuf.ByteString value)
optional string group = 15;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setId(long value)
optional int64 id = 1;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setLastModificationTimeMs(long value)
optional int64 last_modification_time_ms = 7;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setLength(long value)
optional int64 length = 9;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setMode(int value)
optional int32 mode = 16;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setName(String value)
optional string name = 3;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setOwner(String value)
optional string owner = 14;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setOwnerBytes(com.google.protobuf.ByteString value)
optional string owner = 14;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setParentId(long value)
optional int64 parent_id = 2;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setPersistenceState(String value)
optional string persistence_state = 4;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setPersistenceStateBytes(com.google.protobuf.ByteString value)
optional string persistence_state = 4;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setPinned(boolean value)
optional bool pinned = 5;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setTtl(long value)
optional int64 ttl = 13;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setTtlAction(File.PTtlAction value)
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setUfsFingerprint(String value)
optional string ufs_fingerprint = 18;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.Builder.setUfsFingerprintBytes(com.google.protobuf.ByteString value)
optional string ufs_fingerprint = 18;
|
File.InodeFileEntry.Builder |
File.InodeFileEntry.toBuilder() |