Package org.apache.derby.iapi.store.raw
Class D_ContainerLock
java.lang.Object
org.apache.derby.iapi.services.diag.DiagnosticableGeneric
org.apache.derby.iapi.store.raw.D_ContainerLock
- All Implemented Interfaces:
Diagnosticable
The D_ContainerLock class provides diagnostic information about the
ContainerLock qualifer, and is used for output in lock debugging.
-
Field Summary
FieldsFields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail, init
-
Field Details
-
names
-
-
Constructor Details
-
D_ContainerLock
public D_ContainerLock()
-
-
Method Details
-
diag
Return string describing id of container.- Specified by:
diag
in interfaceDiagnosticable
- Overrides:
diag
in classDiagnosticableGeneric
- Returns:
- A string of the form: ContainerKey(segment_id, container_id)
- Throws:
StandardException
- Standard Derby error policy
-