Package | Description |
---|---|
alluxio.proto.dataserver | |
alluxio.proto.status | |
alluxio.util.proto |
Modifier and Type | Method and Description |
---|---|
Status.PStatus |
Protocol.ResponseOrBuilder.getStatus()
optional .alluxio.proto.status.PStatus status = 1; |
Status.PStatus |
Protocol.Response.getStatus()
optional .alluxio.proto.status.PStatus status = 1; |
Status.PStatus |
Protocol.Response.Builder.getStatus()
optional .alluxio.proto.status.PStatus status = 1; |
Modifier and Type | Method and Description |
---|---|
Protocol.Response.Builder |
Protocol.Response.Builder.setStatus(Status.PStatus value)
optional .alluxio.proto.status.PStatus status = 1; |
Modifier and Type | Method and Description |
---|---|
static Status.PStatus |
Status.PStatus.forNumber(int value) |
static Status.PStatus |
Status.PStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Status.PStatus |
Status.PStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Status.PStatus |
Status.PStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.PStatus[] |
Status.PStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Status.PStatus> |
Status.PStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
static Status.PStatus |
ProtoUtils.toProto(io.grpc.Status status)
Converts an internal exception status to a protocol buffer type status.
|
Modifier and Type | Method and Description |
---|---|
static io.grpc.Status |
ProtoUtils.fromProto(Status.PStatus status)
Creates a
Status from a protocol buffer type status. |
Copyright © 2023. All Rights Reserved.