|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.io.MultiFetchServerObjectReader.FetchResult
protected static class MultiFetchServerObjectReader.FetchResult
The class holding the results given by MultiFetchServerObjectReader.Fetcher
.
It is only a wrapper of the resulting DataSet
and the collection of PrimitiveId
that could not have been loaded.
Field Summary | |
---|---|
DataSet |
dataSet
The resulting data set |
java.util.Set<PrimitiveId> |
missingPrimitives
The collection of primitive ids that could not have been loaded |
Constructor Summary | |
---|---|
MultiFetchServerObjectReader.FetchResult(DataSet dataSet,
java.util.Set<PrimitiveId> missingPrimitives)
Constructs a FetchResult |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final DataSet dataSet
public final java.util.Set<PrimitiveId> missingPrimitives
Constructor Detail |
---|
public MultiFetchServerObjectReader.FetchResult(DataSet dataSet, java.util.Set<PrimitiveId> missingPrimitives)
FetchResult
dataSet
- The resulting data setmissingPrimitives
- The collection of primitive ids that could not have been loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |