| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
protected RedissonLockEntry |
RedissonLock.getEntry(long threadId) |
protected RedissonLockEntry |
RedissonFairLock.getEntry(long threadId) |
| Modifier and Type | Method and Description |
|---|---|
RPromise<RedissonLockEntry> |
RedissonLockEntry.getPromise() |
protected RFuture<RedissonLockEntry> |
RedissonLock.subscribe(long threadId) |
protected RFuture<RedissonLockEntry> |
RedissonFairLock.subscribe(long threadId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RedissonLock.unsubscribe(RFuture<RedissonLockEntry> future,
long threadId) |
protected void |
RedissonFairLock.unsubscribe(RFuture<RedissonLockEntry> future,
long threadId) |
| Constructor and Description |
|---|
RedissonLockEntry(RPromise<RedissonLockEntry> promise) |
| Modifier and Type | Method and Description |
|---|---|
protected RedissonLockEntry |
SemaphorePubSub.createEntry(RPromise<RedissonLockEntry> newPromise) |
protected RedissonLockEntry |
LockPubSub.createEntry(RPromise<RedissonLockEntry> newPromise) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SemaphorePubSub.onMessage(RedissonLockEntry value,
Long message) |
protected void |
LockPubSub.onMessage(RedissonLockEntry value,
Long message) |
| Modifier and Type | Method and Description |
|---|---|
protected RedissonLockEntry |
SemaphorePubSub.createEntry(RPromise<RedissonLockEntry> newPromise) |
protected RedissonLockEntry |
LockPubSub.createEntry(RPromise<RedissonLockEntry> newPromise) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.