Class MergeFuture<K,​V>

java.lang.Object
com.googlecode.objectify.cache.MergeFuture<K,​V>
All Implemented Interfaces:
Future<Map<K,​V>>

public class MergeFuture<K,​V>
extends Object
implements Future<Map<K,​V>>
A Future which merges some previously loaded values with the results of another Future that is in progress. It can apply to any key/value pair type; typically it will be for Key/Entity or Key/T
Author:
Jeff Schnitzer