Class CompletedStructureStore
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.store.CompletedStructureStore
-
public class CompletedStructureStore extends Object
-
-
Constructor Summary
Constructors Constructor Description CompletedStructureStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StructuringArtifact>
getCompletedStructureEntries()
boolean
isEmpty()
void
putCompletedStatisticEntry(StructuringArtifact structuringArtifact)
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
putCompletedStatisticEntry
public void putCompletedStatisticEntry(StructuringArtifact structuringArtifact)
-
getCompletedStructureEntries
public List<StructuringArtifact> getCompletedStructureEntries()
-
-