Class C3p0StatsDto

java.lang.Object
io.datarouter.client.mysql.connection.C3p0StatsDto

public class C3p0StatsDto
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int busy  
    java.lang.String clientName  
    int total  
  • Constructor Summary

    Constructors 
    Constructor Description
    C3p0StatsDto​(java.lang.String clientName, int total, int busy)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • clientName

      public final java.lang.String clientName
    • total

      public final int total
    • busy

      public final int busy
  • Constructor Details

    • C3p0StatsDto

      public C3p0StatsDto​(java.lang.String clientName, int total, int busy)