public interface ISeckillDistributedService
Modifier and Type | Method and Description |
---|---|
Result |
startSeckilLock(long seckillId,
long userId,
long number)
秒杀 二 多个商品
|
Result |
startSeckilRedisLock(long seckillId,
long userId)
秒杀 一 单个商品
|
Result |
startSeckilZksLock(long seckillId,
long userId)
秒杀 一 单个商品
|
Result startSeckilRedisLock(long seckillId, long userId)
seckillId
- 秒杀商品IDuserId
- 用户IDResult startSeckilZksLock(long seckillId, long userId)
seckillId
- 秒杀商品IDuserId
- 用户IDResult startSeckilLock(long seckillId, long userId, long number)
seckillId
- 秒杀商品IDuserId
- 用户IDnumber
- 秒杀商品数量Copyright © 2018 Pivotal Software, Inc.. All rights reserved.