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:
equalsin classSummaryBasedFlushContext
-
canEqual
- Overrides:
canEqualin classSummaryBasedFlushContext
-
hashCode
public int hashCode()- Overrides:
hashCodein classSummaryBasedFlushContext
-
toString
- Overrides:
toStringin classSummaryBasedFlushContext
-