| Package | Description |
|---|---|
| org.apache.shardingsphere.elasticjob.infra.handler.sharding | |
| org.apache.shardingsphere.elasticjob.infra.handler.sharding.impl |
| Modifier and Type | Method and Description |
|---|---|
Map<JobInstance,List<Integer>> |
JobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount)
Sharding job.
|
| Modifier and Type | Method and Description |
|---|---|
Map<JobInstance,List<Integer>> |
JobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount)
Sharding job.
|
| Modifier and Type | Method and Description |
|---|---|
Map<JobInstance,List<Integer>> |
AverageAllocationJobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount) |
Map<JobInstance,List<Integer>> |
RoundRobinByNameJobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount) |
Map<JobInstance,List<Integer>> |
OdevitySortByNameJobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount) |
| Modifier and Type | Method and Description |
|---|---|
Map<JobInstance,List<Integer>> |
AverageAllocationJobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount) |
Map<JobInstance,List<Integer>> |
RoundRobinByNameJobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount) |
Map<JobInstance,List<Integer>> |
OdevitySortByNameJobShardingStrategy.sharding(List<JobInstance> jobInstances,
String jobName,
int shardingTotalCount) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.