LockingConfig Members

BerkeleyDB

The LockingConfig type exposes the following members.

Constructors

  NameDescription
LockingConfig
Initializes a new instance of the LockingConfig class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DeadlockResolution
If non-null, the deadlock detector is to be run whenever a lock conflict occurs, lock request(s) should be rejected according to the specified policy.

Properties

  NameDescription
Conflicts
The locking conflicts matrix.
MaxLockers
The maximum number of simultaneous locking entities supported by the Berkeley DB environment
MaxLocks
The maximum number of locks supported by the Berkeley DB environment.
MaxObjects
The maximum number of locked objects supported by the Berkeley DB environment.
Partitions
The number of lock table partitions in the Berkeley DB environment.

See Also