文件名称:Distributed-Key-Value-Store
文件大小:4.49MB
文件格式:ZIP
更新时间:2024-05-29 23:49:55
Java
分布式键值存储 概述 Multiple clients will be communicating with a single master server in a given messaging format (KVMessage) using a client library (KVClient). The master contains a set-associative cache (KVCache), and it uses the cache to serve GET requests without going to the key-value (slave) servers it coordinates. The slave servers are contacted for a GET only upon a cache miss on the master.