Class RevertBatchFlushContext
java.lang.Object
com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
com.broadleafcommerce.sandbox.service.flush.RebaseBatchFlushContext
com.broadleafcommerce.sandbox.service.flush.RevertBatchFlushContext
Flush context related to the sandbox revert transition lifecycle
-
Nested Class Summary
Nested classes/interfaces inherited from class com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext
SummaryBasedFlushContext.PostInformation, SummaryBasedFlushContext.SummaryUpdate
-
Constructor Summary
ConstructorsConstructorDescriptionRevertBatchFlushContext
(int batchSize) RevertBatchFlushContext
(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
-
RevertBatchFlushContext
-
RevertBatchFlushContext
public RevertBatchFlushContext(int batchSize)
-
-
Method Details
-
equals
- Overrides:
equals
in classRebaseBatchFlushContext
-
canEqual
- Overrides:
canEqual
in classRebaseBatchFlushContext
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRebaseBatchFlushContext
-
toString
- Overrides:
toString
in classRebaseBatchFlushContext
-