Class LuaContext
java.lang.Object
org.infinispan.server.resp.scripting.LuaContext
- All Implemented Interfaces:
AutoCloseable
LuaContext manages a
Lua
instance.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Returns this instance to the pool it was borrowed fromint
executeRespCommand
(party.iroiro.luajava.Lua l, boolean raiseError) static Throwable
filterCause
(Throwable re) static void
luaPushError
(party.iroiro.luajava.Lua lua, String error) static String
-
Field Details
-
LOG_DEBUG
public static final int LOG_DEBUG- See Also:
-
LOG_VERBOSE
public static final int LOG_VERBOSE- See Also:
-
LOG_NOTICE
public static final int LOG_NOTICE- See Also:
-
LOG_WARNING
public static final int LOG_WARNING- See Also:
-
PROPAGATE_AOF
public static final int PROPAGATE_AOF- See Also:
-
PROPAGATE_REPL
public static final int PROPAGATE_REPL- See Also:
-
PROPAGATE_NONE
public static final int PROPAGATE_NONE- See Also:
-
PROPAGATE_ALL
public static final int PROPAGATE_ALL- See Also:
-
-
Method Details
-
executeRespCommand
public int executeRespCommand(party.iroiro.luajava.Lua l, boolean raiseError) -
filterCause
-
close
public void close()Returns this instance to the pool it was borrowed from- Specified by:
close
in interfaceAutoCloseable
-
sha1hex
-
luaPushError
-