@ultipa-graph/ultipa-driver 5.1.4-s5.1 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +65 -0
- package/dist/client.d.ts +194 -0
- package/dist/client.js +390 -0
- package/dist/config.d.ts +65 -0
- package/dist/config.js +135 -0
- package/dist/connection.d.ts +30 -0
- package/dist/connection.js +190 -0
- package/dist/errors.d.ts +99 -0
- package/dist/errors.js +237 -0
- package/dist/index.d.ts +14 -5
- package/dist/index.js +88 -39
- package/dist/printers.d.ts +33 -0
- package/dist/printers.js +312 -0
- package/dist/proto/gqldb.proto +632 -0
- package/dist/response.d.ts +256 -0
- package/dist/response.js +723 -0
- package/dist/services/admin-service.d.ts +40 -0
- package/dist/services/admin-service.js +115 -0
- package/dist/services/bulk-import-service.d.ts +35 -0
- package/dist/services/bulk-import-service.js +108 -0
- package/dist/services/converters.d.ts +57 -0
- package/dist/services/converters.js +254 -0
- package/dist/services/data-service.d.ts +44 -0
- package/dist/services/data-service.js +206 -0
- package/dist/services/graph-service.d.ts +32 -0
- package/dist/services/graph-service.js +127 -0
- package/dist/services/health-service.d.ts +50 -0
- package/dist/services/health-service.js +78 -0
- package/dist/services/index.d.ts +13 -0
- package/dist/services/index.js +30 -0
- package/dist/services/query-service.d.ts +39 -0
- package/dist/services/query-service.js +112 -0
- package/dist/services/service-context.d.ts +39 -0
- package/dist/services/service-context.js +73 -0
- package/dist/services/session-service.d.ts +24 -0
- package/dist/services/session-service.js +66 -0
- package/dist/services/transaction-service.d.ts +33 -0
- package/dist/services/transaction-service.js +100 -0
- package/dist/services.d.ts +28 -0
- package/dist/services.js +122 -0
- package/dist/session.d.ts +45 -0
- package/dist/session.js +75 -0
- package/dist/transaction.d.ts +42 -0
- package/dist/transaction.js +89 -0
- package/dist/types/bulk_import.d.ts +53 -0
- package/dist/types/bulk_import.js +6 -0
- package/dist/types/data_types.d.ts +116 -0
- package/dist/types/data_types.js +122 -0
- package/dist/types/enums.d.ts +59 -0
- package/dist/types/enums.js +67 -0
- package/dist/types/graph_models.d.ts +54 -0
- package/dist/types/graph_models.js +6 -0
- package/dist/types/index.d.ts +11 -5
- package/dist/types/index.js +36 -37
- package/dist/types/metadata.d.ts +60 -0
- package/dist/types/metadata.js +6 -0
- package/dist/types/schema.d.ts +31 -0
- package/dist/types/schema.js +6 -0
- package/dist/types/typed_value.d.ts +25 -0
- package/dist/types/typed_value.js +1176 -0
- package/dist/types/wrappers.d.ts +23 -0
- package/dist/types/wrappers.js +39 -0
- package/dist/types.d.ts +7 -0
- package/dist/types.js +24 -0
- package/package.json +40 -53
- package/dist/connection/connection.final.d.ts +0 -14
- package/dist/connection/connection.final.js +0 -96
- package/dist/connection/connection.final.js.map +0 -1
- package/dist/connection/connection.pool.d.ts +0 -21
- package/dist/connection/connection.pool.js +0 -103
- package/dist/connection/connection.pool.js.map +0 -1
- package/dist/connection/extra/base.extra.d.ts +0 -18
- package/dist/connection/extra/base.extra.js +0 -111
- package/dist/connection/extra/base.extra.js.map +0 -1
- package/dist/connection/extra/batch.insert.extra.d.ts +0 -58
- package/dist/connection/extra/batch.insert.extra.js +0 -353
- package/dist/connection/extra/batch.insert.extra.js.map +0 -1
- package/dist/connection/extra/connection.base.d.ts +0 -112
- package/dist/connection/extra/connection.base.js +0 -528
- package/dist/connection/extra/connection.base.js.map +0 -1
- package/dist/connection/extra/connection.d.ts +0 -17
- package/dist/connection/extra/connection.js +0 -44
- package/dist/connection/extra/connection.js.map +0 -1
- package/dist/connection/extra/graph.extra.d.ts +0 -54
- package/dist/connection/extra/graph.extra.js +0 -151
- package/dist/connection/extra/graph.extra.js.map +0 -1
- package/dist/connection/extra/hdc.extra.d.ts +0 -89
- package/dist/connection/extra/hdc.extra.js +0 -322
- package/dist/connection/extra/hdc.extra.js.map +0 -1
- package/dist/connection/extra/index.extra.d.ts +0 -102
- package/dist/connection/extra/index.extra.js +0 -210
- package/dist/connection/extra/index.extra.js.map +0 -1
- package/dist/connection/extra/job.extra.d.ts +0 -32
- package/dist/connection/extra/job.extra.js +0 -122
- package/dist/connection/extra/job.extra.js.map +0 -1
- package/dist/connection/extra/policy.extra.d.ts +0 -32
- package/dist/connection/extra/policy.extra.js +0 -114
- package/dist/connection/extra/policy.extra.js.map +0 -1
- package/dist/connection/extra/privilege.extra.d.ts +0 -8
- package/dist/connection/extra/privilege.extra.js +0 -20
- package/dist/connection/extra/privilege.extra.js.map +0 -1
- package/dist/connection/extra/property.extra.d.ts +0 -66
- package/dist/connection/extra/property.extra.js +0 -190
- package/dist/connection/extra/property.extra.js.map +0 -1
- package/dist/connection/extra/schema.extra.d.ts +0 -108
- package/dist/connection/extra/schema.extra.js +0 -253
- package/dist/connection/extra/schema.extra.js.map +0 -1
- package/dist/connection/extra/user.extra.d.ts +0 -28
- package/dist/connection/extra/user.extra.js +0 -91
- package/dist/connection/extra/user.extra.js.map +0 -1
- package/dist/connection/index.d.ts +0 -5
- package/dist/connection/index.js +0 -13
- package/dist/connection/index.js.map +0 -1
- package/dist/connection/network.manager.d.ts +0 -28
- package/dist/connection/network.manager.js +0 -179
- package/dist/connection/network.manager.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/printers/alias.d.ts +0 -2
- package/dist/printers/alias.js +0 -39
- package/dist/printers/alias.js.map +0 -1
- package/dist/printers/any.d.ts +0 -2
- package/dist/printers/any.js +0 -63
- package/dist/printers/any.js.map +0 -1
- package/dist/printers/array.aio.d.ts +0 -3
- package/dist/printers/array.aio.js +0 -259
- package/dist/printers/array.aio.js.map +0 -1
- package/dist/printers/edge.d.ts +0 -5
- package/dist/printers/edge.js +0 -78
- package/dist/printers/edge.js.map +0 -1
- package/dist/printers/explain.plan.d.ts +0 -2
- package/dist/printers/explain.plan.js +0 -46
- package/dist/printers/explain.plan.js.map +0 -1
- package/dist/printers/index.d.ts +0 -24
- package/dist/printers/index.js +0 -43
- package/dist/printers/index.js.map +0 -1
- package/dist/printers/node.d.ts +0 -5
- package/dist/printers/node.js +0 -77
- package/dist/printers/node.js.map +0 -1
- package/dist/printers/path.d.ts +0 -3
- package/dist/printers/path.js +0 -62
- package/dist/printers/path.js.map +0 -1
- package/dist/printers/status.d.ts +0 -3
- package/dist/printers/status.js +0 -68
- package/dist/printers/status.js.map +0 -1
- package/dist/printers/table.d.ts +0 -2
- package/dist/printers/table.js +0 -56
- package/dist/printers/table.js.map +0 -1
- package/dist/proto/tmp.js +0 -366
- package/dist/proto/ultipa_grpc_pb.d.ts +0 -258
- package/dist/proto/ultipa_grpc_pb.js +0 -366
- package/dist/proto/ultipa_grpc_pb.js.map +0 -1
- package/dist/proto/ultipa_pb.d.ts +0 -1
- package/dist/proto/ultipa_pb.js +0 -11002
- package/dist/proto/ultipa_pb.js.map +0 -1
- package/dist/types/index.js.map +0 -1
- package/dist/types/types.algos.params.d.ts +0 -545
- package/dist/types/types.algos.params.js +0 -16
- package/dist/types/types.algos.params.js.map +0 -1
- package/dist/types/types.d.ts +0 -1204
- package/dist/types/types.extra.d.ts +0 -146
- package/dist/types/types.extra.js +0 -27
- package/dist/types/types.extra.js.map +0 -1
- package/dist/types/types.js +0 -1596
- package/dist/types/types.js.map +0 -1
- package/dist/types/util.d.ts +0 -15
- package/dist/types/util.js +0 -136
- package/dist/types/util.js.map +0 -1
- package/dist/utils/common.d.ts +0 -3
- package/dist/utils/common.js +0 -22
- package/dist/utils/common.js.map +0 -1
- package/dist/utils/format.d.ts +0 -45
- package/dist/utils/format.js +0 -877
- package/dist/utils/format.js.map +0 -1
- package/dist/utils/index.d.ts +0 -10
- package/dist/utils/index.js +0 -30
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/property.d.ts +0 -18
- package/dist/utils/property.js +0 -153
- package/dist/utils/property.js.map +0 -1
- package/dist/utils/serialize/commont.d.ts +0 -12
- package/dist/utils/serialize/commont.js +0 -46
- package/dist/utils/serialize/commont.js.map +0 -1
- package/dist/utils/serialize/deserialize.d.ts +0 -9
- package/dist/utils/serialize/deserialize.js +0 -166
- package/dist/utils/serialize/deserialize.js.map +0 -1
- package/dist/utils/serialize/null.d.ts +0 -25
- package/dist/utils/serialize/null.js +0 -136
- package/dist/utils/serialize/null.js.map +0 -1
- package/dist/utils/serialize/serialize.d.ts +0 -10
- package/dist/utils/serialize/serialize.js +0 -144
- package/dist/utils/serialize/serialize.js.map +0 -1
- package/dist/utils/stream.helper.d.ts +0 -10
- package/dist/utils/stream.helper.js +0 -71
- package/dist/utils/stream.helper.js.map +0 -1
- package/dist/utils/time.record.d.ts +0 -15
- package/dist/utils/time.record.js +0 -52
- package/dist/utils/time.record.js.map +0 -1
- package/dist/utils/ultipa.datetime.d.ts +0 -14
- package/dist/utils/ultipa.datetime.js +0 -160
- package/dist/utils/ultipa.datetime.js.map +0 -1
- package/dist/utils/uql-maker.d.ts +0 -165
- package/dist/utils/uql-maker.js +0 -402
- package/dist/utils/uql-maker.js.map +0 -1
- package/dist/utils/uql.parse.d.ts +0 -27
- package/dist/utils/uql.parse.js +0 -205
- package/dist/utils/uql.parse.js.map +0 -1
- package/readme.md +0 -65
- package/src/proto/build.sh +0 -41
- package/src/proto/build_windows.sh +0 -40
- package/src/proto/ultipa.proto +0 -492
- package/src/proto/ultipa_grpc_pb.d.ts +0 -92
- package/src/proto/ultipa_grpc_pb.js +0 -414
- package/src/proto/ultipa_pb.d.ts +0 -1806
- package/src/proto/ultipa_pb.js +0 -13499
package/src/proto/ultipa_pb.d.ts
DELETED
|
@@ -1,1806 +0,0 @@
|
|
|
1
|
-
// package: ultipa
|
|
2
|
-
// file: src/proto/ultipa.proto
|
|
3
|
-
|
|
4
|
-
import * as jspb from "google-protobuf";
|
|
5
|
-
|
|
6
|
-
export class HelloUltipaRequest extends jspb.Message {
|
|
7
|
-
getName(): string;
|
|
8
|
-
setName(value: string): void;
|
|
9
|
-
|
|
10
|
-
serializeBinary(): Uint8Array;
|
|
11
|
-
toObject(includeInstance?: boolean): HelloUltipaRequest.AsObject;
|
|
12
|
-
static toObject(includeInstance: boolean, msg: HelloUltipaRequest): HelloUltipaRequest.AsObject;
|
|
13
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
14
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
15
|
-
static serializeBinaryToWriter(message: HelloUltipaRequest, writer: jspb.BinaryWriter): void;
|
|
16
|
-
static deserializeBinary(bytes: Uint8Array): HelloUltipaRequest;
|
|
17
|
-
static deserializeBinaryFromReader(message: HelloUltipaRequest, reader: jspb.BinaryReader): HelloUltipaRequest;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export namespace HelloUltipaRequest {
|
|
21
|
-
export type AsObject = {
|
|
22
|
-
name: string,
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export class HelloUltipaReply extends jspb.Message {
|
|
27
|
-
hasStatus(): boolean;
|
|
28
|
-
clearStatus(): void;
|
|
29
|
-
getStatus(): Status | undefined;
|
|
30
|
-
setStatus(value?: Status): void;
|
|
31
|
-
|
|
32
|
-
getMessage(): string;
|
|
33
|
-
setMessage(value: string): void;
|
|
34
|
-
|
|
35
|
-
serializeBinary(): Uint8Array;
|
|
36
|
-
toObject(includeInstance?: boolean): HelloUltipaReply.AsObject;
|
|
37
|
-
static toObject(includeInstance: boolean, msg: HelloUltipaReply): HelloUltipaReply.AsObject;
|
|
38
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
39
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
40
|
-
static serializeBinaryToWriter(message: HelloUltipaReply, writer: jspb.BinaryWriter): void;
|
|
41
|
-
static deserializeBinary(bytes: Uint8Array): HelloUltipaReply;
|
|
42
|
-
static deserializeBinaryFromReader(message: HelloUltipaReply, reader: jspb.BinaryReader): HelloUltipaReply;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export namespace HelloUltipaReply {
|
|
46
|
-
export type AsObject = {
|
|
47
|
-
status?: Status.AsObject,
|
|
48
|
-
message: string,
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export class QueryRequest extends jspb.Message {
|
|
53
|
-
getQueryText(): string;
|
|
54
|
-
setQueryText(value: string): void;
|
|
55
|
-
|
|
56
|
-
getQueryType(): QueryTypeMap[keyof QueryTypeMap];
|
|
57
|
-
setQueryType(value: QueryTypeMap[keyof QueryTypeMap]): void;
|
|
58
|
-
|
|
59
|
-
getTimeout(): number;
|
|
60
|
-
setTimeout(value: number): void;
|
|
61
|
-
|
|
62
|
-
getGraphName(): string;
|
|
63
|
-
setGraphName(value: string): void;
|
|
64
|
-
|
|
65
|
-
getUserName(): string;
|
|
66
|
-
setUserName(value: string): void;
|
|
67
|
-
|
|
68
|
-
getThreadNum(): number;
|
|
69
|
-
setThreadNum(value: number): void;
|
|
70
|
-
|
|
71
|
-
getTz(): string;
|
|
72
|
-
setTz(value: string): void;
|
|
73
|
-
|
|
74
|
-
getTzOffset(): string;
|
|
75
|
-
setTzOffset(value: string): void;
|
|
76
|
-
|
|
77
|
-
serializeBinary(): Uint8Array;
|
|
78
|
-
toObject(includeInstance?: boolean): QueryRequest.AsObject;
|
|
79
|
-
static toObject(includeInstance: boolean, msg: QueryRequest): QueryRequest.AsObject;
|
|
80
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
81
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
82
|
-
static serializeBinaryToWriter(message: QueryRequest, writer: jspb.BinaryWriter): void;
|
|
83
|
-
static deserializeBinary(bytes: Uint8Array): QueryRequest;
|
|
84
|
-
static deserializeBinaryFromReader(message: QueryRequest, reader: jspb.BinaryReader): QueryRequest;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export namespace QueryRequest {
|
|
88
|
-
export type AsObject = {
|
|
89
|
-
queryText: string,
|
|
90
|
-
queryType: QueryTypeMap[keyof QueryTypeMap],
|
|
91
|
-
timeout: number,
|
|
92
|
-
graphName: string,
|
|
93
|
-
userName: string,
|
|
94
|
-
threadNum: number,
|
|
95
|
-
tz: string,
|
|
96
|
-
tzOffset: string,
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
export class ResultAlias extends jspb.Message {
|
|
101
|
-
getAlias(): string;
|
|
102
|
-
setAlias(value: string): void;
|
|
103
|
-
|
|
104
|
-
getResultType(): ResultTypeMap[keyof ResultTypeMap];
|
|
105
|
-
setResultType(value: ResultTypeMap[keyof ResultTypeMap]): void;
|
|
106
|
-
|
|
107
|
-
serializeBinary(): Uint8Array;
|
|
108
|
-
toObject(includeInstance?: boolean): ResultAlias.AsObject;
|
|
109
|
-
static toObject(includeInstance: boolean, msg: ResultAlias): ResultAlias.AsObject;
|
|
110
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
111
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
112
|
-
static serializeBinaryToWriter(message: ResultAlias, writer: jspb.BinaryWriter): void;
|
|
113
|
-
static deserializeBinary(bytes: Uint8Array): ResultAlias;
|
|
114
|
-
static deserializeBinaryFromReader(message: ResultAlias, reader: jspb.BinaryReader): ResultAlias;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export namespace ResultAlias {
|
|
118
|
-
export type AsObject = {
|
|
119
|
-
alias: string,
|
|
120
|
-
resultType: ResultTypeMap[keyof ResultTypeMap],
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
export class QueryReply extends jspb.Message {
|
|
125
|
-
hasStatus(): boolean;
|
|
126
|
-
clearStatus(): void;
|
|
127
|
-
getStatus(): Status | undefined;
|
|
128
|
-
setStatus(value?: Status): void;
|
|
129
|
-
|
|
130
|
-
getTotalTimeCost(): number;
|
|
131
|
-
setTotalTimeCost(value: number): void;
|
|
132
|
-
|
|
133
|
-
getEngineTimeCost(): number;
|
|
134
|
-
setEngineTimeCost(value: number): void;
|
|
135
|
-
|
|
136
|
-
clearAliasList(): void;
|
|
137
|
-
getAliasList(): Array<ResultAlias>;
|
|
138
|
-
setAliasList(value: Array<ResultAlias>): void;
|
|
139
|
-
addAlias(value?: ResultAlias, index?: number): ResultAlias;
|
|
140
|
-
|
|
141
|
-
clearPathsList(): void;
|
|
142
|
-
getPathsList(): Array<PathAlias>;
|
|
143
|
-
setPathsList(value: Array<PathAlias>): void;
|
|
144
|
-
addPaths(value?: PathAlias, index?: number): PathAlias;
|
|
145
|
-
|
|
146
|
-
clearNodesList(): void;
|
|
147
|
-
getNodesList(): Array<NodeAlias>;
|
|
148
|
-
setNodesList(value: Array<NodeAlias>): void;
|
|
149
|
-
addNodes(value?: NodeAlias, index?: number): NodeAlias;
|
|
150
|
-
|
|
151
|
-
clearEdgesList(): void;
|
|
152
|
-
getEdgesList(): Array<EdgeAlias>;
|
|
153
|
-
setEdgesList(value: Array<EdgeAlias>): void;
|
|
154
|
-
addEdges(value?: EdgeAlias, index?: number): EdgeAlias;
|
|
155
|
-
|
|
156
|
-
clearAttrsList(): void;
|
|
157
|
-
getAttrsList(): Array<AttrAlias>;
|
|
158
|
-
setAttrsList(value: Array<AttrAlias>): void;
|
|
159
|
-
addAttrs(value?: AttrAlias, index?: number): AttrAlias;
|
|
160
|
-
|
|
161
|
-
clearTablesList(): void;
|
|
162
|
-
getTablesList(): Array<Table>;
|
|
163
|
-
setTablesList(value: Array<Table>): void;
|
|
164
|
-
addTables(value?: Table, index?: number): Table;
|
|
165
|
-
|
|
166
|
-
hasStatistics(): boolean;
|
|
167
|
-
clearStatistics(): void;
|
|
168
|
-
getStatistics(): Table | undefined;
|
|
169
|
-
setStatistics(value?: Table): void;
|
|
170
|
-
|
|
171
|
-
hasExplainPlan(): boolean;
|
|
172
|
-
clearExplainPlan(): void;
|
|
173
|
-
getExplainPlan(): ExplainPlan | undefined;
|
|
174
|
-
setExplainPlan(value?: ExplainPlan): void;
|
|
175
|
-
|
|
176
|
-
serializeBinary(): Uint8Array;
|
|
177
|
-
toObject(includeInstance?: boolean): QueryReply.AsObject;
|
|
178
|
-
static toObject(includeInstance: boolean, msg: QueryReply): QueryReply.AsObject;
|
|
179
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
180
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
181
|
-
static serializeBinaryToWriter(message: QueryReply, writer: jspb.BinaryWriter): void;
|
|
182
|
-
static deserializeBinary(bytes: Uint8Array): QueryReply;
|
|
183
|
-
static deserializeBinaryFromReader(message: QueryReply, reader: jspb.BinaryReader): QueryReply;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
export namespace QueryReply {
|
|
187
|
-
export type AsObject = {
|
|
188
|
-
status?: Status.AsObject,
|
|
189
|
-
totalTimeCost: number,
|
|
190
|
-
engineTimeCost: number,
|
|
191
|
-
aliasList: Array<ResultAlias.AsObject>,
|
|
192
|
-
pathsList: Array<PathAlias.AsObject>,
|
|
193
|
-
nodesList: Array<NodeAlias.AsObject>,
|
|
194
|
-
edgesList: Array<EdgeAlias.AsObject>,
|
|
195
|
-
attrsList: Array<AttrAlias.AsObject>,
|
|
196
|
-
tablesList: Array<Table.AsObject>,
|
|
197
|
-
statistics?: Table.AsObject,
|
|
198
|
-
explainPlan?: ExplainPlan.AsObject,
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
export class PathAlias extends jspb.Message {
|
|
203
|
-
clearPathsList(): void;
|
|
204
|
-
getPathsList(): Array<Path>;
|
|
205
|
-
setPathsList(value: Array<Path>): void;
|
|
206
|
-
addPaths(value?: Path, index?: number): Path;
|
|
207
|
-
|
|
208
|
-
getAlias(): string;
|
|
209
|
-
setAlias(value: string): void;
|
|
210
|
-
|
|
211
|
-
serializeBinary(): Uint8Array;
|
|
212
|
-
toObject(includeInstance?: boolean): PathAlias.AsObject;
|
|
213
|
-
static toObject(includeInstance: boolean, msg: PathAlias): PathAlias.AsObject;
|
|
214
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
215
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
216
|
-
static serializeBinaryToWriter(message: PathAlias, writer: jspb.BinaryWriter): void;
|
|
217
|
-
static deserializeBinary(bytes: Uint8Array): PathAlias;
|
|
218
|
-
static deserializeBinaryFromReader(message: PathAlias, reader: jspb.BinaryReader): PathAlias;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
export namespace PathAlias {
|
|
222
|
-
export type AsObject = {
|
|
223
|
-
pathsList: Array<Path.AsObject>,
|
|
224
|
-
alias: string,
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
export class EdgeAlias extends jspb.Message {
|
|
229
|
-
hasEdgeTable(): boolean;
|
|
230
|
-
clearEdgeTable(): void;
|
|
231
|
-
getEdgeTable(): EntityTable | undefined;
|
|
232
|
-
setEdgeTable(value?: EntityTable): void;
|
|
233
|
-
|
|
234
|
-
getAlias(): string;
|
|
235
|
-
setAlias(value: string): void;
|
|
236
|
-
|
|
237
|
-
serializeBinary(): Uint8Array;
|
|
238
|
-
toObject(includeInstance?: boolean): EdgeAlias.AsObject;
|
|
239
|
-
static toObject(includeInstance: boolean, msg: EdgeAlias): EdgeAlias.AsObject;
|
|
240
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
241
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
242
|
-
static serializeBinaryToWriter(message: EdgeAlias, writer: jspb.BinaryWriter): void;
|
|
243
|
-
static deserializeBinary(bytes: Uint8Array): EdgeAlias;
|
|
244
|
-
static deserializeBinaryFromReader(message: EdgeAlias, reader: jspb.BinaryReader): EdgeAlias;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
export namespace EdgeAlias {
|
|
248
|
-
export type AsObject = {
|
|
249
|
-
edgeTable?: EntityTable.AsObject,
|
|
250
|
-
alias: string,
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
export class NodeAlias extends jspb.Message {
|
|
255
|
-
hasNodeTable(): boolean;
|
|
256
|
-
clearNodeTable(): void;
|
|
257
|
-
getNodeTable(): EntityTable | undefined;
|
|
258
|
-
setNodeTable(value?: EntityTable): void;
|
|
259
|
-
|
|
260
|
-
getAlias(): string;
|
|
261
|
-
setAlias(value: string): void;
|
|
262
|
-
|
|
263
|
-
serializeBinary(): Uint8Array;
|
|
264
|
-
toObject(includeInstance?: boolean): NodeAlias.AsObject;
|
|
265
|
-
static toObject(includeInstance: boolean, msg: NodeAlias): NodeAlias.AsObject;
|
|
266
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
267
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
268
|
-
static serializeBinaryToWriter(message: NodeAlias, writer: jspb.BinaryWriter): void;
|
|
269
|
-
static deserializeBinary(bytes: Uint8Array): NodeAlias;
|
|
270
|
-
static deserializeBinaryFromReader(message: NodeAlias, reader: jspb.BinaryReader): NodeAlias;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
export namespace NodeAlias {
|
|
274
|
-
export type AsObject = {
|
|
275
|
-
nodeTable?: EntityTable.AsObject,
|
|
276
|
-
alias: string,
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
export class AttrAlias extends jspb.Message {
|
|
281
|
-
getAlias(): string;
|
|
282
|
-
setAlias(value: string): void;
|
|
283
|
-
|
|
284
|
-
hasAttr(): boolean;
|
|
285
|
-
clearAttr(): void;
|
|
286
|
-
getAttr(): Attr | undefined;
|
|
287
|
-
setAttr(value?: Attr): void;
|
|
288
|
-
|
|
289
|
-
serializeBinary(): Uint8Array;
|
|
290
|
-
toObject(includeInstance?: boolean): AttrAlias.AsObject;
|
|
291
|
-
static toObject(includeInstance: boolean, msg: AttrAlias): AttrAlias.AsObject;
|
|
292
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
293
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
294
|
-
static serializeBinaryToWriter(message: AttrAlias, writer: jspb.BinaryWriter): void;
|
|
295
|
-
static deserializeBinary(bytes: Uint8Array): AttrAlias;
|
|
296
|
-
static deserializeBinaryFromReader(message: AttrAlias, reader: jspb.BinaryReader): AttrAlias;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export namespace AttrAlias {
|
|
300
|
-
export type AsObject = {
|
|
301
|
-
alias: string,
|
|
302
|
-
attr?: Attr.AsObject,
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export class Attr extends jspb.Message {
|
|
307
|
-
getValueType(): PropertyTypeMap[keyof PropertyTypeMap];
|
|
308
|
-
setValueType(value: PropertyTypeMap[keyof PropertyTypeMap]): void;
|
|
309
|
-
|
|
310
|
-
clearValuesList(): void;
|
|
311
|
-
getValuesList(): Array<Uint8Array | string>;
|
|
312
|
-
getValuesList_asU8(): Array<Uint8Array>;
|
|
313
|
-
getValuesList_asB64(): Array<string>;
|
|
314
|
-
setValuesList(value: Array<Uint8Array | string>): void;
|
|
315
|
-
addValues(value: Uint8Array | string, index?: number): Uint8Array | string;
|
|
316
|
-
|
|
317
|
-
serializeBinary(): Uint8Array;
|
|
318
|
-
toObject(includeInstance?: boolean): Attr.AsObject;
|
|
319
|
-
static toObject(includeInstance: boolean, msg: Attr): Attr.AsObject;
|
|
320
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
321
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
322
|
-
static serializeBinaryToWriter(message: Attr, writer: jspb.BinaryWriter): void;
|
|
323
|
-
static deserializeBinary(bytes: Uint8Array): Attr;
|
|
324
|
-
static deserializeBinaryFromReader(message: Attr, reader: jspb.BinaryReader): Attr;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
export namespace Attr {
|
|
328
|
-
export type AsObject = {
|
|
329
|
-
valueType: PropertyTypeMap[keyof PropertyTypeMap],
|
|
330
|
-
valuesList: Array<Uint8Array | string>,
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export class AttrListData extends jspb.Message {
|
|
335
|
-
getType(): ResultTypeMap[keyof ResultTypeMap];
|
|
336
|
-
setType(value: ResultTypeMap[keyof ResultTypeMap]): void;
|
|
337
|
-
|
|
338
|
-
hasNodes(): boolean;
|
|
339
|
-
clearNodes(): void;
|
|
340
|
-
getNodes(): EntityTable | undefined;
|
|
341
|
-
setNodes(value?: EntityTable): void;
|
|
342
|
-
|
|
343
|
-
hasEdges(): boolean;
|
|
344
|
-
clearEdges(): void;
|
|
345
|
-
getEdges(): EntityTable | undefined;
|
|
346
|
-
setEdges(value?: EntityTable): void;
|
|
347
|
-
|
|
348
|
-
clearPathsList(): void;
|
|
349
|
-
getPathsList(): Array<Path>;
|
|
350
|
-
setPathsList(value: Array<Path>): void;
|
|
351
|
-
addPaths(value?: Path, index?: number): Path;
|
|
352
|
-
|
|
353
|
-
clearAttrsList(): void;
|
|
354
|
-
getAttrsList(): Array<Attr>;
|
|
355
|
-
setAttrsList(value: Array<Attr>): void;
|
|
356
|
-
addAttrs(value?: Attr, index?: number): Attr;
|
|
357
|
-
|
|
358
|
-
getIsNull(): boolean;
|
|
359
|
-
setIsNull(value: boolean): void;
|
|
360
|
-
|
|
361
|
-
serializeBinary(): Uint8Array;
|
|
362
|
-
toObject(includeInstance?: boolean): AttrListData.AsObject;
|
|
363
|
-
static toObject(includeInstance: boolean, msg: AttrListData): AttrListData.AsObject;
|
|
364
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
365
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
366
|
-
static serializeBinaryToWriter(message: AttrListData, writer: jspb.BinaryWriter): void;
|
|
367
|
-
static deserializeBinary(bytes: Uint8Array): AttrListData;
|
|
368
|
-
static deserializeBinaryFromReader(message: AttrListData, reader: jspb.BinaryReader): AttrListData;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
export namespace AttrListData {
|
|
372
|
-
export type AsObject = {
|
|
373
|
-
type: ResultTypeMap[keyof ResultTypeMap],
|
|
374
|
-
nodes?: EntityTable.AsObject,
|
|
375
|
-
edges?: EntityTable.AsObject,
|
|
376
|
-
pathsList: Array<Path.AsObject>,
|
|
377
|
-
attrsList: Array<Attr.AsObject>,
|
|
378
|
-
isNull: boolean,
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
export class AttrMapData extends jspb.Message {
|
|
383
|
-
hasKey(): boolean;
|
|
384
|
-
clearKey(): void;
|
|
385
|
-
getKey(): Attr | undefined;
|
|
386
|
-
setKey(value?: Attr): void;
|
|
387
|
-
|
|
388
|
-
hasValue(): boolean;
|
|
389
|
-
clearValue(): void;
|
|
390
|
-
getValue(): Attr | undefined;
|
|
391
|
-
setValue(value?: Attr): void;
|
|
392
|
-
|
|
393
|
-
getIsNull(): boolean;
|
|
394
|
-
setIsNull(value: boolean): void;
|
|
395
|
-
|
|
396
|
-
serializeBinary(): Uint8Array;
|
|
397
|
-
toObject(includeInstance?: boolean): AttrMapData.AsObject;
|
|
398
|
-
static toObject(includeInstance: boolean, msg: AttrMapData): AttrMapData.AsObject;
|
|
399
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
400
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
401
|
-
static serializeBinaryToWriter(message: AttrMapData, writer: jspb.BinaryWriter): void;
|
|
402
|
-
static deserializeBinary(bytes: Uint8Array): AttrMapData;
|
|
403
|
-
static deserializeBinaryFromReader(message: AttrMapData, reader: jspb.BinaryReader): AttrMapData;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
export namespace AttrMapData {
|
|
407
|
-
export type AsObject = {
|
|
408
|
-
key?: Attr.AsObject,
|
|
409
|
-
value?: Attr.AsObject,
|
|
410
|
-
isNull: boolean,
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
export class UserSettingRequest extends jspb.Message {
|
|
415
|
-
getUserName(): string;
|
|
416
|
-
setUserName(value: string): void;
|
|
417
|
-
|
|
418
|
-
getOpt(): UserSettingRequest.OPTIONMap[keyof UserSettingRequest.OPTIONMap];
|
|
419
|
-
setOpt(value: UserSettingRequest.OPTIONMap[keyof UserSettingRequest.OPTIONMap]): void;
|
|
420
|
-
|
|
421
|
-
getType(): string;
|
|
422
|
-
setType(value: string): void;
|
|
423
|
-
|
|
424
|
-
getData(): string;
|
|
425
|
-
setData(value: string): void;
|
|
426
|
-
|
|
427
|
-
serializeBinary(): Uint8Array;
|
|
428
|
-
toObject(includeInstance?: boolean): UserSettingRequest.AsObject;
|
|
429
|
-
static toObject(includeInstance: boolean, msg: UserSettingRequest): UserSettingRequest.AsObject;
|
|
430
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
431
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
432
|
-
static serializeBinaryToWriter(message: UserSettingRequest, writer: jspb.BinaryWriter): void;
|
|
433
|
-
static deserializeBinary(bytes: Uint8Array): UserSettingRequest;
|
|
434
|
-
static deserializeBinaryFromReader(message: UserSettingRequest, reader: jspb.BinaryReader): UserSettingRequest;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
export namespace UserSettingRequest {
|
|
438
|
-
export type AsObject = {
|
|
439
|
-
userName: string,
|
|
440
|
-
opt: UserSettingRequest.OPTIONMap[keyof UserSettingRequest.OPTIONMap],
|
|
441
|
-
type: string,
|
|
442
|
-
data: string,
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
export interface OPTIONMap {
|
|
446
|
-
OPT_GET: 0;
|
|
447
|
-
OPT_SET: 1;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
export const OPTION: OPTIONMap;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
export class UserSettingReply extends jspb.Message {
|
|
454
|
-
hasStatus(): boolean;
|
|
455
|
-
clearStatus(): void;
|
|
456
|
-
getStatus(): Status | undefined;
|
|
457
|
-
setStatus(value?: Status): void;
|
|
458
|
-
|
|
459
|
-
getData(): string;
|
|
460
|
-
setData(value: string): void;
|
|
461
|
-
|
|
462
|
-
serializeBinary(): Uint8Array;
|
|
463
|
-
toObject(includeInstance?: boolean): UserSettingReply.AsObject;
|
|
464
|
-
static toObject(includeInstance: boolean, msg: UserSettingReply): UserSettingReply.AsObject;
|
|
465
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
466
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
467
|
-
static serializeBinaryToWriter(message: UserSettingReply, writer: jspb.BinaryWriter): void;
|
|
468
|
-
static deserializeBinary(bytes: Uint8Array): UserSettingReply;
|
|
469
|
-
static deserializeBinaryFromReader(message: UserSettingReply, reader: jspb.BinaryReader): UserSettingReply;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
export namespace UserSettingReply {
|
|
473
|
-
export type AsObject = {
|
|
474
|
-
status?: Status.AsObject,
|
|
475
|
-
data: string,
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
export class DownloadFileRequest extends jspb.Message {
|
|
480
|
-
getFileName(): string;
|
|
481
|
-
setFileName(value: string): void;
|
|
482
|
-
|
|
483
|
-
serializeBinary(): Uint8Array;
|
|
484
|
-
toObject(includeInstance?: boolean): DownloadFileRequest.AsObject;
|
|
485
|
-
static toObject(includeInstance: boolean, msg: DownloadFileRequest): DownloadFileRequest.AsObject;
|
|
486
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
487
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
488
|
-
static serializeBinaryToWriter(message: DownloadFileRequest, writer: jspb.BinaryWriter): void;
|
|
489
|
-
static deserializeBinary(bytes: Uint8Array): DownloadFileRequest;
|
|
490
|
-
static deserializeBinaryFromReader(message: DownloadFileRequest, reader: jspb.BinaryReader): DownloadFileRequest;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
export namespace DownloadFileRequest {
|
|
494
|
-
export type AsObject = {
|
|
495
|
-
fileName: string,
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
export class DownloadFileReply extends jspb.Message {
|
|
500
|
-
hasStatus(): boolean;
|
|
501
|
-
clearStatus(): void;
|
|
502
|
-
getStatus(): Status | undefined;
|
|
503
|
-
setStatus(value?: Status): void;
|
|
504
|
-
|
|
505
|
-
getTotalSize(): number;
|
|
506
|
-
setTotalSize(value: number): void;
|
|
507
|
-
|
|
508
|
-
getChunk(): Uint8Array | string;
|
|
509
|
-
getChunk_asU8(): Uint8Array;
|
|
510
|
-
getChunk_asB64(): string;
|
|
511
|
-
setChunk(value: Uint8Array | string): void;
|
|
512
|
-
|
|
513
|
-
serializeBinary(): Uint8Array;
|
|
514
|
-
toObject(includeInstance?: boolean): DownloadFileReply.AsObject;
|
|
515
|
-
static toObject(includeInstance: boolean, msg: DownloadFileReply): DownloadFileReply.AsObject;
|
|
516
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
517
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
518
|
-
static serializeBinaryToWriter(message: DownloadFileReply, writer: jspb.BinaryWriter): void;
|
|
519
|
-
static deserializeBinary(bytes: Uint8Array): DownloadFileReply;
|
|
520
|
-
static deserializeBinaryFromReader(message: DownloadFileReply, reader: jspb.BinaryReader): DownloadFileReply;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
export namespace DownloadFileReply {
|
|
524
|
-
export type AsObject = {
|
|
525
|
-
status?: Status.AsObject,
|
|
526
|
-
totalSize: number,
|
|
527
|
-
chunk: Uint8Array | string,
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
export class ExportRequest extends jspb.Message {
|
|
532
|
-
getDbType(): DBTypeMap[keyof DBTypeMap];
|
|
533
|
-
setDbType(value: DBTypeMap[keyof DBTypeMap]): void;
|
|
534
|
-
|
|
535
|
-
getLimit(): number;
|
|
536
|
-
setLimit(value: number): void;
|
|
537
|
-
|
|
538
|
-
clearSelectPropertiesList(): void;
|
|
539
|
-
getSelectPropertiesList(): Array<string>;
|
|
540
|
-
setSelectPropertiesList(value: Array<string>): void;
|
|
541
|
-
addSelectProperties(value: string, index?: number): string;
|
|
542
|
-
|
|
543
|
-
getSchema(): string;
|
|
544
|
-
setSchema(value: string): void;
|
|
545
|
-
|
|
546
|
-
getGraph(): string;
|
|
547
|
-
setGraph(value: string): void;
|
|
548
|
-
|
|
549
|
-
serializeBinary(): Uint8Array;
|
|
550
|
-
toObject(includeInstance?: boolean): ExportRequest.AsObject;
|
|
551
|
-
static toObject(includeInstance: boolean, msg: ExportRequest): ExportRequest.AsObject;
|
|
552
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
553
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
554
|
-
static serializeBinaryToWriter(message: ExportRequest, writer: jspb.BinaryWriter): void;
|
|
555
|
-
static deserializeBinary(bytes: Uint8Array): ExportRequest;
|
|
556
|
-
static deserializeBinaryFromReader(message: ExportRequest, reader: jspb.BinaryReader): ExportRequest;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
export namespace ExportRequest {
|
|
560
|
-
export type AsObject = {
|
|
561
|
-
dbType: DBTypeMap[keyof DBTypeMap],
|
|
562
|
-
limit: number,
|
|
563
|
-
selectPropertiesList: Array<string>,
|
|
564
|
-
schema: string,
|
|
565
|
-
graph: string,
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export class ExportReply extends jspb.Message {
|
|
570
|
-
hasStatus(): boolean;
|
|
571
|
-
clearStatus(): void;
|
|
572
|
-
getStatus(): Status | undefined;
|
|
573
|
-
setStatus(value?: Status): void;
|
|
574
|
-
|
|
575
|
-
hasNodeTable(): boolean;
|
|
576
|
-
clearNodeTable(): void;
|
|
577
|
-
getNodeTable(): EntityTable | undefined;
|
|
578
|
-
setNodeTable(value?: EntityTable): void;
|
|
579
|
-
|
|
580
|
-
hasEdgeTable(): boolean;
|
|
581
|
-
clearEdgeTable(): void;
|
|
582
|
-
getEdgeTable(): EntityTable | undefined;
|
|
583
|
-
setEdgeTable(value?: EntityTable): void;
|
|
584
|
-
|
|
585
|
-
serializeBinary(): Uint8Array;
|
|
586
|
-
toObject(includeInstance?: boolean): ExportReply.AsObject;
|
|
587
|
-
static toObject(includeInstance: boolean, msg: ExportReply): ExportReply.AsObject;
|
|
588
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
589
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
590
|
-
static serializeBinaryToWriter(message: ExportReply, writer: jspb.BinaryWriter): void;
|
|
591
|
-
static deserializeBinary(bytes: Uint8Array): ExportReply;
|
|
592
|
-
static deserializeBinaryFromReader(message: ExportReply, reader: jspb.BinaryReader): ExportReply;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
export namespace ExportReply {
|
|
596
|
-
export type AsObject = {
|
|
597
|
-
status?: Status.AsObject,
|
|
598
|
-
nodeTable?: EntityTable.AsObject,
|
|
599
|
-
edgeTable?: EntityTable.AsObject,
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
export class InsertNodesRequest extends jspb.Message {
|
|
604
|
-
hasNodeTable(): boolean;
|
|
605
|
-
clearNodeTable(): void;
|
|
606
|
-
getNodeTable(): EntityTable | undefined;
|
|
607
|
-
setNodeTable(value?: EntityTable): void;
|
|
608
|
-
|
|
609
|
-
getSilent(): boolean;
|
|
610
|
-
setSilent(value: boolean): void;
|
|
611
|
-
|
|
612
|
-
getGraphName(): string;
|
|
613
|
-
setGraphName(value: string): void;
|
|
614
|
-
|
|
615
|
-
getInsertType(): InsertTypeMap[keyof InsertTypeMap];
|
|
616
|
-
setInsertType(value: InsertTypeMap[keyof InsertTypeMap]): void;
|
|
617
|
-
|
|
618
|
-
getInternal(): boolean;
|
|
619
|
-
setInternal(value: boolean): void;
|
|
620
|
-
|
|
621
|
-
clearProjectionsList(): void;
|
|
622
|
-
getProjectionsList(): Array<string>;
|
|
623
|
-
setProjectionsList(value: Array<string>): void;
|
|
624
|
-
addProjections(value: string, index?: number): string;
|
|
625
|
-
|
|
626
|
-
clearIndexesList(): void;
|
|
627
|
-
getIndexesList(): Array<number>;
|
|
628
|
-
setIndexesList(value: Array<number>): void;
|
|
629
|
-
addIndexes(value: number, index?: number): number;
|
|
630
|
-
|
|
631
|
-
serializeBinary(): Uint8Array;
|
|
632
|
-
toObject(includeInstance?: boolean): InsertNodesRequest.AsObject;
|
|
633
|
-
static toObject(includeInstance: boolean, msg: InsertNodesRequest): InsertNodesRequest.AsObject;
|
|
634
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
635
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
636
|
-
static serializeBinaryToWriter(message: InsertNodesRequest, writer: jspb.BinaryWriter): void;
|
|
637
|
-
static deserializeBinary(bytes: Uint8Array): InsertNodesRequest;
|
|
638
|
-
static deserializeBinaryFromReader(message: InsertNodesRequest, reader: jspb.BinaryReader): InsertNodesRequest;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
export namespace InsertNodesRequest {
|
|
642
|
-
export type AsObject = {
|
|
643
|
-
nodeTable?: EntityTable.AsObject,
|
|
644
|
-
silent: boolean,
|
|
645
|
-
graphName: string,
|
|
646
|
-
insertType: InsertTypeMap[keyof InsertTypeMap],
|
|
647
|
-
internal: boolean,
|
|
648
|
-
projectionsList: Array<string>,
|
|
649
|
-
indexesList: Array<number>,
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
export class InsertNodesReply extends jspb.Message {
|
|
654
|
-
hasStatus(): boolean;
|
|
655
|
-
clearStatus(): void;
|
|
656
|
-
getStatus(): Status | undefined;
|
|
657
|
-
setStatus(value?: Status): void;
|
|
658
|
-
|
|
659
|
-
getTimeCost(): number;
|
|
660
|
-
setTimeCost(value: number): void;
|
|
661
|
-
|
|
662
|
-
getEngineTimeCost(): number;
|
|
663
|
-
setEngineTimeCost(value: number): void;
|
|
664
|
-
|
|
665
|
-
clearUuidsList(): void;
|
|
666
|
-
getUuidsList(): Array<string>;
|
|
667
|
-
setUuidsList(value: Array<string>): void;
|
|
668
|
-
addUuids(value: string, index?: number): string;
|
|
669
|
-
|
|
670
|
-
clearIdsList(): void;
|
|
671
|
-
getIdsList(): Array<string>;
|
|
672
|
-
setIdsList(value: Array<string>): void;
|
|
673
|
-
addIds(value: string, index?: number): string;
|
|
674
|
-
|
|
675
|
-
clearIgnoreIndexesList(): void;
|
|
676
|
-
getIgnoreIndexesList(): Array<number>;
|
|
677
|
-
setIgnoreIndexesList(value: Array<number>): void;
|
|
678
|
-
addIgnoreIndexes(value: number, index?: number): number;
|
|
679
|
-
|
|
680
|
-
clearIgnoreErrorCodeList(): void;
|
|
681
|
-
getIgnoreErrorCodeList(): Array<number>;
|
|
682
|
-
setIgnoreErrorCodeList(value: Array<number>): void;
|
|
683
|
-
addIgnoreErrorCode(value: number, index?: number): number;
|
|
684
|
-
|
|
685
|
-
hasNodes(): boolean;
|
|
686
|
-
clearNodes(): void;
|
|
687
|
-
getNodes(): EntityTable | undefined;
|
|
688
|
-
setNodes(value?: EntityTable): void;
|
|
689
|
-
|
|
690
|
-
serializeBinary(): Uint8Array;
|
|
691
|
-
toObject(includeInstance?: boolean): InsertNodesReply.AsObject;
|
|
692
|
-
static toObject(includeInstance: boolean, msg: InsertNodesReply): InsertNodesReply.AsObject;
|
|
693
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
694
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
695
|
-
static serializeBinaryToWriter(message: InsertNodesReply, writer: jspb.BinaryWriter): void;
|
|
696
|
-
static deserializeBinary(bytes: Uint8Array): InsertNodesReply;
|
|
697
|
-
static deserializeBinaryFromReader(message: InsertNodesReply, reader: jspb.BinaryReader): InsertNodesReply;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
export namespace InsertNodesReply {
|
|
701
|
-
export type AsObject = {
|
|
702
|
-
status?: Status.AsObject,
|
|
703
|
-
timeCost: number,
|
|
704
|
-
engineTimeCost: number,
|
|
705
|
-
uuidsList: Array<string>,
|
|
706
|
-
idsList: Array<string>,
|
|
707
|
-
ignoreIndexesList: Array<number>,
|
|
708
|
-
ignoreErrorCodeList: Array<number>,
|
|
709
|
-
nodes?: EntityTable.AsObject,
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
export class InsertEdgesRequest extends jspb.Message {
|
|
714
|
-
hasEdgeTable(): boolean;
|
|
715
|
-
clearEdgeTable(): void;
|
|
716
|
-
getEdgeTable(): EntityTable | undefined;
|
|
717
|
-
setEdgeTable(value?: EntityTable): void;
|
|
718
|
-
|
|
719
|
-
getSilent(): boolean;
|
|
720
|
-
setSilent(value: boolean): void;
|
|
721
|
-
|
|
722
|
-
getGraphName(): string;
|
|
723
|
-
setGraphName(value: string): void;
|
|
724
|
-
|
|
725
|
-
getCreateNodeIfNotExist(): boolean;
|
|
726
|
-
setCreateNodeIfNotExist(value: boolean): void;
|
|
727
|
-
|
|
728
|
-
getInsertType(): InsertTypeMap[keyof InsertTypeMap];
|
|
729
|
-
setInsertType(value: InsertTypeMap[keyof InsertTypeMap]): void;
|
|
730
|
-
|
|
731
|
-
clearProjectionsList(): void;
|
|
732
|
-
getProjectionsList(): Array<string>;
|
|
733
|
-
setProjectionsList(value: Array<string>): void;
|
|
734
|
-
addProjections(value: string, index?: number): string;
|
|
735
|
-
|
|
736
|
-
clearIndexesList(): void;
|
|
737
|
-
getIndexesList(): Array<number>;
|
|
738
|
-
setIndexesList(value: Array<number>): void;
|
|
739
|
-
addIndexes(value: number, index?: number): number;
|
|
740
|
-
|
|
741
|
-
serializeBinary(): Uint8Array;
|
|
742
|
-
toObject(includeInstance?: boolean): InsertEdgesRequest.AsObject;
|
|
743
|
-
static toObject(includeInstance: boolean, msg: InsertEdgesRequest): InsertEdgesRequest.AsObject;
|
|
744
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
745
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
746
|
-
static serializeBinaryToWriter(message: InsertEdgesRequest, writer: jspb.BinaryWriter): void;
|
|
747
|
-
static deserializeBinary(bytes: Uint8Array): InsertEdgesRequest;
|
|
748
|
-
static deserializeBinaryFromReader(message: InsertEdgesRequest, reader: jspb.BinaryReader): InsertEdgesRequest;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export namespace InsertEdgesRequest {
|
|
752
|
-
export type AsObject = {
|
|
753
|
-
edgeTable?: EntityTable.AsObject,
|
|
754
|
-
silent: boolean,
|
|
755
|
-
graphName: string,
|
|
756
|
-
createNodeIfNotExist: boolean,
|
|
757
|
-
insertType: InsertTypeMap[keyof InsertTypeMap],
|
|
758
|
-
projectionsList: Array<string>,
|
|
759
|
-
indexesList: Array<number>,
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
export class InsertEdgesReply extends jspb.Message {
|
|
764
|
-
hasStatus(): boolean;
|
|
765
|
-
clearStatus(): void;
|
|
766
|
-
getStatus(): Status | undefined;
|
|
767
|
-
setStatus(value?: Status): void;
|
|
768
|
-
|
|
769
|
-
getTimeCost(): number;
|
|
770
|
-
setTimeCost(value: number): void;
|
|
771
|
-
|
|
772
|
-
getEngineTimeCost(): number;
|
|
773
|
-
setEngineTimeCost(value: number): void;
|
|
774
|
-
|
|
775
|
-
clearUuidsList(): void;
|
|
776
|
-
getUuidsList(): Array<string>;
|
|
777
|
-
setUuidsList(value: Array<string>): void;
|
|
778
|
-
addUuids(value: string, index?: number): string;
|
|
779
|
-
|
|
780
|
-
clearIgnoreIndexesList(): void;
|
|
781
|
-
getIgnoreIndexesList(): Array<number>;
|
|
782
|
-
setIgnoreIndexesList(value: Array<number>): void;
|
|
783
|
-
addIgnoreIndexes(value: number, index?: number): number;
|
|
784
|
-
|
|
785
|
-
clearIgnoreErrorCodeList(): void;
|
|
786
|
-
getIgnoreErrorCodeList(): Array<number>;
|
|
787
|
-
setIgnoreErrorCodeList(value: Array<number>): void;
|
|
788
|
-
addIgnoreErrorCode(value: number, index?: number): number;
|
|
789
|
-
|
|
790
|
-
hasEdges(): boolean;
|
|
791
|
-
clearEdges(): void;
|
|
792
|
-
getEdges(): EntityTable | undefined;
|
|
793
|
-
setEdges(value?: EntityTable): void;
|
|
794
|
-
|
|
795
|
-
serializeBinary(): Uint8Array;
|
|
796
|
-
toObject(includeInstance?: boolean): InsertEdgesReply.AsObject;
|
|
797
|
-
static toObject(includeInstance: boolean, msg: InsertEdgesReply): InsertEdgesReply.AsObject;
|
|
798
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
799
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
800
|
-
static serializeBinaryToWriter(message: InsertEdgesReply, writer: jspb.BinaryWriter): void;
|
|
801
|
-
static deserializeBinary(bytes: Uint8Array): InsertEdgesReply;
|
|
802
|
-
static deserializeBinaryFromReader(message: InsertEdgesReply, reader: jspb.BinaryReader): InsertEdgesReply;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
export namespace InsertEdgesReply {
|
|
806
|
-
export type AsObject = {
|
|
807
|
-
status?: Status.AsObject,
|
|
808
|
-
timeCost: number,
|
|
809
|
-
engineTimeCost: number,
|
|
810
|
-
uuidsList: Array<string>,
|
|
811
|
-
ignoreIndexesList: Array<number>,
|
|
812
|
-
ignoreErrorCodeList: Array<number>,
|
|
813
|
-
edges?: EntityTable.AsObject,
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
export class WithServer extends jspb.Message {
|
|
818
|
-
getHdcServerName(): string;
|
|
819
|
-
setHdcServerName(value: string): void;
|
|
820
|
-
|
|
821
|
-
serializeBinary(): Uint8Array;
|
|
822
|
-
toObject(includeInstance?: boolean): WithServer.AsObject;
|
|
823
|
-
static toObject(includeInstance: boolean, msg: WithServer): WithServer.AsObject;
|
|
824
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
825
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
826
|
-
static serializeBinaryToWriter(message: WithServer, writer: jspb.BinaryWriter): void;
|
|
827
|
-
static deserializeBinary(bytes: Uint8Array): WithServer;
|
|
828
|
-
static deserializeBinaryFromReader(message: WithServer, reader: jspb.BinaryReader): WithServer;
|
|
829
|
-
}
|
|
830
|
-
|
|
831
|
-
export namespace WithServer {
|
|
832
|
-
export type AsObject = {
|
|
833
|
-
hdcServerName: string,
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
export class InstallAlgoRequest extends jspb.Message {
|
|
838
|
-
getFileName(): string;
|
|
839
|
-
setFileName(value: string): void;
|
|
840
|
-
|
|
841
|
-
getMd5(): string;
|
|
842
|
-
setMd5(value: string): void;
|
|
843
|
-
|
|
844
|
-
getChunk(): Uint8Array | string;
|
|
845
|
-
getChunk_asU8(): Uint8Array;
|
|
846
|
-
getChunk_asB64(): string;
|
|
847
|
-
setChunk(value: Uint8Array | string): void;
|
|
848
|
-
|
|
849
|
-
hasWithServer(): boolean;
|
|
850
|
-
clearWithServer(): void;
|
|
851
|
-
getWithServer(): WithServer | undefined;
|
|
852
|
-
setWithServer(value?: WithServer): void;
|
|
853
|
-
|
|
854
|
-
serializeBinary(): Uint8Array;
|
|
855
|
-
toObject(includeInstance?: boolean): InstallAlgoRequest.AsObject;
|
|
856
|
-
static toObject(includeInstance: boolean, msg: InstallAlgoRequest): InstallAlgoRequest.AsObject;
|
|
857
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
858
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
859
|
-
static serializeBinaryToWriter(message: InstallAlgoRequest, writer: jspb.BinaryWriter): void;
|
|
860
|
-
static deserializeBinary(bytes: Uint8Array): InstallAlgoRequest;
|
|
861
|
-
static deserializeBinaryFromReader(message: InstallAlgoRequest, reader: jspb.BinaryReader): InstallAlgoRequest;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
export namespace InstallAlgoRequest {
|
|
865
|
-
export type AsObject = {
|
|
866
|
-
fileName: string,
|
|
867
|
-
md5: string,
|
|
868
|
-
chunk: Uint8Array | string,
|
|
869
|
-
withServer?: WithServer.AsObject,
|
|
870
|
-
}
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
export class InstallAlgoReply extends jspb.Message {
|
|
874
|
-
hasStatus(): boolean;
|
|
875
|
-
clearStatus(): void;
|
|
876
|
-
getStatus(): Status | undefined;
|
|
877
|
-
setStatus(value?: Status): void;
|
|
878
|
-
|
|
879
|
-
serializeBinary(): Uint8Array;
|
|
880
|
-
toObject(includeInstance?: boolean): InstallAlgoReply.AsObject;
|
|
881
|
-
static toObject(includeInstance: boolean, msg: InstallAlgoReply): InstallAlgoReply.AsObject;
|
|
882
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
883
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
884
|
-
static serializeBinaryToWriter(message: InstallAlgoReply, writer: jspb.BinaryWriter): void;
|
|
885
|
-
static deserializeBinary(bytes: Uint8Array): InstallAlgoReply;
|
|
886
|
-
static deserializeBinaryFromReader(message: InstallAlgoReply, reader: jspb.BinaryReader): InstallAlgoReply;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
export namespace InstallAlgoReply {
|
|
890
|
-
export type AsObject = {
|
|
891
|
-
status?: Status.AsObject,
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
export class UninstallAlgoRequest extends jspb.Message {
|
|
896
|
-
getAlgoName(): string;
|
|
897
|
-
setAlgoName(value: string): void;
|
|
898
|
-
|
|
899
|
-
hasWithServer(): boolean;
|
|
900
|
-
clearWithServer(): void;
|
|
901
|
-
getWithServer(): WithServer | undefined;
|
|
902
|
-
setWithServer(value?: WithServer): void;
|
|
903
|
-
|
|
904
|
-
serializeBinary(): Uint8Array;
|
|
905
|
-
toObject(includeInstance?: boolean): UninstallAlgoRequest.AsObject;
|
|
906
|
-
static toObject(includeInstance: boolean, msg: UninstallAlgoRequest): UninstallAlgoRequest.AsObject;
|
|
907
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
908
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
909
|
-
static serializeBinaryToWriter(message: UninstallAlgoRequest, writer: jspb.BinaryWriter): void;
|
|
910
|
-
static deserializeBinary(bytes: Uint8Array): UninstallAlgoRequest;
|
|
911
|
-
static deserializeBinaryFromReader(message: UninstallAlgoRequest, reader: jspb.BinaryReader): UninstallAlgoRequest;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
export namespace UninstallAlgoRequest {
|
|
915
|
-
export type AsObject = {
|
|
916
|
-
algoName: string,
|
|
917
|
-
withServer?: WithServer.AsObject,
|
|
918
|
-
}
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
export class UninstallAlgoReply extends jspb.Message {
|
|
922
|
-
hasStatus(): boolean;
|
|
923
|
-
clearStatus(): void;
|
|
924
|
-
getStatus(): Status | undefined;
|
|
925
|
-
setStatus(value?: Status): void;
|
|
926
|
-
|
|
927
|
-
serializeBinary(): Uint8Array;
|
|
928
|
-
toObject(includeInstance?: boolean): UninstallAlgoReply.AsObject;
|
|
929
|
-
static toObject(includeInstance: boolean, msg: UninstallAlgoReply): UninstallAlgoReply.AsObject;
|
|
930
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
931
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
932
|
-
static serializeBinaryToWriter(message: UninstallAlgoReply, writer: jspb.BinaryWriter): void;
|
|
933
|
-
static deserializeBinary(bytes: Uint8Array): UninstallAlgoReply;
|
|
934
|
-
static deserializeBinaryFromReader(message: UninstallAlgoReply, reader: jspb.BinaryReader): UninstallAlgoReply;
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
export namespace UninstallAlgoReply {
|
|
938
|
-
export type AsObject = {
|
|
939
|
-
status?: Status.AsObject,
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
export class RollbackAlgoRequest extends jspb.Message {
|
|
944
|
-
getAlgoName(): string;
|
|
945
|
-
setAlgoName(value: string): void;
|
|
946
|
-
|
|
947
|
-
hasWithServer(): boolean;
|
|
948
|
-
clearWithServer(): void;
|
|
949
|
-
getWithServer(): WithServer | undefined;
|
|
950
|
-
setWithServer(value?: WithServer): void;
|
|
951
|
-
|
|
952
|
-
serializeBinary(): Uint8Array;
|
|
953
|
-
toObject(includeInstance?: boolean): RollbackAlgoRequest.AsObject;
|
|
954
|
-
static toObject(includeInstance: boolean, msg: RollbackAlgoRequest): RollbackAlgoRequest.AsObject;
|
|
955
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
956
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
957
|
-
static serializeBinaryToWriter(message: RollbackAlgoRequest, writer: jspb.BinaryWriter): void;
|
|
958
|
-
static deserializeBinary(bytes: Uint8Array): RollbackAlgoRequest;
|
|
959
|
-
static deserializeBinaryFromReader(message: RollbackAlgoRequest, reader: jspb.BinaryReader): RollbackAlgoRequest;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
export namespace RollbackAlgoRequest {
|
|
963
|
-
export type AsObject = {
|
|
964
|
-
algoName: string,
|
|
965
|
-
withServer?: WithServer.AsObject,
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
export class RollbackAlgoReply extends jspb.Message {
|
|
970
|
-
hasStatus(): boolean;
|
|
971
|
-
clearStatus(): void;
|
|
972
|
-
getStatus(): Status | undefined;
|
|
973
|
-
setStatus(value?: Status): void;
|
|
974
|
-
|
|
975
|
-
serializeBinary(): Uint8Array;
|
|
976
|
-
toObject(includeInstance?: boolean): RollbackAlgoReply.AsObject;
|
|
977
|
-
static toObject(includeInstance: boolean, msg: RollbackAlgoReply): RollbackAlgoReply.AsObject;
|
|
978
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
979
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
980
|
-
static serializeBinaryToWriter(message: RollbackAlgoReply, writer: jspb.BinaryWriter): void;
|
|
981
|
-
static deserializeBinary(bytes: Uint8Array): RollbackAlgoReply;
|
|
982
|
-
static deserializeBinaryFromReader(message: RollbackAlgoReply, reader: jspb.BinaryReader): RollbackAlgoReply;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
export namespace RollbackAlgoReply {
|
|
986
|
-
export type AsObject = {
|
|
987
|
-
status?: Status.AsObject,
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
export class Status extends jspb.Message {
|
|
992
|
-
getErrorCode(): ErrorCodeMap[keyof ErrorCodeMap];
|
|
993
|
-
setErrorCode(value: ErrorCodeMap[keyof ErrorCodeMap]): void;
|
|
994
|
-
|
|
995
|
-
getMsg(): string;
|
|
996
|
-
setMsg(value: string): void;
|
|
997
|
-
|
|
998
|
-
hasClusterInfo(): boolean;
|
|
999
|
-
clearClusterInfo(): void;
|
|
1000
|
-
getClusterInfo(): ClusterInfo | undefined;
|
|
1001
|
-
setClusterInfo(value?: ClusterInfo): void;
|
|
1002
|
-
|
|
1003
|
-
serializeBinary(): Uint8Array;
|
|
1004
|
-
toObject(includeInstance?: boolean): Status.AsObject;
|
|
1005
|
-
static toObject(includeInstance: boolean, msg: Status): Status.AsObject;
|
|
1006
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1007
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1008
|
-
static serializeBinaryToWriter(message: Status, writer: jspb.BinaryWriter): void;
|
|
1009
|
-
static deserializeBinary(bytes: Uint8Array): Status;
|
|
1010
|
-
static deserializeBinaryFromReader(message: Status, reader: jspb.BinaryReader): Status;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
export namespace Status {
|
|
1014
|
-
export type AsObject = {
|
|
1015
|
-
errorCode: ErrorCodeMap[keyof ErrorCodeMap],
|
|
1016
|
-
msg: string,
|
|
1017
|
-
clusterInfo?: ClusterInfo.AsObject,
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
export class RaftFollower extends jspb.Message {
|
|
1022
|
-
getAddress(): string;
|
|
1023
|
-
setAddress(value: string): void;
|
|
1024
|
-
|
|
1025
|
-
getRole(): number;
|
|
1026
|
-
setRole(value: number): void;
|
|
1027
|
-
|
|
1028
|
-
getStatus(): ServerStatusMap[keyof ServerStatusMap];
|
|
1029
|
-
setStatus(value: ServerStatusMap[keyof ServerStatusMap]): void;
|
|
1030
|
-
|
|
1031
|
-
getStreamAddress(): string;
|
|
1032
|
-
setStreamAddress(value: string): void;
|
|
1033
|
-
|
|
1034
|
-
serializeBinary(): Uint8Array;
|
|
1035
|
-
toObject(includeInstance?: boolean): RaftFollower.AsObject;
|
|
1036
|
-
static toObject(includeInstance: boolean, msg: RaftFollower): RaftFollower.AsObject;
|
|
1037
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1038
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1039
|
-
static serializeBinaryToWriter(message: RaftFollower, writer: jspb.BinaryWriter): void;
|
|
1040
|
-
static deserializeBinary(bytes: Uint8Array): RaftFollower;
|
|
1041
|
-
static deserializeBinaryFromReader(message: RaftFollower, reader: jspb.BinaryReader): RaftFollower;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
export namespace RaftFollower {
|
|
1045
|
-
export type AsObject = {
|
|
1046
|
-
address: string,
|
|
1047
|
-
role: number,
|
|
1048
|
-
status: ServerStatusMap[keyof ServerStatusMap],
|
|
1049
|
-
streamAddress: string,
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
export class ClusterInfo extends jspb.Message {
|
|
1054
|
-
getRedirect(): string;
|
|
1055
|
-
setRedirect(value: string): void;
|
|
1056
|
-
|
|
1057
|
-
getLeaderAddress(): string;
|
|
1058
|
-
setLeaderAddress(value: string): void;
|
|
1059
|
-
|
|
1060
|
-
clearFollowersList(): void;
|
|
1061
|
-
getFollowersList(): Array<RaftFollower>;
|
|
1062
|
-
setFollowersList(value: Array<RaftFollower>): void;
|
|
1063
|
-
addFollowers(value?: RaftFollower, index?: number): RaftFollower;
|
|
1064
|
-
|
|
1065
|
-
getLeaderStreamAddress(): string;
|
|
1066
|
-
setLeaderStreamAddress(value: string): void;
|
|
1067
|
-
|
|
1068
|
-
serializeBinary(): Uint8Array;
|
|
1069
|
-
toObject(includeInstance?: boolean): ClusterInfo.AsObject;
|
|
1070
|
-
static toObject(includeInstance: boolean, msg: ClusterInfo): ClusterInfo.AsObject;
|
|
1071
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1072
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1073
|
-
static serializeBinaryToWriter(message: ClusterInfo, writer: jspb.BinaryWriter): void;
|
|
1074
|
-
static deserializeBinary(bytes: Uint8Array): ClusterInfo;
|
|
1075
|
-
static deserializeBinaryFromReader(message: ClusterInfo, reader: jspb.BinaryReader): ClusterInfo;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
export namespace ClusterInfo {
|
|
1079
|
-
export type AsObject = {
|
|
1080
|
-
redirect: string,
|
|
1081
|
-
leaderAddress: string,
|
|
1082
|
-
followersList: Array<RaftFollower.AsObject>,
|
|
1083
|
-
leaderStreamAddress: string,
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export class Path extends jspb.Message {
|
|
1088
|
-
hasNodeTable(): boolean;
|
|
1089
|
-
clearNodeTable(): void;
|
|
1090
|
-
getNodeTable(): EntityTable | undefined;
|
|
1091
|
-
setNodeTable(value?: EntityTable): void;
|
|
1092
|
-
|
|
1093
|
-
hasEdgeTable(): boolean;
|
|
1094
|
-
clearEdgeTable(): void;
|
|
1095
|
-
getEdgeTable(): EntityTable | undefined;
|
|
1096
|
-
setEdgeTable(value?: EntityTable): void;
|
|
1097
|
-
|
|
1098
|
-
getIsNull(): boolean;
|
|
1099
|
-
setIsNull(value: boolean): void;
|
|
1100
|
-
|
|
1101
|
-
serializeBinary(): Uint8Array;
|
|
1102
|
-
toObject(includeInstance?: boolean): Path.AsObject;
|
|
1103
|
-
static toObject(includeInstance: boolean, msg: Path): Path.AsObject;
|
|
1104
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1105
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1106
|
-
static serializeBinaryToWriter(message: Path, writer: jspb.BinaryWriter): void;
|
|
1107
|
-
static deserializeBinary(bytes: Uint8Array): Path;
|
|
1108
|
-
static deserializeBinaryFromReader(message: Path, reader: jspb.BinaryReader): Path;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export namespace Path {
|
|
1112
|
-
export type AsObject = {
|
|
1113
|
-
nodeTable?: EntityTable.AsObject,
|
|
1114
|
-
edgeTable?: EntityTable.AsObject,
|
|
1115
|
-
isNull: boolean,
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
export class Table extends jspb.Message {
|
|
1120
|
-
getTableName(): string;
|
|
1121
|
-
setTableName(value: string): void;
|
|
1122
|
-
|
|
1123
|
-
clearHeadersList(): void;
|
|
1124
|
-
getHeadersList(): Array<Header>;
|
|
1125
|
-
setHeadersList(value: Array<Header>): void;
|
|
1126
|
-
addHeaders(value?: Header, index?: number): Header;
|
|
1127
|
-
|
|
1128
|
-
clearTableRowsList(): void;
|
|
1129
|
-
getTableRowsList(): Array<TableRow>;
|
|
1130
|
-
setTableRowsList(value: Array<TableRow>): void;
|
|
1131
|
-
addTableRows(value?: TableRow, index?: number): TableRow;
|
|
1132
|
-
|
|
1133
|
-
serializeBinary(): Uint8Array;
|
|
1134
|
-
toObject(includeInstance?: boolean): Table.AsObject;
|
|
1135
|
-
static toObject(includeInstance: boolean, msg: Table): Table.AsObject;
|
|
1136
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1137
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1138
|
-
static serializeBinaryToWriter(message: Table, writer: jspb.BinaryWriter): void;
|
|
1139
|
-
static deserializeBinary(bytes: Uint8Array): Table;
|
|
1140
|
-
static deserializeBinaryFromReader(message: Table, reader: jspb.BinaryReader): Table;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
export namespace Table {
|
|
1144
|
-
export type AsObject = {
|
|
1145
|
-
tableName: string,
|
|
1146
|
-
headersList: Array<Header.AsObject>,
|
|
1147
|
-
tableRowsList: Array<TableRow.AsObject>,
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
export class TableRow extends jspb.Message {
|
|
1152
|
-
clearValuesList(): void;
|
|
1153
|
-
getValuesList(): Array<Uint8Array | string>;
|
|
1154
|
-
getValuesList_asU8(): Array<Uint8Array>;
|
|
1155
|
-
getValuesList_asB64(): Array<string>;
|
|
1156
|
-
setValuesList(value: Array<Uint8Array | string>): void;
|
|
1157
|
-
addValues(value: Uint8Array | string, index?: number): Uint8Array | string;
|
|
1158
|
-
|
|
1159
|
-
serializeBinary(): Uint8Array;
|
|
1160
|
-
toObject(includeInstance?: boolean): TableRow.AsObject;
|
|
1161
|
-
static toObject(includeInstance: boolean, msg: TableRow): TableRow.AsObject;
|
|
1162
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1163
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1164
|
-
static serializeBinaryToWriter(message: TableRow, writer: jspb.BinaryWriter): void;
|
|
1165
|
-
static deserializeBinary(bytes: Uint8Array): TableRow;
|
|
1166
|
-
static deserializeBinaryFromReader(message: TableRow, reader: jspb.BinaryReader): TableRow;
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
export namespace TableRow {
|
|
1170
|
-
export type AsObject = {
|
|
1171
|
-
valuesList: Array<Uint8Array | string>,
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
export class EntityTable extends jspb.Message {
|
|
1176
|
-
clearSchemasList(): void;
|
|
1177
|
-
getSchemasList(): Array<Schema>;
|
|
1178
|
-
setSchemasList(value: Array<Schema>): void;
|
|
1179
|
-
addSchemas(value?: Schema, index?: number): Schema;
|
|
1180
|
-
|
|
1181
|
-
clearEntityRowsList(): void;
|
|
1182
|
-
getEntityRowsList(): Array<EntityRow>;
|
|
1183
|
-
setEntityRowsList(value: Array<EntityRow>): void;
|
|
1184
|
-
addEntityRows(value?: EntityRow, index?: number): EntityRow;
|
|
1185
|
-
|
|
1186
|
-
serializeBinary(): Uint8Array;
|
|
1187
|
-
toObject(includeInstance?: boolean): EntityTable.AsObject;
|
|
1188
|
-
static toObject(includeInstance: boolean, msg: EntityTable): EntityTable.AsObject;
|
|
1189
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1190
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1191
|
-
static serializeBinaryToWriter(message: EntityTable, writer: jspb.BinaryWriter): void;
|
|
1192
|
-
static deserializeBinary(bytes: Uint8Array): EntityTable;
|
|
1193
|
-
static deserializeBinaryFromReader(message: EntityTable, reader: jspb.BinaryReader): EntityTable;
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
export namespace EntityTable {
|
|
1197
|
-
export type AsObject = {
|
|
1198
|
-
schemasList: Array<Schema.AsObject>,
|
|
1199
|
-
entityRowsList: Array<EntityRow.AsObject>,
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
export class EntityRow extends jspb.Message {
|
|
1204
|
-
getUuid(): string;
|
|
1205
|
-
setUuid(value: string): void;
|
|
1206
|
-
|
|
1207
|
-
getId(): string;
|
|
1208
|
-
setId(value: string): void;
|
|
1209
|
-
|
|
1210
|
-
getSchemaName(): string;
|
|
1211
|
-
setSchemaName(value: string): void;
|
|
1212
|
-
|
|
1213
|
-
getFromUuid(): string;
|
|
1214
|
-
setFromUuid(value: string): void;
|
|
1215
|
-
|
|
1216
|
-
getToUuid(): string;
|
|
1217
|
-
setToUuid(value: string): void;
|
|
1218
|
-
|
|
1219
|
-
getFromId(): string;
|
|
1220
|
-
setFromId(value: string): void;
|
|
1221
|
-
|
|
1222
|
-
getToId(): string;
|
|
1223
|
-
setToId(value: string): void;
|
|
1224
|
-
|
|
1225
|
-
clearValuesList(): void;
|
|
1226
|
-
getValuesList(): Array<Uint8Array | string>;
|
|
1227
|
-
getValuesList_asU8(): Array<Uint8Array>;
|
|
1228
|
-
getValuesList_asB64(): Array<string>;
|
|
1229
|
-
setValuesList(value: Array<Uint8Array | string>): void;
|
|
1230
|
-
addValues(value: Uint8Array | string, index?: number): Uint8Array | string;
|
|
1231
|
-
|
|
1232
|
-
getIsNull(): boolean;
|
|
1233
|
-
setIsNull(value: boolean): void;
|
|
1234
|
-
|
|
1235
|
-
getSchemaId(): number;
|
|
1236
|
-
setSchemaId(value: number): void;
|
|
1237
|
-
|
|
1238
|
-
getFromSchemaId(): number;
|
|
1239
|
-
setFromSchemaId(value: number): void;
|
|
1240
|
-
|
|
1241
|
-
getToSchemaId(): number;
|
|
1242
|
-
setToSchemaId(value: number): void;
|
|
1243
|
-
|
|
1244
|
-
serializeBinary(): Uint8Array;
|
|
1245
|
-
toObject(includeInstance?: boolean): EntityRow.AsObject;
|
|
1246
|
-
static toObject(includeInstance: boolean, msg: EntityRow): EntityRow.AsObject;
|
|
1247
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1248
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1249
|
-
static serializeBinaryToWriter(message: EntityRow, writer: jspb.BinaryWriter): void;
|
|
1250
|
-
static deserializeBinary(bytes: Uint8Array): EntityRow;
|
|
1251
|
-
static deserializeBinaryFromReader(message: EntityRow, reader: jspb.BinaryReader): EntityRow;
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
export namespace EntityRow {
|
|
1255
|
-
export type AsObject = {
|
|
1256
|
-
uuid: string,
|
|
1257
|
-
id: string,
|
|
1258
|
-
schemaName: string,
|
|
1259
|
-
fromUuid: string,
|
|
1260
|
-
toUuid: string,
|
|
1261
|
-
fromId: string,
|
|
1262
|
-
toId: string,
|
|
1263
|
-
valuesList: Array<Uint8Array | string>,
|
|
1264
|
-
isNull: boolean,
|
|
1265
|
-
schemaId: number,
|
|
1266
|
-
fromSchemaId: number,
|
|
1267
|
-
toSchemaId: number,
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
export class Schema extends jspb.Message {
|
|
1272
|
-
getSchemaName(): string;
|
|
1273
|
-
setSchemaName(value: string): void;
|
|
1274
|
-
|
|
1275
|
-
clearPropertiesList(): void;
|
|
1276
|
-
getPropertiesList(): Array<Property>;
|
|
1277
|
-
setPropertiesList(value: Array<Property>): void;
|
|
1278
|
-
addProperties(value?: Property, index?: number): Property;
|
|
1279
|
-
|
|
1280
|
-
getSchemaId(): number;
|
|
1281
|
-
setSchemaId(value: number): void;
|
|
1282
|
-
|
|
1283
|
-
serializeBinary(): Uint8Array;
|
|
1284
|
-
toObject(includeInstance?: boolean): Schema.AsObject;
|
|
1285
|
-
static toObject(includeInstance: boolean, msg: Schema): Schema.AsObject;
|
|
1286
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1287
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1288
|
-
static serializeBinaryToWriter(message: Schema, writer: jspb.BinaryWriter): void;
|
|
1289
|
-
static deserializeBinary(bytes: Uint8Array): Schema;
|
|
1290
|
-
static deserializeBinaryFromReader(message: Schema, reader: jspb.BinaryReader): Schema;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
export namespace Schema {
|
|
1294
|
-
export type AsObject = {
|
|
1295
|
-
schemaName: string,
|
|
1296
|
-
propertiesList: Array<Property.AsObject>,
|
|
1297
|
-
schemaId: number,
|
|
1298
|
-
}
|
|
1299
|
-
}
|
|
1300
|
-
|
|
1301
|
-
export class Property extends jspb.Message {
|
|
1302
|
-
getPropertyName(): string;
|
|
1303
|
-
setPropertyName(value: string): void;
|
|
1304
|
-
|
|
1305
|
-
getPropertyType(): PropertyTypeMap[keyof PropertyTypeMap];
|
|
1306
|
-
setPropertyType(value: PropertyTypeMap[keyof PropertyTypeMap]): void;
|
|
1307
|
-
|
|
1308
|
-
clearSubTypesList(): void;
|
|
1309
|
-
getSubTypesList(): Array<PropertyTypeMap[keyof PropertyTypeMap]>;
|
|
1310
|
-
setSubTypesList(value: Array<PropertyTypeMap[keyof PropertyTypeMap]>): void;
|
|
1311
|
-
addSubTypes(value: PropertyTypeMap[keyof PropertyTypeMap], index?: number): PropertyTypeMap[keyof PropertyTypeMap];
|
|
1312
|
-
|
|
1313
|
-
getPropertyId(): number;
|
|
1314
|
-
setPropertyId(value: number): void;
|
|
1315
|
-
|
|
1316
|
-
serializeBinary(): Uint8Array;
|
|
1317
|
-
toObject(includeInstance?: boolean): Property.AsObject;
|
|
1318
|
-
static toObject(includeInstance: boolean, msg: Property): Property.AsObject;
|
|
1319
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1320
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1321
|
-
static serializeBinaryToWriter(message: Property, writer: jspb.BinaryWriter): void;
|
|
1322
|
-
static deserializeBinary(bytes: Uint8Array): Property;
|
|
1323
|
-
static deserializeBinaryFromReader(message: Property, reader: jspb.BinaryReader): Property;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
export namespace Property {
|
|
1327
|
-
export type AsObject = {
|
|
1328
|
-
propertyName: string,
|
|
1329
|
-
propertyType: PropertyTypeMap[keyof PropertyTypeMap],
|
|
1330
|
-
subTypesList: Array<PropertyTypeMap[keyof PropertyTypeMap]>,
|
|
1331
|
-
propertyId: number,
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
export class Header extends jspb.Message {
|
|
1336
|
-
getPropertyName(): string;
|
|
1337
|
-
setPropertyName(value: string): void;
|
|
1338
|
-
|
|
1339
|
-
getPropertyType(): PropertyTypeMap[keyof PropertyTypeMap];
|
|
1340
|
-
setPropertyType(value: PropertyTypeMap[keyof PropertyTypeMap]): void;
|
|
1341
|
-
|
|
1342
|
-
serializeBinary(): Uint8Array;
|
|
1343
|
-
toObject(includeInstance?: boolean): Header.AsObject;
|
|
1344
|
-
static toObject(includeInstance: boolean, msg: Header): Header.AsObject;
|
|
1345
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1346
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1347
|
-
static serializeBinaryToWriter(message: Header, writer: jspb.BinaryWriter): void;
|
|
1348
|
-
static deserializeBinary(bytes: Uint8Array): Header;
|
|
1349
|
-
static deserializeBinaryFromReader(message: Header, reader: jspb.BinaryReader): Header;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
export namespace Header {
|
|
1353
|
-
export type AsObject = {
|
|
1354
|
-
propertyName: string,
|
|
1355
|
-
propertyType: PropertyTypeMap[keyof PropertyTypeMap],
|
|
1356
|
-
}
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
export class Value extends jspb.Message {
|
|
1360
|
-
getKey(): string;
|
|
1361
|
-
setKey(value: string): void;
|
|
1362
|
-
|
|
1363
|
-
getValue(): string;
|
|
1364
|
-
setValue(value: string): void;
|
|
1365
|
-
|
|
1366
|
-
serializeBinary(): Uint8Array;
|
|
1367
|
-
toObject(includeInstance?: boolean): Value.AsObject;
|
|
1368
|
-
static toObject(includeInstance: boolean, msg: Value): Value.AsObject;
|
|
1369
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1370
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1371
|
-
static serializeBinaryToWriter(message: Value, writer: jspb.BinaryWriter): void;
|
|
1372
|
-
static deserializeBinary(bytes: Uint8Array): Value;
|
|
1373
|
-
static deserializeBinaryFromReader(message: Value, reader: jspb.BinaryReader): Value;
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
export namespace Value {
|
|
1377
|
-
export type AsObject = {
|
|
1378
|
-
key: string,
|
|
1379
|
-
value: string,
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
export class ListData extends jspb.Message {
|
|
1384
|
-
clearValuesList(): void;
|
|
1385
|
-
getValuesList(): Array<Uint8Array | string>;
|
|
1386
|
-
getValuesList_asU8(): Array<Uint8Array>;
|
|
1387
|
-
getValuesList_asB64(): Array<string>;
|
|
1388
|
-
setValuesList(value: Array<Uint8Array | string>): void;
|
|
1389
|
-
addValues(value: Uint8Array | string, index?: number): Uint8Array | string;
|
|
1390
|
-
|
|
1391
|
-
getIsNull(): boolean;
|
|
1392
|
-
setIsNull(value: boolean): void;
|
|
1393
|
-
|
|
1394
|
-
serializeBinary(): Uint8Array;
|
|
1395
|
-
toObject(includeInstance?: boolean): ListData.AsObject;
|
|
1396
|
-
static toObject(includeInstance: boolean, msg: ListData): ListData.AsObject;
|
|
1397
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1398
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1399
|
-
static serializeBinaryToWriter(message: ListData, writer: jspb.BinaryWriter): void;
|
|
1400
|
-
static deserializeBinary(bytes: Uint8Array): ListData;
|
|
1401
|
-
static deserializeBinaryFromReader(message: ListData, reader: jspb.BinaryReader): ListData;
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
export namespace ListData {
|
|
1405
|
-
export type AsObject = {
|
|
1406
|
-
valuesList: Array<Uint8Array | string>,
|
|
1407
|
-
isNull: boolean,
|
|
1408
|
-
}
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
export class SetData extends jspb.Message {
|
|
1412
|
-
clearValuesList(): void;
|
|
1413
|
-
getValuesList(): Array<Uint8Array | string>;
|
|
1414
|
-
getValuesList_asU8(): Array<Uint8Array>;
|
|
1415
|
-
getValuesList_asB64(): Array<string>;
|
|
1416
|
-
setValuesList(value: Array<Uint8Array | string>): void;
|
|
1417
|
-
addValues(value: Uint8Array | string, index?: number): Uint8Array | string;
|
|
1418
|
-
|
|
1419
|
-
getIsNull(): boolean;
|
|
1420
|
-
setIsNull(value: boolean): void;
|
|
1421
|
-
|
|
1422
|
-
serializeBinary(): Uint8Array;
|
|
1423
|
-
toObject(includeInstance?: boolean): SetData.AsObject;
|
|
1424
|
-
static toObject(includeInstance: boolean, msg: SetData): SetData.AsObject;
|
|
1425
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1426
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1427
|
-
static serializeBinaryToWriter(message: SetData, writer: jspb.BinaryWriter): void;
|
|
1428
|
-
static deserializeBinary(bytes: Uint8Array): SetData;
|
|
1429
|
-
static deserializeBinaryFromReader(message: SetData, reader: jspb.BinaryReader): SetData;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
export namespace SetData {
|
|
1433
|
-
export type AsObject = {
|
|
1434
|
-
valuesList: Array<Uint8Array | string>,
|
|
1435
|
-
isNull: boolean,
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
export class MapValue extends jspb.Message {
|
|
1440
|
-
getKey(): Uint8Array | string;
|
|
1441
|
-
getKey_asU8(): Uint8Array;
|
|
1442
|
-
getKey_asB64(): string;
|
|
1443
|
-
setKey(value: Uint8Array | string): void;
|
|
1444
|
-
|
|
1445
|
-
getValue(): Uint8Array | string;
|
|
1446
|
-
getValue_asU8(): Uint8Array;
|
|
1447
|
-
getValue_asB64(): string;
|
|
1448
|
-
setValue(value: Uint8Array | string): void;
|
|
1449
|
-
|
|
1450
|
-
serializeBinary(): Uint8Array;
|
|
1451
|
-
toObject(includeInstance?: boolean): MapValue.AsObject;
|
|
1452
|
-
static toObject(includeInstance: boolean, msg: MapValue): MapValue.AsObject;
|
|
1453
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1454
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1455
|
-
static serializeBinaryToWriter(message: MapValue, writer: jspb.BinaryWriter): void;
|
|
1456
|
-
static deserializeBinary(bytes: Uint8Array): MapValue;
|
|
1457
|
-
static deserializeBinaryFromReader(message: MapValue, reader: jspb.BinaryReader): MapValue;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
export namespace MapValue {
|
|
1461
|
-
export type AsObject = {
|
|
1462
|
-
key: Uint8Array | string,
|
|
1463
|
-
value: Uint8Array | string,
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
export class MapData extends jspb.Message {
|
|
1468
|
-
clearValuesList(): void;
|
|
1469
|
-
getValuesList(): Array<MapValue>;
|
|
1470
|
-
setValuesList(value: Array<MapValue>): void;
|
|
1471
|
-
addValues(value?: MapValue, index?: number): MapValue;
|
|
1472
|
-
|
|
1473
|
-
getIsNull(): boolean;
|
|
1474
|
-
setIsNull(value: boolean): void;
|
|
1475
|
-
|
|
1476
|
-
serializeBinary(): Uint8Array;
|
|
1477
|
-
toObject(includeInstance?: boolean): MapData.AsObject;
|
|
1478
|
-
static toObject(includeInstance: boolean, msg: MapData): MapData.AsObject;
|
|
1479
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1480
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1481
|
-
static serializeBinaryToWriter(message: MapData, writer: jspb.BinaryWriter): void;
|
|
1482
|
-
static deserializeBinary(bytes: Uint8Array): MapData;
|
|
1483
|
-
static deserializeBinaryFromReader(message: MapData, reader: jspb.BinaryReader): MapData;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
export namespace MapData {
|
|
1487
|
-
export type AsObject = {
|
|
1488
|
-
valuesList: Array<MapValue.AsObject>,
|
|
1489
|
-
isNull: boolean,
|
|
1490
|
-
}
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
export class ExplainPlan extends jspb.Message {
|
|
1494
|
-
clearPlanNodesList(): void;
|
|
1495
|
-
getPlanNodesList(): Array<PlanNode>;
|
|
1496
|
-
setPlanNodesList(value: Array<PlanNode>): void;
|
|
1497
|
-
addPlanNodes(value?: PlanNode, index?: number): PlanNode;
|
|
1498
|
-
|
|
1499
|
-
serializeBinary(): Uint8Array;
|
|
1500
|
-
toObject(includeInstance?: boolean): ExplainPlan.AsObject;
|
|
1501
|
-
static toObject(includeInstance: boolean, msg: ExplainPlan): ExplainPlan.AsObject;
|
|
1502
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1503
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1504
|
-
static serializeBinaryToWriter(message: ExplainPlan, writer: jspb.BinaryWriter): void;
|
|
1505
|
-
static deserializeBinary(bytes: Uint8Array): ExplainPlan;
|
|
1506
|
-
static deserializeBinaryFromReader(message: ExplainPlan, reader: jspb.BinaryReader): ExplainPlan;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
export namespace ExplainPlan {
|
|
1510
|
-
export type AsObject = {
|
|
1511
|
-
planNodesList: Array<PlanNode.AsObject>,
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
export class PlanNode extends jspb.Message {
|
|
1516
|
-
getAlias(): string;
|
|
1517
|
-
setAlias(value: string): void;
|
|
1518
|
-
|
|
1519
|
-
getChildrenNum(): number;
|
|
1520
|
-
setChildrenNum(value: number): void;
|
|
1521
|
-
|
|
1522
|
-
getQueryText(): string;
|
|
1523
|
-
setQueryText(value: string): void;
|
|
1524
|
-
|
|
1525
|
-
getInfos(): string;
|
|
1526
|
-
setInfos(value: string): void;
|
|
1527
|
-
|
|
1528
|
-
serializeBinary(): Uint8Array;
|
|
1529
|
-
toObject(includeInstance?: boolean): PlanNode.AsObject;
|
|
1530
|
-
static toObject(includeInstance: boolean, msg: PlanNode): PlanNode.AsObject;
|
|
1531
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1532
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1533
|
-
static serializeBinaryToWriter(message: PlanNode, writer: jspb.BinaryWriter): void;
|
|
1534
|
-
static deserializeBinary(bytes: Uint8Array): PlanNode;
|
|
1535
|
-
static deserializeBinaryFromReader(message: PlanNode, reader: jspb.BinaryReader): PlanNode;
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
export namespace PlanNode {
|
|
1539
|
-
export type AsObject = {
|
|
1540
|
-
alias: string,
|
|
1541
|
-
childrenNum: number,
|
|
1542
|
-
queryText: string,
|
|
1543
|
-
infos: string,
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
export class AuthenticateRequest extends jspb.Message {
|
|
1548
|
-
getType(): AuthenticateTypeMap[keyof AuthenticateTypeMap];
|
|
1549
|
-
setType(value: AuthenticateTypeMap[keyof AuthenticateTypeMap]): void;
|
|
1550
|
-
|
|
1551
|
-
getQueryText(): string;
|
|
1552
|
-
setQueryText(value: string): void;
|
|
1553
|
-
|
|
1554
|
-
serializeBinary(): Uint8Array;
|
|
1555
|
-
toObject(includeInstance?: boolean): AuthenticateRequest.AsObject;
|
|
1556
|
-
static toObject(includeInstance: boolean, msg: AuthenticateRequest): AuthenticateRequest.AsObject;
|
|
1557
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1558
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1559
|
-
static serializeBinaryToWriter(message: AuthenticateRequest, writer: jspb.BinaryWriter): void;
|
|
1560
|
-
static deserializeBinary(bytes: Uint8Array): AuthenticateRequest;
|
|
1561
|
-
static deserializeBinaryFromReader(message: AuthenticateRequest, reader: jspb.BinaryReader): AuthenticateRequest;
|
|
1562
|
-
}
|
|
1563
|
-
|
|
1564
|
-
export namespace AuthenticateRequest {
|
|
1565
|
-
export type AsObject = {
|
|
1566
|
-
type: AuthenticateTypeMap[keyof AuthenticateTypeMap],
|
|
1567
|
-
queryText: string,
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
export class AuthenticateReply extends jspb.Message {
|
|
1572
|
-
hasStatus(): boolean;
|
|
1573
|
-
clearStatus(): void;
|
|
1574
|
-
getStatus(): Status | undefined;
|
|
1575
|
-
setStatus(value?: Status): void;
|
|
1576
|
-
|
|
1577
|
-
serializeBinary(): Uint8Array;
|
|
1578
|
-
toObject(includeInstance?: boolean): AuthenticateReply.AsObject;
|
|
1579
|
-
static toObject(includeInstance: boolean, msg: AuthenticateReply): AuthenticateReply.AsObject;
|
|
1580
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1581
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1582
|
-
static serializeBinaryToWriter(message: AuthenticateReply, writer: jspb.BinaryWriter): void;
|
|
1583
|
-
static deserializeBinary(bytes: Uint8Array): AuthenticateReply;
|
|
1584
|
-
static deserializeBinaryFromReader(message: AuthenticateReply, reader: jspb.BinaryReader): AuthenticateReply;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
export namespace AuthenticateReply {
|
|
1588
|
-
export type AsObject = {
|
|
1589
|
-
status?: Status.AsObject,
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
export class MigrationData extends jspb.Message {
|
|
1594
|
-
getKey(): Uint8Array | string;
|
|
1595
|
-
getKey_asU8(): Uint8Array;
|
|
1596
|
-
getKey_asB64(): string;
|
|
1597
|
-
setKey(value: Uint8Array | string): void;
|
|
1598
|
-
|
|
1599
|
-
getValue(): Uint8Array | string;
|
|
1600
|
-
getValue_asU8(): Uint8Array;
|
|
1601
|
-
getValue_asB64(): string;
|
|
1602
|
-
setValue(value: Uint8Array | string): void;
|
|
1603
|
-
|
|
1604
|
-
serializeBinary(): Uint8Array;
|
|
1605
|
-
toObject(includeInstance?: boolean): MigrationData.AsObject;
|
|
1606
|
-
static toObject(includeInstance: boolean, msg: MigrationData): MigrationData.AsObject;
|
|
1607
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1608
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1609
|
-
static serializeBinaryToWriter(message: MigrationData, writer: jspb.BinaryWriter): void;
|
|
1610
|
-
static deserializeBinary(bytes: Uint8Array): MigrationData;
|
|
1611
|
-
static deserializeBinaryFromReader(message: MigrationData, reader: jspb.BinaryReader): MigrationData;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
export namespace MigrationData {
|
|
1615
|
-
export type AsObject = {
|
|
1616
|
-
key: Uint8Array | string,
|
|
1617
|
-
value: Uint8Array | string,
|
|
1618
|
-
}
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
export class MigrationDataArray extends jspb.Message {
|
|
1622
|
-
clearDatasList(): void;
|
|
1623
|
-
getDatasList(): Array<MigrationData>;
|
|
1624
|
-
setDatasList(value: Array<MigrationData>): void;
|
|
1625
|
-
addDatas(value?: MigrationData, index?: number): MigrationData;
|
|
1626
|
-
|
|
1627
|
-
serializeBinary(): Uint8Array;
|
|
1628
|
-
toObject(includeInstance?: boolean): MigrationDataArray.AsObject;
|
|
1629
|
-
static toObject(includeInstance: boolean, msg: MigrationDataArray): MigrationDataArray.AsObject;
|
|
1630
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1631
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1632
|
-
static serializeBinaryToWriter(message: MigrationDataArray, writer: jspb.BinaryWriter): void;
|
|
1633
|
-
static deserializeBinary(bytes: Uint8Array): MigrationDataArray;
|
|
1634
|
-
static deserializeBinaryFromReader(message: MigrationDataArray, reader: jspb.BinaryReader): MigrationDataArray;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
export namespace MigrationDataArray {
|
|
1638
|
-
export type AsObject = {
|
|
1639
|
-
datasList: Array<MigrationData.AsObject>,
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
export class GetLeaderRequest extends jspb.Message {
|
|
1644
|
-
getGraphName(): string;
|
|
1645
|
-
setGraphName(value: string): void;
|
|
1646
|
-
|
|
1647
|
-
serializeBinary(): Uint8Array;
|
|
1648
|
-
toObject(includeInstance?: boolean): GetLeaderRequest.AsObject;
|
|
1649
|
-
static toObject(includeInstance: boolean, msg: GetLeaderRequest): GetLeaderRequest.AsObject;
|
|
1650
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1651
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1652
|
-
static serializeBinaryToWriter(message: GetLeaderRequest, writer: jspb.BinaryWriter): void;
|
|
1653
|
-
static deserializeBinary(bytes: Uint8Array): GetLeaderRequest;
|
|
1654
|
-
static deserializeBinaryFromReader(message: GetLeaderRequest, reader: jspb.BinaryReader): GetLeaderRequest;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
export namespace GetLeaderRequest {
|
|
1658
|
-
export type AsObject = {
|
|
1659
|
-
graphName: string,
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
export class GetLeaderReply extends jspb.Message {
|
|
1664
|
-
hasStatus(): boolean;
|
|
1665
|
-
clearStatus(): void;
|
|
1666
|
-
getStatus(): Status | undefined;
|
|
1667
|
-
setStatus(value?: Status): void;
|
|
1668
|
-
|
|
1669
|
-
serializeBinary(): Uint8Array;
|
|
1670
|
-
toObject(includeInstance?: boolean): GetLeaderReply.AsObject;
|
|
1671
|
-
static toObject(includeInstance: boolean, msg: GetLeaderReply): GetLeaderReply.AsObject;
|
|
1672
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1673
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1674
|
-
static serializeBinaryToWriter(message: GetLeaderReply, writer: jspb.BinaryWriter): void;
|
|
1675
|
-
static deserializeBinary(bytes: Uint8Array): GetLeaderReply;
|
|
1676
|
-
static deserializeBinaryFromReader(message: GetLeaderReply, reader: jspb.BinaryReader): GetLeaderReply;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
export namespace GetLeaderReply {
|
|
1680
|
-
export type AsObject = {
|
|
1681
|
-
status?: Status.AsObject,
|
|
1682
|
-
}
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
export interface QueryTypeMap {
|
|
1686
|
-
QUERY_UNSET: 0;
|
|
1687
|
-
UQL: 1;
|
|
1688
|
-
GQL: 2;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
export const QueryType: QueryTypeMap;
|
|
1692
|
-
|
|
1693
|
-
export interface ResultTypeMap {
|
|
1694
|
-
RESULT_TYPE_UNSET: 0;
|
|
1695
|
-
RESULT_TYPE_PATH: 1;
|
|
1696
|
-
RESULT_TYPE_NODE: 2;
|
|
1697
|
-
RESULT_TYPE_EDGE: 3;
|
|
1698
|
-
RESULT_TYPE_ATTR: 4;
|
|
1699
|
-
RESULT_TYPE_TABLE: 5;
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
export const ResultType: ResultTypeMap;
|
|
1703
|
-
|
|
1704
|
-
export interface InsertTypeMap {
|
|
1705
|
-
NORMAL: 0;
|
|
1706
|
-
OVERWRITE: 1;
|
|
1707
|
-
UPSERT: 2;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
export const InsertType: InsertTypeMap;
|
|
1711
|
-
|
|
1712
|
-
export interface PropertyTypeMap {
|
|
1713
|
-
UNSET: 0;
|
|
1714
|
-
INT32: 1;
|
|
1715
|
-
UINT32: 2;
|
|
1716
|
-
INT64: 3;
|
|
1717
|
-
UINT64: 4;
|
|
1718
|
-
FLOAT: 5;
|
|
1719
|
-
DOUBLE: 6;
|
|
1720
|
-
STRING: 7;
|
|
1721
|
-
DATETIME: 8;
|
|
1722
|
-
TIMESTAMP: 9;
|
|
1723
|
-
TEXT: 10;
|
|
1724
|
-
BLOB: 11;
|
|
1725
|
-
POINT: 12;
|
|
1726
|
-
DECIMAL: 13;
|
|
1727
|
-
LIST: 14;
|
|
1728
|
-
SET: 15;
|
|
1729
|
-
MAP: 16;
|
|
1730
|
-
NULL_: 17;
|
|
1731
|
-
BOOL: 18;
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
export const PropertyType: PropertyTypeMap;
|
|
1735
|
-
|
|
1736
|
-
export interface ErrorCodeMap {
|
|
1737
|
-
SUCCESS: 0;
|
|
1738
|
-
FAILED: 1;
|
|
1739
|
-
PARAM_ERROR: 2;
|
|
1740
|
-
BASE_DB_ERROR: 3;
|
|
1741
|
-
ENGINE_ERROR: 4;
|
|
1742
|
-
SYSTEM_ERROR: 5;
|
|
1743
|
-
SYNTAX_ERROR: 6;
|
|
1744
|
-
PERMISSION_DENIED: 7;
|
|
1745
|
-
DUPLICATE_ID: 8;
|
|
1746
|
-
RAFT_REDIRECT: 10001;
|
|
1747
|
-
RAFT_LEADER_NOT_YET_ELECTED: 10002;
|
|
1748
|
-
RAFT_LOG_ERROR: 10003;
|
|
1749
|
-
NOT_RAFT_MODE: 10004;
|
|
1750
|
-
RAFT_NO_AVAILABLE_FOLLOWERS: 10005;
|
|
1751
|
-
RAFT_NO_AVAILABLE_ALGO_SERVERS: 10006;
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
export const ErrorCode: ErrorCodeMap;
|
|
1755
|
-
|
|
1756
|
-
export interface FollowerRoleMap {
|
|
1757
|
-
ROLE_UNSET: 0;
|
|
1758
|
-
ROLE_READABLE: 1;
|
|
1759
|
-
ROLE_ALGO_EXECUTABLE: 2;
|
|
1760
|
-
ROLE_LEARNER: 4;
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
export const FollowerRole: FollowerRoleMap;
|
|
1764
|
-
|
|
1765
|
-
export interface ServerStatusMap {
|
|
1766
|
-
SERVER_STATUS_UNSET: 0;
|
|
1767
|
-
ALIVE: 1;
|
|
1768
|
-
DEAD: 2;
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
export const ServerStatus: ServerStatusMap;
|
|
1772
|
-
|
|
1773
|
-
export interface DBTypeMap {
|
|
1774
|
-
DBNODE: 0;
|
|
1775
|
-
DBEDGE: 1;
|
|
1776
|
-
DBGLOBAL: 2;
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
export const DBType: DBTypeMap;
|
|
1780
|
-
|
|
1781
|
-
export interface JOB_STATUSMap {
|
|
1782
|
-
JOB_PENDING: 0;
|
|
1783
|
-
JOB_COMPUTING: 1;
|
|
1784
|
-
JOB_WRITING: 2;
|
|
1785
|
-
JOB_DONE: 3;
|
|
1786
|
-
JOB_FAILED: 4;
|
|
1787
|
-
JOB_STOPPED: 5;
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
export const JOB_STATUS: JOB_STATUSMap;
|
|
1791
|
-
|
|
1792
|
-
export interface AuthenticateTypeMap {
|
|
1793
|
-
PERMISSION_TYPE_UNSET: 0;
|
|
1794
|
-
PERMISSION_TYPE_UQL: 1;
|
|
1795
|
-
PERMISSION_TYPE_GQL: 2;
|
|
1796
|
-
PERMISSION_TYPE_INSERTNODES: 3;
|
|
1797
|
-
PERMISSION_TYPE_INSERTEDGES: 4;
|
|
1798
|
-
PERMISSION_TYPE_EXPORT: 5;
|
|
1799
|
-
PERMISSION_TYPE_DOWNLOADFILE: 6;
|
|
1800
|
-
PERMISSION_TYPE_INSTALLALGO: 7;
|
|
1801
|
-
PERMISSION_TYPE_UNINSTALLALGO: 8;
|
|
1802
|
-
PERMISSION_TYPE_ROLLBACKALGO: 9;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
export const AuthenticateType: AuthenticateTypeMap;
|
|
1806
|
-
|