Uses of Record Class
org.nuxeo.ecm.core.bulk.introspection.ScaleActivity.ActiveComputationStream
Packages that use ScaleActivity.ActiveComputationStream
-
Uses of ScaleActivity.ActiveComputationStream in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return ScaleActivity.ActiveComputationStreamModifier and TypeMethodDescriptionStreamIntrospectionToScaleActivity.ActiveComputationStreamBuilder.build()Methods in org.nuxeo.ecm.core.bulk.introspection that return types with arguments of type ScaleActivity.ActiveComputationStreamModifier and TypeMethodDescriptionScaleActivity.ActiveComputation.streams()Returns the value of thestreamsrecord component.Methods in org.nuxeo.ecm.core.bulk.introspection with parameters of type ScaleActivity.ActiveComputationStreamModifier and TypeMethodDescriptionprotected voidScaleActivityJsonWriter.write(ScaleActivity.ActiveComputationStream stream, com.fasterxml.jackson.core.JsonGenerator jg) Constructor parameters in org.nuxeo.ecm.core.bulk.introspection with type arguments of type ScaleActivity.ActiveComputationStreamModifierConstructorDescriptionActiveComputation(String computation, Map<String, ScaleActivity.ActiveComputationStream> streams, List<ScaleActivity.ActiveComputationNode> nodes) ActiveComputation(String computation, Map<String, ScaleActivity.ActiveComputationStream> streams, List<ScaleActivity.ActiveComputationNode> nodes, ScaleActivity.ActiveComputationRecommendation current, ScaleActivity.ActiveComputationRecommendation best) Creates an instance of aActiveComputationrecord class.