| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| 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.
|
Copyright © 2014–2017 The Redisson Project. All rights reserved.