Class DatabaseExecListener

java.lang.Object
io.debezium.testing.system.tools.databases.DatabaseExecListener
All Implemented Interfaces:
io.fabric8.kubernetes.client.dsl.ExecListener

public class DatabaseExecListener extends Object implements io.fabric8.kubernetes.client.dsl.ExecListener
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.dsl.ExecListener

    io.fabric8.kubernetes.client.dsl.ExecListener.Response
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final CountDownLatch
     
    private static final org.slf4j.Logger
     
    private final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClose(int code, String reason)
     
    void
    onFailure(Throwable t, io.fabric8.kubernetes.client.dsl.ExecListener.Response failureResponse)
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.fabric8.kubernetes.client.dsl.ExecListener

    onExit
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • name

      private final String name
    • latch

      private final CountDownLatch latch
  • Constructor Details

  • Method Details

    • onOpen

      public void onOpen()
      Specified by:
      onOpen in interface io.fabric8.kubernetes.client.dsl.ExecListener
    • onFailure

      public void onFailure(Throwable t, io.fabric8.kubernetes.client.dsl.ExecListener.Response failureResponse)
      Specified by:
      onFailure in interface io.fabric8.kubernetes.client.dsl.ExecListener
    • onClose

      public void onClose(int code, String reason)
      Specified by:
      onClose in interface io.fabric8.kubernetes.client.dsl.ExecListener