Class D_ContainerKey

  • All Implemented Interfaces:
    Diagnosticable

    public class D_ContainerKey
    extends DiagnosticableGeneric
    The D_BaseContainerHandle class provides diagnostic information about the BaseContainerHandle class. Currently this info is a single string of the form TABLE(conglomerate_id, container_id)
    • Constructor Summary

      Constructors 
      Constructor Description
      D_ContainerKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String diag()
      Return string identifying the underlying container.
      void diag_detail​(java.util.Properties prop)
      Return a set of properties describing the the key used to lock container.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • D_ContainerKey

        public D_ContainerKey()
    • Method Detail

      • diag

        public java.lang.String diag()
        Return string identifying the underlying container.

        Specified by:
        diag in interface Diagnosticable
        Overrides:
        diag in class DiagnosticableGeneric
        Returns:
        A string of the form TABLE(conglomerate_id, container_id).
      • diag_detail

        public void diag_detail​(java.util.Properties prop)
        Return a set of properties describing the the key used to lock container.

        Used by debugging code to print the lock table on demand.

        Specified by:
        diag_detail in interface Diagnosticable
        Overrides:
        diag_detail in class DiagnosticableGeneric