Class DeployBatchFlushContext
java.lang.Object
com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
com.broadleafcommerce.sandbox.service.flush.PromoteBatchFlushContext
com.broadleafcommerce.sandbox.service.flush.DeployBatchFlushContext
Flush context related to the sandbox deploy transition lifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from class com.broadleafcommerce.sandbox.service.flush.PromoteBatchFlushContext
PromoteBatchFlushContext.SummaryGroupUpdateNested classes/interfaces inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
SummaryBasedFlushContext.PostInformation, SummaryBasedFlushContext.SummaryUpdate -
Constructor Summary
ConstructorsConstructorDescriptionDeployBatchFlushContext(int batchSize) DeployBatchFlushContext(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate) DeployBatchFlushContext(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate, List<String> keys) -
Method Summary
Methods inherited from class com.broadleafcommerce.sandbox.service.flush.PromoteBatchFlushContext
getGroupUpdateMethods inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
clearPostExecutors, clearUpdates, getBatchSize, getFailed, getFlushId, getKeys, getPostExecutors, getSummaryUpdates, isEmpty, isFull, resetFlushId, setFlushId
-
Constructor Details
-
DeployBatchFlushContext
public DeployBatchFlushContext(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate, List<String> keys) -
DeployBatchFlushContext
public DeployBatchFlushContext(int batchSize, PromoteBatchFlushContext.SummaryGroupUpdate groupUpdate) -
DeployBatchFlushContext
public DeployBatchFlushContext(int batchSize)
-
-
Method Details
-
equals
- Overrides:
equalsin classPromoteBatchFlushContext
-
canEqual
- Overrides:
canEqualin classPromoteBatchFlushContext
-
hashCode
public int hashCode()- Overrides:
hashCodein classPromoteBatchFlushContext
-
toString
- Overrides:
toStringin classPromoteBatchFlushContext
-