Uses of Class
io.datarouter.client.mysql.op.Isolation
| Package | Description |
|---|---|
| io.datarouter.client.mysql | |
| io.datarouter.client.mysql.op |
-
Uses of Isolation in io.datarouter.client.mysql
Methods in io.datarouter.client.mysql with parameters of type Isolation Modifier and Type Method Description voidMysqlClientManager. beginTxn(io.datarouter.storage.client.ClientId clientId, Isolation isolation, boolean autoCommit)voidTxnClientManager. beginTxn(io.datarouter.storage.client.ClientId clientId, Isolation isolation, boolean autoCommit) -
Uses of Isolation in io.datarouter.client.mysql.op
Fields in io.datarouter.client.mysql.op declared as Isolation Modifier and Type Field Description static IsolationIsolation. DEFAULTFields in io.datarouter.client.mysql.op with type parameters of type Isolation Modifier and Type Field Description static io.datarouter.storage.config.ConfigKey<Isolation>Isolation. KEYMethods in io.datarouter.client.mysql.op that return Isolation Modifier and Type Method Description IsolationIsolation. fromPersistentInteger(java.lang.Integer persistentInteger)IsolationIsolation. fromPersistentString(java.lang.String persistentString)IsolationBaseMysqlOp. getIsolation()static IsolationIsolation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Isolation[]Isolation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.datarouter.client.mysql.op that return types with arguments of type Isolation Modifier and Type Method Description io.datarouter.storage.config.ConfigKey<Isolation>Isolation. getKey()Constructors in io.datarouter.client.mysql.op with parameters of type Isolation Constructor Description BaseMysqlOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.client.ClientId clientId, Isolation isolation, boolean autoCommit)