Uses of Enum Class
io.github.jchejarla.springbatch.clustering.partition.PartitionTransferableProp
Packages that use PartitionTransferableProp
Package
Description
User-facing extension points for building cluster-aware partitioned jobs.
Master-side partitioning.
-
Uses of PartitionTransferableProp in io.github.jchejarla.springbatch.clustering.api
Methods in io.github.jchejarla.springbatch.clustering.api that return PartitionTransferablePropModifier and TypeMethodDescriptionabstract PartitionTransferablePropClusterAwarePartitioner.arePartitionsTransferableWhenNodeFailed()Abstract method to be implemented by subclasses to specify whether partitions should be transferred to other nodes when a node fails. -
Uses of PartitionTransferableProp in io.github.jchejarla.springbatch.clustering.partition
Methods in io.github.jchejarla.springbatch.clustering.partition that return PartitionTransferablePropModifier and TypeMethodDescriptionstatic PartitionTransferablePropReturns the enum constant of this class with the specified name.static PartitionTransferableProp[]PartitionTransferableProp.values()Returns an array containing the constants of this enum class, in the order they are declared.