When the application puts to the ObjectMap, data is placed in the local heap.
当应用程序将数据放入objectmap中时,数据放置在本地堆中。
It takes a few seconds to run, after which, you will see the message "Finished loading data into ObjectMap" (Listing 11).
这需要几秒钟时间运行,运行之后,您会看到一条消息“Finished loading data into ObjectMap”(清单11)。
The ObjectMap is a map local to the application; in other words, the map exists in the heap space of the same JVM on which the application is running.
ObjectMap 是应用程序本地的映射,也就是说,映射存在于应用程序运行所在的堆空间中。
应用推荐