File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ network:
37
37
38
38
# ## Returns an overview over the Zeta engine cluster.
39
39
40
+ <details>
41
+ <summary><code>GET</code> <code><b>/hazelcast/rest/maps/overview</b></code> <code>(Returns an overview over the Zeta engine cluster.)</code></summary>
42
+
40
43
# ### Parameters
41
44
42
45
# ### Responses
@@ -55,6 +58,13 @@ network:
55
58
}
56
59
` ` `
57
60
61
+ If you use `dynamic-slot`, the `totalSlot` and `unassignedSlot` always be `0`.
62
+ If you set it to fix slot number, it will return the correct total and unassigned slot number
63
+
64
+ </details>
65
+
66
+ ------------------------------------------------------------------------------------------
67
+
58
68
# ## Returns an overview over all jobs and their current state.
59
69
60
70
<details>
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ network:
36
36
37
37
# ## 返回Zeta集群的概览
38
38
39
+ <details>
40
+ <summary><code>GET</code> <code><b>/hazelcast/rest/maps/overview</b></code> <code>(Returns an overview over the Zeta engine cluster.)</code></summary>
41
+
39
42
# ### 参数
40
43
41
44
# ### 响应
@@ -54,6 +57,13 @@ network:
54
57
}
55
58
` ` `
56
59
60
+ 当你使用`dynamic-slot`时, 返回结果中的`totalSlot`和`unassignedSlot`将始终为0.
61
+ 当你设置为固定的slot值时, 将正确返回集群中总共的slot数量以及未分配的slot数量.
62
+
63
+ </details>
64
+
65
+ ------------------------------------------------------------------------------------------
66
+
57
67
# ## 返回所有作业及其当前状态的概览。
58
68
59
69
<details>
You can’t perform that action at this time.
0 commit comments