Added some new temporal data storing
This commit is contained in:
@@ -12,7 +12,8 @@ public interface LevelContainer
|
||||
public static final char DATA_DELIMITER = ',';
|
||||
public static final ConcurrentMap<String,long[]> threadAddDataMap = new ConcurrentHashMap();
|
||||
public static final ConcurrentMap<String,long[]> threadGetDataMap = new ConcurrentHashMap();
|
||||
|
||||
public static final ConcurrentMap<String,long[][][]> threadVerticalUpdateMap = new ConcurrentHashMap();
|
||||
public static final ConcurrentMap<String,int[]> threadVerticalIndexesMap = new ConcurrentHashMap();
|
||||
/**With this you can add data to the level container
|
||||
*
|
||||
* @param data actual data to add in a array of long format.
|
||||
|
||||
Reference in New Issue
Block a user