Class InternalKieModule.CompilationCacheEntry

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    InternalKieModule

    public static class InternalKieModule.CompilationCacheEntry
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] bytecode  
      java.lang.String className  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilationCacheEntry​(java.lang.String className, byte[] bytecode)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • className

        public final java.lang.String className
      • bytecode

        public final byte[] bytecode
    • Constructor Detail

      • CompilationCacheEntry

        public CompilationCacheEntry​(java.lang.String className,
                                     byte[] bytecode)