Luca Frosini 7 years ago
parent 1bf7501047
commit def82579a6

@ -17,7 +17,7 @@ public class AggregatorPersistenceBackendQueryConfiguration extends AccountingPe
}
/**
* @param class1 The class of the persistence to instantiate
* @param persistence The class of the persistence to instantiate
* @throws Exception if fails
*/
@SuppressWarnings({ "unchecked", "rawtypes" })

@ -12,7 +12,7 @@ public class Utility {
/**
* Generate a key for map-reduce
* @param key
* @return
* @return JsonArray
*/
protected static JsonArray generateKey(String scope,String key){
JsonArray generateKey = JsonArray.create();
@ -26,10 +26,11 @@ public class Utility {
return generateKey;
}
/**
* Verify a record aggregated for insert into bucket
* @param item
* @return
* @return boolean
*/
public static boolean checkType(Object item) {
return item == null

Loading…
Cancel
Save