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.SummaryGroupUpdate
Nested 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
getGroupUpdate
Methods 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:
equals
in classPromoteBatchFlushContext
-
canEqual
- Overrides:
canEqual
in classPromoteBatchFlushContext
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPromoteBatchFlushContext
-
toString
- Overrides:
toString
in classPromoteBatchFlushContext
-