Uses of Enum Class
org.gcube.accounting.aggregator.status.AggregationState
Packages that use AggregationState
-
Uses of AggregationState in org.gcube.accounting.aggregator.persist
Fields in org.gcube.accounting.aggregator.persist declared as AggregationStateModifier and TypeFieldDescriptionprotected final AggregationStateDocumentElaboration.finalAggregationStateConstructors in org.gcube.accounting.aggregator.persist with parameters of type AggregationStateModifierConstructorDescriptionprotectedDocumentElaboration(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 AggregationStateModifier and TypeFieldDescriptionprotected AggregationStateAggregationStateEvent.aggregationStateprotected AggregationStateAggregationStatus.aggregationStateMethods in org.gcube.accounting.aggregator.status that return AggregationStateModifier and TypeMethodDescriptionAggregationStateEvent.getAggregationState()AggregationStatus.getAggregationState()static AggregationStateReturns the enum constant of this class with the specified name.static AggregationState[]AggregationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.accounting.aggregator.status with parameters of type AggregationStateModifier and TypeMethodDescriptionstatic 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 AggregationStateModifierConstructorDescriptionAggregationStateEvent(AggregationState aggregationState, Calendar startTime, Calendar endTime)