mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
commit
6395e72511
@ -1,20 +0,0 @@
|
|||||||
package io.nosqlbench.engine.extensions.globalvars;
|
|
||||||
|
|
||||||
import io.nosqlbench.virtdata.library.basics.core.threadstate.SharedState;
|
|
||||||
|
|
||||||
import java.util.concurrent.ConcurrentHashMap;
|
|
||||||
|
|
||||||
public class GlobalVarsWrapper {
|
|
||||||
ConcurrentHashMap<String, Object> map = SharedState.gl_ObjectMap;
|
|
||||||
|
|
||||||
String test = "puppies";
|
|
||||||
|
|
||||||
public ConcurrentHashMap<String, Object> getMap(){
|
|
||||||
this.map.get("");
|
|
||||||
return this.map;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getTest(){
|
|
||||||
return this.test;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user