Uses of Interface
org.gcube.documentstore.records.AggregatedRecord
-
Packages that use AggregatedRecord Package Description org.gcube.documentstore.records org.gcube.documentstore.records.aggregation -
-
Uses of AggregatedRecord in org.gcube.documentstore.records
Classes in org.gcube.documentstore.records with type parameters of type AggregatedRecord Modifier and Type Interface Description interfaceAggregatedRecord<A extends AggregatedRecord<A,R>,R extends Record>Fields in org.gcube.documentstore.records with type parameters of type AggregatedRecord Modifier and Type Field Description protected static Map<String,Class<? extends AggregatedRecord<?,?>>>RecordUtility. aggregatedRecordClassesFoundprotected static Map<Class<? extends Record>,Class<? extends AggregatedRecord<?,?>>>RecordUtility. recordAggregationMappingMethods in org.gcube.documentstore.records that return types with arguments of type AggregatedRecord Modifier and Type Method Description static Class<? extends AggregatedRecord<?,?>>RecordUtility. getAggregatedRecordClass(String recordType)static Map<String,Class<? extends AggregatedRecord<?,?>>>RecordUtility. getAggregatedRecordClassesFound()Method parameters in org.gcube.documentstore.records with type arguments of type AggregatedRecord Modifier and Type Method Description protected static voidRecordUtility. addAggregatedRecordClass(Class<? extends AggregatedRecord<?,?>> cls) -
Uses of AggregatedRecord in org.gcube.documentstore.records.aggregation
Classes in org.gcube.documentstore.records.aggregation with type parameters of type AggregatedRecord Modifier and Type Class Description classAggregationUtility<T extends AggregatedRecord<T,?>>Fields in org.gcube.documentstore.records.aggregation declared as AggregatedRecord Modifier and Type Field Description protected TAggregationUtility. tMethods in org.gcube.documentstore.records.aggregation that return AggregatedRecord Modifier and Type Method Description static AggregatedRecordAggregationScheduler. getAggregatedRecord(Record record)protected static AggregatedRecordAggregationScheduler. instantiateAggregatedRecord(Record record)
-