PESSIMISTIC
com.google.spanner.v1.transaction.TransactionOptions$.ReadWrite$.ReadLockMode$.PESSIMISTIC$
case object PESSIMISTIC extends ReadLockMode, Recognized
Pessimistic lock mode.
Read locks are acquired immediately on read.
Attributes
- Source
- TransactionOptions.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass ReadLockModetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
PESSIMISTIC.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- ReadLockMode
- Source
- TransactionOptions.scala
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The name of the type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- TransactionOptions.scala
Inherited methods
Attributes
- Inherited from:
- ReadLockMode
- Source
- TransactionOptions.scala
Attributes
- Inherited from:
- ReadLockMode
- Source
- TransactionOptions.scala
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Attributes
- Inherited from:
- ReadLockMode
- Source
- TransactionOptions.scala
Attributes
- Inherited from:
- ReadLockMode
- Source
- TransactionOptions.scala
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
GeneratedEnum -> Any
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Concrete fields
Attributes
- Source
- TransactionOptions.scala
Attributes
- Source
- TransactionOptions.scala
Inherited fields
Attributes
- Inherited from:
- ReadLockMode
- Source
- TransactionOptions.scala
In this article