Class Variables
java.lang.Object
com.galliumdata.server.adapters.Variables
- All Implemented Interfaces:
org.graalvm.polyglot.proxy.Proxy
,org.graalvm.polyglot.proxy.ProxyObject
Adapters use this to convey some context to the user logic.
This is, by necessity, a very fuzzy class, since each adapter does this
quite differently.
-
Constructor Details
-
Variables
public Variables() -
Variables
-
-
Method Details
-
getLog
Specialized get specifically to retrieve an object of type Logger. -
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
-
get
-
put
-
putAll
-
remove
-
clear
public void clear() -
keySet
-
values
-
add
-
toString
-