public class AggDataMetaInfoAdaptor extends java.lang.Object implements MetaInfoAdaptor<AggDataFromCluster>
MetaInformation <AggDataFromCluster> to AggDataFromCluster
Note that this class uses an extended and overriden version of AggDataFromCluster to make it simple and efficient to use
since currently 'meta' has no non-numeric attributes.| Constructor and Description |
|---|
AggDataMetaInfoAdaptor(ClusterMonitor<AggDataFromCluster> cMonitor)
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
AggDataFromCluster |
getData(MetaInformation<AggDataFromCluster> metaInfo)
Get streamable data K from
MetaInformation |
public AggDataMetaInfoAdaptor(ClusterMonitor<AggDataFromCluster> cMonitor)
public AggDataFromCluster getData(MetaInformation<AggDataFromCluster> metaInfo)
MetaInfoAdaptorMetaInformationgetData in interface MetaInfoAdaptor<AggDataFromCluster>