| 程序包 | 说明 |
|---|---|
| com.github.netty.core.util | |
| com.github.netty.protocol.nrpc.service | |
| com.github.netty.protocol.servlet |
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
AnnotationMethodToParameterNamesFunction.RpcParamEx |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AnnotationMethodToParameterNamesFunction.s2(String d) |
void |
AnnotationMethodToParameterNamesFunction.s3(String d) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcDBService.changeKey(String oldKey,
String newKey) |
void |
RpcDBService.changeKey(String oldKey,
String newKey) |
void |
RpcDBService.changeKey3(String oldKey,
String newKey,
String group)
changeKey
|
void |
RpcDBService.changeKey3(String oldKey,
String newKey,
String group)
changeKey
|
void |
RpcDBService.changeKey3(String oldKey,
String newKey,
String group)
changeKey
|
int |
RpcDBService.count(String group)
Gets the number of groups
|
boolean |
RpcDBService.exist(String key) |
boolean |
RpcDBService.exist2(String key,
String group)
exist key
|
boolean |
RpcDBService.exist2(String key,
String group)
exist key
|
byte[] |
RpcDBService.get(String key) |
byte[] |
RpcDBService.get2(String key,
String group)
To get the data
|
byte[] |
RpcDBService.get2(String key,
String group)
To get the data
|
void |
RpcDBService.put(String key,
byte[] data) |
void |
RpcDBService.put(String key,
byte[] data) |
void |
RpcDBService.put3(String key,
byte[] data,
int expireSecond) |
void |
RpcDBService.put3(String key,
byte[] data,
int expireSecond) |
void |
RpcDBService.put3(String key,
byte[] data,
int expireSecond) |
void |
RpcDBService.put4(String key,
byte[] data,
int expireSecond,
String group)
put
|
void |
RpcDBService.put4(String key,
byte[] data,
int expireSecond,
String group)
put
|
void |
RpcDBService.put4(String key,
byte[] data,
int expireSecond,
String group)
put
|
void |
RpcDBService.put4(String key,
byte[] data,
int expireSecond,
String group)
put
|
void |
RpcDBService.remove(String key) |
void |
RpcDBService.remove2(String key,
String group)
remove data
|
void |
RpcDBService.remove2(String key,
String group)
remove data
|
void |
RpcDBService.removeBatch(List<String> keys) |
void |
RpcDBService.removeBatch2(List<String> keys,
String group)
remove data Batch
|
void |
RpcDBService.removeBatch2(List<String> keys,
String group)
remove data Batch
|
void |
RpcDBService.setMaxSize(Integer maxSize) |
void |
RpcDBService.setMaxSize2(Integer maxSize,
String group)
Set the max number for this group
|
void |
RpcDBService.setMaxSize2(Integer maxSize,
String group)
Set the max number for this group
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SessionService.changeSessionId(String oldSessionId,
String newSessionId)
Change the sessionId
|
void |
SessionService.changeSessionId(String oldSessionId,
String newSessionId)
Change the sessionId
|
Session |
SessionService.getSession(String sessionId)
Get session (by id)
|
void |
SessionService.removeSession(String sessionId)
Delete session
|
void |
SessionService.removeSessionBatch(List<String> sessionIdList)
Delete session (batch)
|
void |
SessionService.saveSession(Session session)
Save the session
|
Copyright © 2021. All rights reserved.