Uses of Record Class
org.nuxeo.ecm.core.bulk.introspection.ScaleActivity.ClusterNode
Packages that use ScaleActivity.ClusterNode
-
Uses of ScaleActivity.ClusterNode in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return ScaleActivity.ClusterNodeModifier and TypeMethodDescriptionprotected ScaleActivity.ClusterNodeStreamIntrospectionToScaleActivity.toClusterNode(StreamIntrospection.ProcessorMetadata processorMetadata, StreamIntrospection.Metrics metrics) Methods in org.nuxeo.ecm.core.bulk.introspection that return types with arguments of type ScaleActivity.ClusterNodeModifier and TypeMethodDescriptionScaleActivity.nodes()Returns the value of thenodesrecord component.protected List<ScaleActivity.ClusterNode>StreamIntrospectionToScaleActivity.toClusterNodes(StreamIntrospection streamIntrospection) Methods in org.nuxeo.ecm.core.bulk.introspection with parameters of type ScaleActivity.ClusterNodeModifier and TypeMethodDescriptionprotected voidScaleActivityJsonWriter.write(ScaleActivity.ClusterNode node, com.fasterxml.jackson.core.JsonGenerator jg) Constructor parameters in org.nuxeo.ecm.core.bulk.introspection with type arguments of type ScaleActivity.ClusterNodeModifierConstructorDescriptionScaleActivity(ScaleActivity.Scale scale, List<ScaleActivity.ClusterNode> nodes, List<ScaleActivity.ActiveComputation> computations) Creates an instance of aScaleActivityrecord class.