| Modifier and Type | Method and Description |
|---|---|
GraphConnection |
GraphConnectionController.create(GraphConnection newEntity) |
GraphConnection |
GraphConnectionController.delete(int id) |
GraphConnection |
GraphConnectionController.get(int id) |
GraphConnection |
GraphConnectionController.update(int id,
GraphConnection newEntity) |
| Modifier and Type | Method and Description |
|---|---|
GraphConnection |
GraphConnectionController.create(GraphConnection newEntity) |
GraphConnection |
GraphConnectionController.update(int id,
GraphConnection newEntity) |
| Constructor and Description |
|---|
LoadTask(LoadOptions options,
GraphConnection connection,
FileMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GraphConnection> |
GraphConnectionMapper.selectByContentInPage(com.baomidou.mybatisplus.core.metadata.IPage<GraphConnection> page,
String content)
NOTE: Page must be the first param, otherwise throw exception
|
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GraphConnection> |
GraphConnectionMapper.selectByContentInPage(com.baomidou.mybatisplus.core.metadata.IPage<GraphConnection> page,
String content)
NOTE: Page must be the first param, otherwise throw exception
|
| Modifier and Type | Method and Description |
|---|---|
GraphConnection |
GraphConnectionService.get(int id) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GraphConnection> |
GraphConnectionService.list(String content,
long current,
long pageSize) |
List<GraphConnection> |
GraphConnectionService.listAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingSSLService.configSSL(org.apache.hugegraph.config.HugeConfig config,
GraphConnection connection) |
void |
HugeClientPoolService.put(GraphConnection connection,
org.apache.hugegraph.driver.HugeClient client) |
void |
HugeClientPoolService.remove(GraphConnection connection) |
void |
GraphConnectionService.save(GraphConnection connection) |
void |
GraphConnectionService.update(GraphConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
LoadTask |
LoadTaskService.start(GraphConnection connection,
FileMapping fileMapping) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hugegraph.driver.HugeClient |
HugeClientUtil.tryConnect(GraphConnection connection) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.