Uses of Record Class
io.github.jchejarla.springbatch.clustering.query.PartitionView
Packages that use PartitionView
Package
Description
Read-only, job-centric observability of the cluster.
-
Uses of PartitionView in io.github.jchejarla.springbatch.clustering.query
Methods in io.github.jchejarla.springbatch.clustering.query that return types with arguments of type PartitionViewModifier and TypeMethodDescriptionJobClusterView.partitions()Returns the value of thepartitionsrecord component.Constructor parameters in io.github.jchejarla.springbatch.clustering.query with type arguments of type PartitionViewModifierConstructorDescriptionJobClusterView(long jobExecutionId, String masterNode, String coordinationStatus, int partitionCount, Map<String, Long> statusCounts, List<PartitionView> partitions) Creates an instance of aJobClusterViewrecord class.