Class RebaseBatchFlushContext
java.lang.Object
com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
com.broadleafcommerce.sandbox.service.flush.RebaseBatchFlushContext
- Direct Known Subclasses:
RejectBatchFlushContext
,RevertBatchFlushContext
Flush context related to the sandbox rebase transition lifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
SummaryBasedFlushContext.PostInformation, SummaryBasedFlushContext.SummaryUpdate
-
Constructor Summary
ConstructorsConstructorDescriptionRebaseBatchFlushContext
(int batchSize) RebaseBatchFlushContext
(int batchSize, List<String> keys) -
Method Summary
Methods inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
clearPostExecutors, clearUpdates, getBatchSize, getFailed, getFlushId, getKeys, getPostExecutors, getSummaryUpdates, isEmpty, isFull, resetFlushId, setFlushId
-
Constructor Details
-
RebaseBatchFlushContext
-
RebaseBatchFlushContext
public RebaseBatchFlushContext(int batchSize)
-
-
Method Details
-
equals
- Overrides:
equals
in classSummaryBasedFlushContext
-
canEqual
- Overrides:
canEqual
in classSummaryBasedFlushContext
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSummaryBasedFlushContext
-
toString
- Overrides:
toString
in classSummaryBasedFlushContext
-