@Beta public class DeleteOrphanedStateTransformer extends CompoundTransformer
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteOrphanedStateTransformer.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static DeleteOrphanedStateTransformer.Builder |
builder() |
BrooklynMementoRawData |
transform(BrooklynMementoRawData input)
We inspect the state in two different ways to find the entities that will be deleted:
belt-and-braces! Only if the state is not referenced by either of those two approaches
will we delete it.
|
transformpublic static DeleteOrphanedStateTransformer.Builder builder()
public BrooklynMementoRawData transform(BrooklynMementoRawData input)
transform in class CompoundTransformer