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
public class D_ContainerLock extends DiagnosticableGeneric
The D_ContainerLock class provides diagnostic information about the ContainerLock qualifer, and is used for output in lock debugging.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]
names
-
Fields inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_object
-
-
Constructor Summary
Constructors Constructor Description D_ContainerLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
diag()
Return string describing id of container.-
Methods inherited from class org.apache.derby.iapi.services.diag.DiagnosticableGeneric
diag_detail, init
-
-
-
-
Method Detail
-
diag
public java.lang.String diag() throws StandardException
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
-
-