First release
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@130904 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
88a43cdcd1
commit
e446bed8b4
|
@ -108,7 +108,7 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
|
|||
inputStartTime=(Integer)inputs.get("startTime");
|
||||
|
||||
Boolean currentScope =false;
|
||||
String scope="";
|
||||
String scope=null;
|
||||
if (inputs.containsKey("currentScope"))
|
||||
currentScope=(Boolean)inputs.get("currentScope");
|
||||
|
||||
|
@ -155,6 +155,7 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
|
|||
throw e;
|
||||
}
|
||||
|
||||
|
||||
Cluster cluster = CouchbaseCluster.create(ENV, url);
|
||||
|
||||
//Define a type for aggregate
|
||||
|
|
|
@ -35,7 +35,7 @@ public class Tests {
|
|||
//specify bucket
|
||||
inputs.put("bucket","accounting_service");
|
||||
//current scope
|
||||
inputs.put("currentScope",true);
|
||||
inputs.put("currentScope",false);
|
||||
//specify user for save to workspace
|
||||
|
||||
//specify a recovery 0 default recovery and aggregate, 1 only aggregate, 2 only recovery
|
||||
|
|
Loading…
Reference in New Issue