Package org.dataloader
Class DispatchResult<T>
java.lang.Object
org.dataloader.DispatchResult<T>
- Type Parameters:
T
- for two
When a DataLoader is dispatched this object holds the promised results and also the count of key asked for
via methods like
DataLoader.load(Object)
or DataLoader.loadMany(java.util.List)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
DispatchResult
-
-
Method Details
-
getPromisedResults
-
getKeysCount
public int getKeysCount()
-