| Package | Description |
|---|---|
| com.alipay.sofa.jraft.entity | |
| com.alipay.sofa.jraft.option | |
| com.alipay.sofa.jraft.rpc |
| Modifier and Type | Method and Description |
|---|---|
static EnumOutter.ReadOnlyType |
EnumOutter.ReadOnlyType.forNumber(int value) |
static EnumOutter.ReadOnlyType |
EnumOutter.ReadOnlyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EnumOutter.ReadOnlyType |
EnumOutter.ReadOnlyType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EnumOutter.ReadOnlyType |
EnumOutter.ReadOnlyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumOutter.ReadOnlyType[] |
EnumOutter.ReadOnlyType.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<EnumOutter.ReadOnlyType> |
EnumOutter.ReadOnlyType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
static EnumOutter.ReadOnlyType |
ReadOnlyOption.convertMsgType(ReadOnlyOption option) |
| Modifier and Type | Method and Description |
|---|---|
static ReadOnlyOption |
ReadOnlyOption.valueOfWithDefault(EnumOutter.ReadOnlyType readOnlyType,
ReadOnlyOption defaultOption) |
| Modifier and Type | Method and Description |
|---|---|
EnumOutter.ReadOnlyType |
RpcRequests.ReadIndexRequestOrBuilder.getReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5; |
EnumOutter.ReadOnlyType |
RpcRequests.ReadIndexRequest.getReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5; |
EnumOutter.ReadOnlyType |
RpcRequests.ReadIndexRequest.Builder.getReadOnlyOptions()
optional .jraft.ReadOnlyType readOnlyOptions = 5; |
| Modifier and Type | Method and Description |
|---|---|
RpcRequests.ReadIndexRequest.Builder |
RpcRequests.ReadIndexRequest.Builder.setReadOnlyOptions(EnumOutter.ReadOnlyType value)
optional .jraft.ReadOnlyType readOnlyOptions = 5; |
Copyright © 2024. All rights reserved.