|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aerospike.client.lua.LuaConfig
public final class LuaConfig
Lua static configuration variables. These variables apply to all AerospikeClient instances in a single process.
Field Summary | |
---|---|
static int |
InstancePoolSize
Maximum number of Lua runtime instances to cache at any point in time. |
static java.lang.String |
SourceDirectory
Directory location which contains user defined Lua source files. |
Constructor Summary | |
---|---|
LuaConfig()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String SourceDirectory
public static int InstancePoolSize
Constructor Detail |
---|
public LuaConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |