Class BulkGetFuture<T>

Type Parameters:
T - types of objects returned from the GET
All Implemented Interfaces:
Future<Map<String,T>>, BulkFuture<Map<String,T>>, ListenableFuture<Map<String,T>,BulkGetCompletionListener>

public class BulkGetFuture<T> extends AbstractListenableFuture<Map<String,T>,BulkGetCompletionListener> implements BulkFuture<Map<String,T>>
Future for handling results from bulk gets. Not intended for general use.