Uses of Interface
cn.boboweike.carrot.scheduling.partition.Partitioner
-
Packages that use Partitioner Package Description cn.boboweike.carrot.configuration cn.boboweike.carrot.scheduling.partition cn.boboweike.carrot.storage cn.boboweike.carrot.storage.nosql.mongo -
-
Uses of Partitioner in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration with parameters of type Partitioner Modifier and Type Method Description CarrotConfigurationCarrotConfiguration. usePartitioner(Partitioner partitioner)Allows to set the Partitioner that Carrot will use. -
Uses of Partitioner in cn.boboweike.carrot.scheduling.partition
Classes in cn.boboweike.carrot.scheduling.partition that implement Partitioner Modifier and Type Class Description classRandomPartitioner -
Uses of Partitioner in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage with parameters of type Partitioner Modifier and Type Method Description voidInMemoryPartitionedStorageProvider. setPartitioner(Partitioner partitioner)voidPartitionedStorageProvider. setPartitioner(Partitioner partitioner)voidThreadSafePartitionedStorageProvider. setPartitioner(Partitioner partitioner) -
Uses of Partitioner in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type Partitioner Modifier and Type Method Description voidMongoDBPartitionedStorageProvider. setPartitioner(Partitioner partitioner)
-