Class LuaContext

java.lang.Object
org.infinispan.server.resp.scripting.LuaContext
All Implemented Interfaces:
AutoCloseable

public class LuaContext extends Object implements AutoCloseable
LuaContext manages a Lua instance.
  • Field Details

  • Method Details

    • executeRespCommand

      public int executeRespCommand(party.iroiro.luajava.Lua l, boolean raiseError)
    • filterCause

      public static Throwable filterCause(Throwable re)
    • close

      public void close()
      Returns this instance to the pool it was borrowed from
      Specified by:
      close in interface AutoCloseable
    • sha1hex

      public static String sha1hex(String s)
    • luaPushError

      public static void luaPushError(party.iroiro.luajava.Lua lua, String error)