protected static class MultiFetchServerObjectReader.FetchResult extends 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
|
Set<PrimitiveId> |
missingPrimitives
The collection of primitive ids that could not have been loaded
|
Constructor and Description |
---|
MultiFetchServerObjectReader.FetchResult(DataSet dataSet,
Set<PrimitiveId> missingPrimitives)
Constructs a
FetchResult |
public final Set<PrimitiveId> missingPrimitives
public MultiFetchServerObjectReader.FetchResult(DataSet dataSet, Set<PrimitiveId> missingPrimitives)
FetchResult
dataSet
- The resulting data setmissingPrimitives
- The collection of primitive ids that could not have been loaded