mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-28 08:26:37 -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