Uses of Class
org.apache.synapse.aspects.flow.statistics.structuring.StructuringElement
-
-
Uses of StructuringElement in org.apache.synapse.aspects.flow.statistics.data.artifact
Methods in org.apache.synapse.aspects.flow.statistics.data.artifact that return types with arguments of type StructuringElement Modifier and Type Method Description ArrayList<StructuringElement>
ArtifactHolder. getList()
Stack<StructuringElement>
ArtifactHolder. getStack()
Method parameters in org.apache.synapse.aspects.flow.statistics.data.artifact with type arguments of type StructuringElement Modifier and Type Method Description void
ArtifactHolder. setList(ArrayList<StructuringElement> list)
void
ArtifactHolder. setStack(Stack<StructuringElement> stack)
-
Uses of StructuringElement in org.apache.synapse.aspects.flow.statistics.structuring
Methods in org.apache.synapse.aspects.flow.statistics.structuring that return types with arguments of type StructuringElement Modifier and Type Method Description ArrayList<StructuringElement>
StructuringArtifact. getList()
Method parameters in org.apache.synapse.aspects.flow.statistics.structuring with type arguments of type StructuringElement Modifier and Type Method Description void
StructuringArtifact. setList(ArrayList<StructuringElement> list)
Constructor parameters in org.apache.synapse.aspects.flow.statistics.structuring with type arguments of type StructuringElement Constructor Description StructuringArtifact(int hashcode, String name, ArrayList<StructuringElement> list)
-
Uses of StructuringElement in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.stores
Methods in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.stores that return types with arguments of type StructuringElement Modifier and Type Method Description static Stack<StructuringElement>
ArtifactHolderStore. getStructuringElementStack(String componentUniqueId)
Gets the structuring element stack, that is denoted with the given unique component id.
-