public static enum Protocol.ReadResponse.Type extends Enum<Protocol.ReadResponse.Type> implements com.google.protobuf.ProtocolMessageEnum
alluxio.proto.dataserver.ReadResponse.Type
Enum Constant and Description |
---|
UFS_READ_HEARTBEAT
A heatbeat message indicates that the server is still actively acquiring access to a UFS file.
|
Modifier and Type | Field and Description |
---|---|
static int |
UFS_READ_HEARTBEAT_VALUE
A heatbeat message indicates that the server is still actively acquiring access to a UFS file.
|
Modifier and Type | Method and Description |
---|---|
static Protocol.ReadResponse.Type |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Protocol.ReadResponse.Type> |
internalGetValueMap() |
static Protocol.ReadResponse.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protocol.ReadResponse.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protocol.ReadResponse.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ReadResponse.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.ReadResponse.Type UFS_READ_HEARTBEAT
A heatbeat message indicates that the server is still actively acquiring access to a UFS file. This is to avoid timing out in the client.
UFS_READ_HEARTBEAT = 1;
public static final int UFS_READ_HEARTBEAT_VALUE
A heatbeat message indicates that the server is still actively acquiring access to a UFS file. This is to avoid timing out in the client.
UFS_READ_HEARTBEAT = 1;
public static Protocol.ReadResponse.Type[] values()
for (Protocol.ReadResponse.Type c : Protocol.ReadResponse.Type.values()) System.out.println(c);
public static Protocol.ReadResponse.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Protocol.ReadResponse.Type valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Protocol.ReadResponse.Type forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Protocol.ReadResponse.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Protocol.ReadResponse.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.