public final class UfsStatus extends com.google.protobuf.GeneratedMessageV3 implements UfsStatusOrBuilder
alluxio.grpc.block.UfsStatus
Modifier and Type | Class and Description |
---|---|
static class |
UfsStatus.Builder
Protobuf type
alluxio.grpc.block.UfsStatus |
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 |
IS_DIRECTORY_FIELD_NUMBER |
static int |
LAST_MODIFIED_TIME_MS_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static com.google.protobuf.Parser<UfsStatus> |
PARSER
Deprecated.
|
static int |
UFS_FILE_STATUS_FIELD_NUMBER |
static int |
UFS_FULL_PATH_FIELD_NUMBER |
static int |
XATTR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsXattr(String key)
map<string, bytes> xattr = 7; |
boolean |
equals(Object obj) |
static UfsStatus |
getDefaultInstance() |
UfsStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroup()
optional string group = 5; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 5; |
boolean |
getIsDirectory()
optional bool is_directory = 2; |
long |
getLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3; |
int |
getMode()
optional int32 mode = 6; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getOwner()
optional string owner = 4; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 4; |
com.google.protobuf.Parser<UfsStatus> |
getParserForType() |
int |
getSerializedSize() |
UfsFileStatus |
getUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100; |
UfsFileStatusOrBuilder |
getUfsFileStatusOrBuilder()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100; |
String |
getUfsFullPath()
optional string ufs_full_path = 8; |
com.google.protobuf.ByteString |
getUfsFullPathBytes()
optional string ufs_full_path = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Map<String,com.google.protobuf.ByteString> |
getXattr()
Deprecated.
|
int |
getXattrCount()
map<string, bytes> xattr = 7; |
Map<String,com.google.protobuf.ByteString> |
getXattrMap()
map<string, bytes> xattr = 7; |
com.google.protobuf.ByteString |
getXattrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 7; |
com.google.protobuf.ByteString |
getXattrOrThrow(String key)
map<string, bytes> xattr = 7; |
boolean |
hasGroup()
optional string group = 5; |
int |
hashCode() |
boolean |
hasIsDirectory()
optional bool is_directory = 2; |
boolean |
hasLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3; |
boolean |
hasMode()
optional int32 mode = 6; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOwner()
optional string owner = 4; |
boolean |
hasUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100; |
boolean |
hasUfsFullPath()
optional string ufs_full_path = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static UfsStatus.Builder |
newBuilder() |
static UfsStatus.Builder |
newBuilder(UfsStatus prototype) |
UfsStatus.Builder |
newBuilderForType() |
protected UfsStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UfsStatus |
parseDelimitedFrom(InputStream input) |
static UfsStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsStatus |
parseFrom(byte[] data) |
static UfsStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsStatus |
parseFrom(ByteBuffer data) |
static UfsStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsStatus |
parseFrom(com.google.protobuf.ByteString data) |
static UfsStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UfsStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UfsStatus |
parseFrom(InputStream input) |
static UfsStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UfsStatus> |
parser() |
UfsStatus.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, isStringEmpty, 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 NAME_FIELD_NUMBER
public static final int IS_DIRECTORY_FIELD_NUMBER
public static final int LAST_MODIFIED_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 XATTR_FIELD_NUMBER
public static final int UFS_FULL_PATH_FIELD_NUMBER
public static final int UFS_FILE_STATUS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UfsStatus> 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 hasName()
optional string name = 1;
hasName
in interface UfsStatusOrBuilder
public String getName()
optional string name = 1;
getName
in interface UfsStatusOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
getNameBytes
in interface UfsStatusOrBuilder
public boolean hasIsDirectory()
optional bool is_directory = 2;
hasIsDirectory
in interface UfsStatusOrBuilder
public boolean getIsDirectory()
optional bool is_directory = 2;
getIsDirectory
in interface UfsStatusOrBuilder
public boolean hasLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3;
hasLastModifiedTimeMs
in interface UfsStatusOrBuilder
public long getLastModifiedTimeMs()
optional int64 last_modified_time_ms = 3;
getLastModifiedTimeMs
in interface UfsStatusOrBuilder
public boolean hasOwner()
optional string owner = 4;
hasOwner
in interface UfsStatusOrBuilder
public String getOwner()
optional string owner = 4;
getOwner
in interface UfsStatusOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 4;
getOwnerBytes
in interface UfsStatusOrBuilder
public boolean hasGroup()
optional string group = 5;
hasGroup
in interface UfsStatusOrBuilder
public String getGroup()
optional string group = 5;
getGroup
in interface UfsStatusOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 5;
getGroupBytes
in interface UfsStatusOrBuilder
public boolean hasMode()
optional int32 mode = 6;
hasMode
in interface UfsStatusOrBuilder
public int getMode()
optional int32 mode = 6;
getMode
in interface UfsStatusOrBuilder
public int getXattrCount()
UfsStatusOrBuilder
map<string, bytes> xattr = 7;
getXattrCount
in interface UfsStatusOrBuilder
public boolean containsXattr(String key)
map<string, bytes> xattr = 7;
containsXattr
in interface UfsStatusOrBuilder
@Deprecated public Map<String,com.google.protobuf.ByteString> getXattr()
getXattrMap()
instead.getXattr
in interface UfsStatusOrBuilder
public Map<String,com.google.protobuf.ByteString> getXattrMap()
map<string, bytes> xattr = 7;
getXattrMap
in interface UfsStatusOrBuilder
public com.google.protobuf.ByteString getXattrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xattr = 7;
getXattrOrDefault
in interface UfsStatusOrBuilder
public com.google.protobuf.ByteString getXattrOrThrow(String key)
map<string, bytes> xattr = 7;
getXattrOrThrow
in interface UfsStatusOrBuilder
public boolean hasUfsFullPath()
optional string ufs_full_path = 8;
hasUfsFullPath
in interface UfsStatusOrBuilder
public String getUfsFullPath()
optional string ufs_full_path = 8;
getUfsFullPath
in interface UfsStatusOrBuilder
public com.google.protobuf.ByteString getUfsFullPathBytes()
optional string ufs_full_path = 8;
getUfsFullPathBytes
in interface UfsStatusOrBuilder
public boolean hasUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100;
hasUfsFileStatus
in interface UfsStatusOrBuilder
public UfsFileStatus getUfsFileStatus()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100;
getUfsFileStatus
in interface UfsStatusOrBuilder
public UfsFileStatusOrBuilder getUfsFileStatusOrBuilder()
optional .alluxio.grpc.block.UfsFileStatus ufs_file_status = 100;
getUfsFileStatusOrBuilder
in interface UfsStatusOrBuilder
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 UfsStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UfsStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UfsStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UfsStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UfsStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UfsStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static UfsStatus parseFrom(InputStream input) throws IOException
IOException
public static UfsStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UfsStatus parseDelimitedFrom(InputStream input) throws IOException
IOException
public static UfsStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static UfsStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static UfsStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public UfsStatus.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static UfsStatus.Builder newBuilder()
public static UfsStatus.Builder newBuilder(UfsStatus prototype)
public UfsStatus.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected UfsStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static UfsStatus getDefaultInstance()
public static com.google.protobuf.Parser<UfsStatus> parser()
public com.google.protobuf.Parser<UfsStatus> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public UfsStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.