mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge branch 'master' of https://github.com/nosqlbench/nosqlbench
This commit is contained in:
commit
467f0c6096
@ -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