protected static class MultiFetchServerObjectReader.FetchResult extends java.lang.Object
MultiFetchServerObjectReader.Fetcher.
It is only a wrapper of the resulting DataSet and the collection of PrimitiveId that could not have been loaded.| Modifier and Type | Field and Description |
|---|---|
DataSet |
dataSet
The resulting data set
|
java.util.Set<PrimitiveId> |
missingPrimitives
The collection of primitive ids that could not have been loaded
|
| Constructor and Description |
|---|
FetchResult(DataSet dataSet,
java.util.Set<PrimitiveId> missingPrimitives)
Constructs a
FetchResult |
public final java.util.Set<PrimitiveId> missingPrimitives
public FetchResult(DataSet dataSet, java.util.Set<PrimitiveId> missingPrimitives)
FetchResultdataSet - The resulting data setmissingPrimitives - The collection of primitive ids that could not have been loaded