Class CompilerPathCacheImpl
java.lang.Object
com.espertech.esper.compiler.client.option.CompilerPathCache
com.espertech.esper.compiler.internal.util.CompilerPathCacheImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.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
-
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)
-