refs #200: Create accouting-lib library
https://support.d4science.org/issues/200 Implementing library git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@115297 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1378ba1bb3
commit
fc633d338e
|
@ -35,8 +35,10 @@ public class ServiceUsageRecord extends RawUsageRecord implements SingleUsageRec
|
|||
public static final String REF_HOST = "refHost";
|
||||
@RequiredField @NotEmpty
|
||||
public static final String REF_VM = "refVM";
|
||||
|
||||
@NotEmpty @DeprecatedWarning
|
||||
protected static final String DOMAIN = "domain";
|
||||
|
||||
@ValidInteger @AggregatedField
|
||||
protected static final String INVOCATION_COUNT = "invocationCount";
|
||||
@ValidInteger @AggregatedField
|
||||
|
|
|
@ -38,8 +38,10 @@ public class TaskUsageRecord extends RawUsageRecord implements SingleUsageRecord
|
|||
public static final String REF_HOST = "refHost";
|
||||
@RequiredField @NotEmpty
|
||||
public static final String REF_VM = "refVM";
|
||||
@DeprecatedWarning
|
||||
|
||||
@NotEmpty @DeprecatedWarning
|
||||
protected static final String DOMAIN = "domain";
|
||||
|
||||
@RequiredField @ValidLong
|
||||
public static final String USAGE_START_TIME = "usageStartTime";
|
||||
@RequiredField @ValidLong
|
||||
|
|
Loading…
Reference in New Issue