Uses of Enum Class
io.dingodb.store.Store.Action
Packages that use Store.Action
-
Uses of Store.Action in io.dingodb.store
Methods in io.dingodb.store that return Store.ActionModifier and TypeMethodDescriptionstatic Store.ActionStore.Action.forNumber(int value) Store.TxnCheckTxnStatusResponse.Builder.getAction()The action performed by dingo-store (and why if the action is to rollback).Store.TxnCheckTxnStatusResponse.getAction()The action performed by dingo-store (and why if the action is to rollback).Store.TxnCheckTxnStatusResponseOrBuilder.getAction()The action performed by dingo-store (and why if the action is to rollback).static Store.ActionStore.Action.valueOf(int value) Deprecated.static Store.ActionStore.Action.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Store.ActionReturns the enum constant of this class with the specified name.static Store.Action[]Store.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.store that return types with arguments of type Store.ActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Store.Action>Store.Action.internalGetValueMap()Methods in io.dingodb.store with parameters of type Store.ActionModifier and TypeMethodDescriptionStore.TxnCheckTxnStatusResponse.Builder.setAction(Store.Action value) The action performed by dingo-store (and why if the action is to rollback).