| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonRemoteService |
| Modifier and Type | Method and Description |
|---|---|
RRemoteService |
Redisson.getRemoteService() |
RRemoteService |
Redisson.getRemoteService(Codec codec) |
RRemoteService |
Redisson.getRemoteService(String name) |
RRemoteService |
Redisson.getRemoteService(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
RRemoteService |
RedissonClient.getRemoteService()
Returns object for remote operations prefixed with the default name (redisson_remote_service)
|
RRemoteService |
RedissonClient.getRemoteService(Codec codec)
Returns object for remote operations prefixed with the default name (redisson_remote_service)
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonClient.getRemoteService(String name)
Returns object for remote operations prefixed with the specified name
|
RRemoteService |
RedissonClient.getRemoteService(String name,
Codec codec)
Returns object for remote operations prefixed with the specified name
and uses provided codec for method arguments and result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonExecutorRemoteService |
Copyright © 2014–2018 The Redisson Project. All rights reserved.