Uses of Enum Class
io.dingodb.sdk.service.entity.store.IsolationLevel
Packages that use IsolationLevel
-
Uses of IsolationLevel in io.dingodb.sdk.service.entity
Methods in io.dingodb.sdk.service.entity that return IsolationLevelModifier and TypeMethodDescriptiondefault IsolationLevelMessage.StoreRequest.getIsolationLevel()Methods in io.dingodb.sdk.service.entity with parameters of type IsolationLevelModifier and TypeMethodDescriptiondefault voidMessage.StoreRequest.setIsolationLevel(IsolationLevel isolationLevel) -
Uses of IsolationLevel in io.dingodb.sdk.service.entity.store
Methods in io.dingodb.sdk.service.entity.store that return IsolationLevelModifier and TypeMethodDescriptionstatic IsolationLevelIsolationLevel.forNumber(int number) static IsolationLevelReturns the enum constant of this class with the specified name.static IsolationLevel[]IsolationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.