Class CompilerPathCacheImpl

java.lang.Object
com.espertech.esper.compiler.client.option.CompilerPathCache
com.espertech.esper.compiler.internal.util.CompilerPathCacheImpl

public class CompilerPathCacheImpl extends CompilerPathCache
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.internal.epl.util.EPCompilerPathableImpl
    get(com.espertech.esper.common.client.EPCompiled unit)
     
    void
    put(com.espertech.esper.common.client.EPCompiled compiled, com.espertech.esper.common.internal.epl.util.EPCompilerPathableImpl pathable)
     

    Methods inherited from class com.espertech.esper.compiler.client.option.CompilerPathCache

    getInstance

    Methods inherited from class java.lang.Object

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

    • CompilerPathCacheImpl

      public CompilerPathCacheImpl()
  • Method Details

    • put

      public void put(com.espertech.esper.common.client.EPCompiled compiled, com.espertech.esper.common.internal.epl.util.EPCompilerPathableImpl pathable)
    • get

      public com.espertech.esper.common.internal.epl.util.EPCompilerPathableImpl get(com.espertech.esper.common.client.EPCompiled unit)