Uses of Enum Class
io.dingodb.store.Store.IsolationLevel
Packages that use Store.IsolationLevel
-
Uses of Store.IsolationLevel in io.dingodb.store
Methods in io.dingodb.store that return Store.IsolationLevelModifier and TypeMethodDescriptionstatic Store.IsolationLevelStore.IsolationLevel.forNumber(int value) Store.Context.Builder.getIsolationLevel().dingodb.pb.store.IsolationLevel isolation_level = 3;Store.Context.getIsolationLevel().dingodb.pb.store.IsolationLevel isolation_level = 3;Store.ContextOrBuilder.getIsolationLevel().dingodb.pb.store.IsolationLevel isolation_level = 3;static Store.IsolationLevelStore.IsolationLevel.valueOf(int value) Deprecated.static Store.IsolationLevelStore.IsolationLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Store.IsolationLevelReturns the enum constant of this class with the specified name.static Store.IsolationLevel[]Store.IsolationLevel.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.IsolationLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Store.IsolationLevel>Store.IsolationLevel.internalGetValueMap()Methods in io.dingodb.store with parameters of type Store.IsolationLevelModifier and TypeMethodDescriptionStore.Context.Builder.setIsolationLevel(Store.IsolationLevel value) .dingodb.pb.store.IsolationLevel isolation_level = 3;