var searchIndex = {}; searchIndex["accumulator"] = {"doc":"An accumulator container based on an Lru cach (time and size controlled)\nThis container accumulate keys until a number of entries is reached.","items":[[3,"Entry","accumulator","entry in the accumulator",null,null],[12,"received_response","","Expected threshold for resolve",0,null],[3,"Accumulator","","Accumulator for various message types",null,null],[11,"clone","","",0,null],[11,"new","","Construct an accumulator and pass size to accumulate unil",1,{"inputs":[{"name":"usize"}],"output":{"name":"accumulator"}}],[11,"have_name","","Check for existance of any key",1,null],[11,"is_quorum_reached","","Check if requested size is accumulated",1,null],[11,"add","","Add a key / value pair, returns key and vector of values if size reached",1,null],[11,"get","","Retrieve a ky/value from the store",1,null],[11,"delete","","Remove an entry (all values for a key will be removed)",1,null],[11,"cache_size","","Return size of container",1,null]],"paths":[[3,"Entry"],[3,"Accumulator"]]}; initSearch(searchIndex);