| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
UpdateSessionsResp |
MetaService.updateSessions_result.success |
| Modifier and Type | Method and Description |
|---|---|
UpdateSessionsResp |
UpdateSessionsResp.Builder.build() |
UpdateSessionsResp |
UpdateSessionsResp.deepCopy() |
UpdateSessionsResp |
MetaService.AsyncClient.updateSessions_call.getResult() |
UpdateSessionsResp |
MetaService.updateSessions_result.getSuccess() |
UpdateSessionsResp |
MetaService.Client.recv_updateSessions() |
UpdateSessionsResp |
UpdateSessionsResp.setCode(ErrorCode code) |
UpdateSessionsResp |
UpdateSessionsResp.setKilled_queries(Map<Long,Map<Long,QueryDesc>> killed_queries) |
UpdateSessionsResp |
UpdateSessionsResp.setLeader(HostAddr leader) |
UpdateSessionsResp |
MetaService.Iface.updateSessions(UpdateSessionsReq req) |
UpdateSessionsResp |
MetaService.Client.updateSessions(UpdateSessionsReq req) |
| Modifier and Type | Method and Description |
|---|---|
int |
UpdateSessionsResp.compareTo(UpdateSessionsResp other) |
MetaService.updateSessions_result |
MetaService.updateSessions_result.setSuccess(UpdateSessionsResp success) |
| Constructor and Description |
|---|
updateSessions_result(UpdateSessionsResp success) |
UpdateSessionsResp(UpdateSessionsResp other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.