com.github.ltsopensource.admin.access.memory
public class NodeMemCacheAccess extends MemoryAccess
| Constructor and Description |
|---|
NodeMemCacheAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(List<Node> nodes) |
void |
clear() |
Node |
getNodeByIdentity(String identity) |
List<Node> |
getNodeByNodeType(NodeType nodeType) |
PaginationRsp<Node> |
pageSelect(NodePaginationReq request) |
void |
removeNode(List<Node> nodes) |
List<Node> |
search(NodePaginationReq request) |
createTable, getSqlTemplate, readSqlFilepublic void clear()
public List<Node> search(NodePaginationReq request)
public PaginationRsp<Node> pageSelect(NodePaginationReq request)
Copyright © 2016. All rights reserved.