Uses of Class
org.gcube.accounting.aggregator.status.AggregationState
-
Packages that use AggregationState Package Description org.gcube.accounting.aggregator.persist org.gcube.accounting.aggregator.status -
-
Uses of AggregationState in org.gcube.accounting.aggregator.persist
Fields in org.gcube.accounting.aggregator.persist declared as AggregationState Modifier and Type Field Description protected AggregationStateDocumentElaboration. finalAggregationStateConstructors in org.gcube.accounting.aggregator.persist with parameters of type AggregationState Constructor Description DocumentElaboration(AggregationStatus statusManager, AggregationState finalAggregationState, File file, int rowToBeElaborated) -
Uses of AggregationState in org.gcube.accounting.aggregator.status
Fields in org.gcube.accounting.aggregator.status declared as AggregationState Modifier and Type Field Description protected AggregationStateAggregationStateEvent. aggregationStateprotected AggregationStateAggregationStatus. aggregationStateMethods in org.gcube.accounting.aggregator.status that return AggregationState Modifier and Type Method Description AggregationStateAggregationStateEvent. getAggregationState()AggregationStateAggregationStatus. getAggregationState()static AggregationStateAggregationState. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationState[]AggregationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.accounting.aggregator.status with parameters of type AggregationState Modifier and Type Method Description static booleanAggregationState. canContinue(AggregationState effective, AggregationState desired)voidAggregationStatus. setAggregationState(AggregationState aggregationState)voidAggregationStatus. setAggregationState(AggregationState aggregationState, Calendar startTime, boolean sync)Constructors in org.gcube.accounting.aggregator.status with parameters of type AggregationState Constructor Description AggregationStateEvent(AggregationState aggregationState, Calendar startTime, Calendar endTime)
-