Uses of Enum Class
io.dapr.v1.CommonProtos.StateOptions.StateConsistency
-
Uses of CommonProtos.StateOptions.StateConsistency in io.dapr.v1
Modifier and TypeMethodDescriptionCommonProtos.StateOptions.StateConsistency.forNumber
(int value) CommonProtos.StateOptions.Builder.getConsistency()
.dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
CommonProtos.StateOptions.getConsistency()
.dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
CommonProtos.StateOptionsOrBuilder.getConsistency()
.dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
DaprProtos.GetStateRequest.Builder.getConsistency()
The read consistency of the state store.DaprProtos.GetStateRequest.getConsistency()
The read consistency of the state store.DaprProtos.GetStateRequestOrBuilder.getConsistency()
The read consistency of the state store.CommonProtos.StateOptions.StateConsistency.valueOf
(int value) Deprecated.CommonProtos.StateOptions.StateConsistency.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.CommonProtos.StateOptions.StateConsistency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommonProtos.StateOptions.StateConsistency>
CommonProtos.StateOptions.StateConsistency.internalGetValueMap()
Modifier and TypeMethodDescriptionCommonProtos.StateOptions.Builder.setConsistency
(CommonProtos.StateOptions.StateConsistency value) .dapr.proto.common.v1.StateOptions.StateConsistency consistency = 2;
DaprProtos.GetStateRequest.Builder.setConsistency
(CommonProtos.StateOptions.StateConsistency value) The read consistency of the state store.