| Package | Description |
|---|---|
| com.github.containersolutions.operator.processing |
| Modifier and Type | Method and Description |
|---|---|
CustomResourceEvent |
EventStore.getReceivedLastEventForGenerationAwareRetry(String uuid) |
CustomResourceEvent |
EventStore.removeEventNotScheduled(String uid) |
CustomResourceEvent |
EventStore.removeEventUnderProcessing(String uid) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventStore.addEventUnderProcessingAndUpdateLastGeneration(CustomResourceEvent event) |
void |
EventStore.addLastEventForGenerationAwareRetry(CustomResourceEvent event) |
void |
EventStore.addOrReplaceEventAsNotScheduledAndUpdateLastGeneration(CustomResourceEvent event) |
Long |
EventStore.getLastStoredGeneration(CustomResourceEvent event) |
boolean |
EventStore.hasLargerGenerationThanLastStored(CustomResourceEvent event) |
Copyright © 2020. All rights reserved.