Package 

Class DaemonReuseCounter

  • All Implemented Interfaces:
    org.jetbrains.kotlin.gradle.plugin.statistics.IDaemonReuseCounterMXBean

    
    public final class DaemonReuseCounter
     implements IDaemonReuseCounterMXBean
                        

    This class is used for counting builds involving Kotlin withing one Gradle daemon One instance is kept available via JMX bean after build completion. If other builds are executed with other version of Kotlin plugin, they are still able to reuse this build counter vis JXM interface

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Long getOrdinal()
      Long incrementAndGetOrdinal()
      • Methods inherited from class java.lang.Object

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