public static final class File.SetAttributeEntry extends com.google.protobuf.GeneratedMessageV3 implements File.SetAttributeEntryOrBuilder
next available id: 15Protobuf type
alluxio.proto.journal.SetAttributeEntry
Modifier and Type | Class and Description |
---|---|
static class |
File.SetAttributeEntry.Builder
next available id: 15
|
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 |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
OP_TIME_MS_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static com.google.protobuf.Parser<File.SetAttributeEntry> |
PARSER
Deprecated.
|
static int |
PERMISSION_FIELD_NUMBER |
static int |
PERSISTED_FIELD_NUMBER |
static int |
PERSISTJOBID_FIELD_NUMBER |
static int |
PINNED_FIELD_NUMBER |
static int |
REPLICATION_MAX_FIELD_NUMBER |
static int |
REPLICATION_MIN_FIELD_NUMBER |
static int |
TEMPUFSPATH_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
static int |
TTLACTION_FIELD_NUMBER |
static int |
UFS_FINGERPRINT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static File.SetAttributeEntry |
getDefaultInstance() |
File.SetAttributeEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroup()
optional string group = 7; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 7; |
long |
getId()
optional int64 id = 1; |
long |
getOpTimeMs()
optional int64 op_time_ms = 2; |
String |
getOwner()
optional string owner = 6; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 6; |
com.google.protobuf.Parser<File.SetAttributeEntry> |
getParserForType() |
int |
getPermission()
optional int32 permission = 8; |
boolean |
getPersisted()
optional bool persisted = 5; |
long |
getPersistJobId()
optional int64 persistJobId = 11; |
boolean |
getPinned()
optional bool pinned = 3; |
int |
getReplicationMax()
optional int32 replication_max = 13; |
int |
getReplicationMin()
optional int32 replication_min = 14; |
int |
getSerializedSize() |
String |
getTempUfsPath()
optional string tempUfsPath = 12; |
com.google.protobuf.ByteString |
getTempUfsPathBytes()
optional string tempUfsPath = 12; |
long |
getTtl()
optional int64 ttl = 4; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE]; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 10; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasGroup()
optional string group = 7; |
int |
hashCode() |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 2; |
boolean |
hasOwner()
optional string owner = 6; |
boolean |
hasPermission()
optional int32 permission = 8; |
boolean |
hasPersisted()
optional bool persisted = 5; |
boolean |
hasPersistJobId()
optional int64 persistJobId = 11; |
boolean |
hasPinned()
optional bool pinned = 3; |
boolean |
hasReplicationMax()
optional int32 replication_max = 13; |
boolean |
hasReplicationMin()
optional int32 replication_min = 14; |
boolean |
hasTempUfsPath()
optional string tempUfsPath = 12; |
boolean |
hasTtl()
optional int64 ttl = 4; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 10; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static File.SetAttributeEntry.Builder |
newBuilder() |
static File.SetAttributeEntry.Builder |
newBuilder(File.SetAttributeEntry prototype) |
File.SetAttributeEntry.Builder |
newBuilderForType() |
protected File.SetAttributeEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static File.SetAttributeEntry |
parseDelimitedFrom(InputStream input) |
static File.SetAttributeEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(byte[] data) |
static File.SetAttributeEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(ByteBuffer data) |
static File.SetAttributeEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.SetAttributeEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.SetAttributeEntry |
parseFrom(InputStream input) |
static File.SetAttributeEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<File.SetAttributeEntry> |
parser() |
File.SetAttributeEntry.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, internalGetMapField, 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 OP_TIME_MS_FIELD_NUMBER
public static final int PINNED_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int PERSISTED_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int PERMISSION_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static final int UFS_FINGERPRINT_FIELD_NUMBER
public static final int PERSISTJOBID_FIELD_NUMBER
public static final int TEMPUFSPATH_FIELD_NUMBER
public static final int REPLICATION_MAX_FIELD_NUMBER
public static final int REPLICATION_MIN_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<File.SetAttributeEntry> 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasId()
optional int64 id = 1;
hasId
in interface File.SetAttributeEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.SetAttributeEntryOrBuilder
public boolean hasOpTimeMs()
optional int64 op_time_ms = 2;
hasOpTimeMs
in interface File.SetAttributeEntryOrBuilder
public long getOpTimeMs()
optional int64 op_time_ms = 2;
getOpTimeMs
in interface File.SetAttributeEntryOrBuilder
public boolean hasPinned()
optional bool pinned = 3;
hasPinned
in interface File.SetAttributeEntryOrBuilder
public boolean getPinned()
optional bool pinned = 3;
getPinned
in interface File.SetAttributeEntryOrBuilder
public boolean hasTtl()
optional int64 ttl = 4;
hasTtl
in interface File.SetAttributeEntryOrBuilder
public long getTtl()
optional int64 ttl = 4;
getTtl
in interface File.SetAttributeEntryOrBuilder
public boolean hasPersisted()
optional bool persisted = 5;
hasPersisted
in interface File.SetAttributeEntryOrBuilder
public boolean getPersisted()
optional bool persisted = 5;
getPersisted
in interface File.SetAttributeEntryOrBuilder
public boolean hasOwner()
optional string owner = 6;
hasOwner
in interface File.SetAttributeEntryOrBuilder
public String getOwner()
optional string owner = 6;
getOwner
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 6;
getOwnerBytes
in interface File.SetAttributeEntryOrBuilder
public boolean hasGroup()
optional string group = 7;
hasGroup
in interface File.SetAttributeEntryOrBuilder
public String getGroup()
optional string group = 7;
getGroup
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 7;
getGroupBytes
in interface File.SetAttributeEntryOrBuilder
public boolean hasPermission()
optional int32 permission = 8;
hasPermission
in interface File.SetAttributeEntryOrBuilder
public int getPermission()
optional int32 permission = 8;
getPermission
in interface File.SetAttributeEntryOrBuilder
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE];
hasTtlAction
in interface File.SetAttributeEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 9 [default = DELETE];
getTtlAction
in interface File.SetAttributeEntryOrBuilder
public boolean hasUfsFingerprint()
optional string ufs_fingerprint = 10;
hasUfsFingerprint
in interface File.SetAttributeEntryOrBuilder
public String getUfsFingerprint()
optional string ufs_fingerprint = 10;
getUfsFingerprint
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 10;
getUfsFingerprintBytes
in interface File.SetAttributeEntryOrBuilder
public boolean hasPersistJobId()
optional int64 persistJobId = 11;
hasPersistJobId
in interface File.SetAttributeEntryOrBuilder
public long getPersistJobId()
optional int64 persistJobId = 11;
getPersistJobId
in interface File.SetAttributeEntryOrBuilder
public boolean hasTempUfsPath()
optional string tempUfsPath = 12;
hasTempUfsPath
in interface File.SetAttributeEntryOrBuilder
public String getTempUfsPath()
optional string tempUfsPath = 12;
getTempUfsPath
in interface File.SetAttributeEntryOrBuilder
public com.google.protobuf.ByteString getTempUfsPathBytes()
optional string tempUfsPath = 12;
getTempUfsPathBytes
in interface File.SetAttributeEntryOrBuilder
public boolean hasReplicationMax()
optional int32 replication_max = 13;
hasReplicationMax
in interface File.SetAttributeEntryOrBuilder
public int getReplicationMax()
optional int32 replication_max = 13;
getReplicationMax
in interface File.SetAttributeEntryOrBuilder
public boolean hasReplicationMin()
optional int32 replication_min = 14;
hasReplicationMin
in interface File.SetAttributeEntryOrBuilder
public int getReplicationMin()
optional int32 replication_min = 14;
getReplicationMin
in interface File.SetAttributeEntryOrBuilder
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.SetAttributeEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.SetAttributeEntry parseFrom(InputStream input) throws IOException
IOException
public static File.SetAttributeEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAttributeEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.SetAttributeEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.SetAttributeEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public File.SetAttributeEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.SetAttributeEntry.Builder newBuilder()
public static File.SetAttributeEntry.Builder newBuilder(File.SetAttributeEntry prototype)
public File.SetAttributeEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.SetAttributeEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static File.SetAttributeEntry getDefaultInstance()
public static com.google.protobuf.Parser<File.SetAttributeEntry> parser()
public com.google.protobuf.Parser<File.SetAttributeEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public File.SetAttributeEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.