|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.dir.master.fusion.mergers.Merger<PARAMS>
public abstract class Merger<PARAMS extends FusionParameters>
Partial implementation for collection merging algorithms.
| Constructor Summary | |
|---|---|
Merger()
|
|
| Method Summary | |
|---|---|
PARAMS |
getParams()
Returns the input parameters. |
CollectionSet |
getSet()
Returns the target CollectionSet |
abstract RSXMLWriter |
merge()
Returns a writer to the merged resultset. |
RSXMLWriter |
merge(PARAMS params,
CollectionSet set)
Returns a writer to the resultset of merged results. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Merger()
| Method Detail |
|---|
public CollectionSet getSet()
CollectionSet
public PARAMS getParams()
public final RSXMLWriter merge(PARAMS params,
CollectionSet set)
throws java.lang.Exception
merge() for the actual merging process.
params - the input to the merge process.the - target CollectionSet.
java.lang.Exception - if the query results could not be merged.merge();
public abstract RSXMLWriter merge()
throws java.lang.Exception
java.lang.Exception - if the query results could not be merged.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||