| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.entity | |
| com.alipay.sofa.jraft.error |
| 限定符和类型 | 方法和说明 |
|---|---|
static EnumOutter.ErrorType |
EnumOutter.ErrorType.forNumber(int value) |
static EnumOutter.ErrorType |
EnumOutter.ErrorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EnumOutter.ErrorType |
EnumOutter.ErrorType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static EnumOutter.ErrorType |
EnumOutter.ErrorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EnumOutter.ErrorType[] |
EnumOutter.ErrorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EnumOutter.ErrorType> |
EnumOutter.ErrorType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
EnumOutter.ErrorType |
RaftException.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RaftException.setType(EnumOutter.ErrorType type) |
| 构造器和说明 |
|---|
RaftException(EnumOutter.ErrorType type) |
RaftException(EnumOutter.ErrorType type,
RaftError err,
String fmt,
Object... args) |
RaftException(EnumOutter.ErrorType type,
Status status) |
Copyright © 2021. All rights reserved.