...存储在这个分布式文件系统中海量的Web页面进行平行的 Map处理 ,生成多个 Key为URL,Value为 html页面 的键值对(Key-Value Map),
基于20个网页-相关网页
Note that the return value of a get on a Scala Map is not the actual value corresponding to the passed key.
注意,Scala map中get的返回值实际上并不对应于传递的键。
When called, it will only remove the key from the map if the key is mapped to the specific value.
在调用时,只有当键映射到指定的值时才从map中删除这个键。
For example, you can access a list element with zget("/request/myList#3"), or the value of key within a map using zget("/request/myMap#key").
例如,可以通过 zget("/request/myList#3") 访问列表元素,或使用 zget("/request/myMap#key") 访问映射内部的 key 的值。
应用推荐