Skip to content

Commit 4a65881

Browse files
committed
fixes to markdown files for Flare migration
1 parent 1c4b5ab commit 4a65881

9 files changed

+176
-262
lines changed

site/content/xap/12.3/admin/gigaspaces-browser-menus-and-buttons.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The **Help** menu provides the following options
158158

159159
The button toolbar allows you to perform maintenance operations on containers and spaces.
160160

161-
|Syntax|Description|
161+
|Button|Description|
162162
|:-----|:----------|
163163
| ![ping.gif](/attachment_files/ping.gif) | Pings the selected space |
164164
| ![clean_space.gif](/attachment_files/clean_space.gif) | Cleans the selected space |

site/content/xap/12.3/admin/gigaspaces-browser-tree-panel-and-configuration-panel.markdown

+9-27
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ The left hand panel of the Space Browser is the **Grid Tree**. This panel allows
1515
![IMG212.gif](/attachment_files/IMG212.gif)
1616
{{% /align %}}
1717

18-
{{%section%}}
19-
{{%column width="5%" %}}
20-
![cluster_node.gif](/attachment_files/cluster_node.gif)
21-
{{%/column%}}
22-
{{%column width="95%" %}}
23-
The **Grid Tree** shows the following main types of nodes:
24-
{{%/column%}}
25-
{{%/section%}}
18+
The **Grid Tree** shows the following main types of nodes.
2619

20+
|Icon|Description|
21+
|:-----|:----------|
22+
| ![space_network_view_icon.gif](/attachment_files/space_network_view_icon.gif) | Root of the Spaces grid tree. |
23+
| ![container.gif](/attachment_files/container.gif) | Space Container node. |
24+
| ![spaceTreeIcon.gif](/attachment_files/spaceTreeIcon.gif) | Space node. |
25+
| ![cluster_node.gif](/attachment_files/cluster_node.gif) | Cluster node. |
2726

2827
# Spaces Network View
2928

@@ -100,7 +99,7 @@ You can choose to refresh the Space Network view periodically. Select the desire
10099

101100
# Space Container Node
102101

103-
|![container.gif](/attachment_files/container.gif) | Right-clicking a space container node (invokes a context menu containing the following options:
102+
Right-clicking a Space container node invokes a context menu containing the following options:
104103

105104
{{% align center %}}
106105
![grid_tree_containerNodeSelected_6.5.jpg](/attachment_files/grid_tree_containerNodeSelected_6.5.jpg)
@@ -118,14 +117,7 @@ Selecting the space container node also makes available the three leftmost butto
118117

119118
{{% anchor spacenode %}}
120119

121-
{{%section%}}
122-
{{%column width="5%" %}}
123-
![spaceTreeIcon.gif](/attachment_files/spaceTreeIcon.gif)
124-
{{%/column%}}
125-
{{%column width="95%" %}}
126120
Space nodes represent a single space in the system.
127-
{{%/column%}}
128-
{{%/section%}}
129121

130122
**The space node has five possible views:**
131123

@@ -153,23 +145,13 @@ When a space node is selected, its configuration data is displayed in the **Serv
153145

154146
# Cluster Node
155147

156-
{{%section%}}
157-
{{%column width="5%" %}}
158-
![cluster_node.gif](/attachment_files/cluster_node.gif)
159-
{{%/column%}}
160-
{{%column width="95%" %}}
161-
162148
A cluster is a collection of spaces from one or more space containers. The cluster node in the **Grid Tree** represents a cluster of spaces.
163149

164150
{{% refer %}}
165151
For more details, refer to the [Cluster View](./cluster-view-gigaspaces-browser.html) section.
166152
{{%/refer%}}
167153

168-
{{%/column%}}
169-
{{%/section%}}
170-
171-
172-
# Service View panel
154+
# Service View Panel
173155

174156
The **Service View** panel takes up most of the Space Browser screen; it is located on the right of the **Grid Tree** panel. This panel shows configuration details for the node selected in the tree on the left, allowing you to edit some of them.
175157

site/content/xap/12.3/admin/the-runtime-environment.markdown

+42-63
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,29 @@ To start a Service Grid on a machine, launch the `gs-agent` utility located in t
1717
## Help
1818
Run gs-agent with `--help` or `-h` to see all available options:
1919

20-
{{% section %}}
21-
{{% column width="50%" %}}
22-
**Linux**
20+
{{%tabs%}}
21+
{{% tab Linux %}}
2322

2423
```bash
2524
./gs-agent.sh --help
2625
```
2726

28-
{{% /column %}}
29-
30-
{{% column width="45%" %}}
31-
**Windows**
27+
{{%/tab%}}
28+
{{% tab Windows %}}
3229

3330
```bash
3431
gs-agent --help
3532
```
3633

37-
{{% /column %}}
38-
{{% /section %}}
34+
{{% /tab %}}
35+
{{% /tabs %}}
3936

4037
## Manager
4138

4239
To start a single manager on the local machine (useful for dev and testing):
4340

44-
{{% section %}}
45-
{{% column width="50%" %}}
46-
**Linux**
41+
{{%tabs%}}
42+
{{% tab Linux %}}
4743

4844
```bash
4945
# Starts a local manager:
@@ -52,10 +48,8 @@ To start a single manager on the local machine (useful for dev and testing):
5248
./gs-agent.sh --manager-local --gsc=2
5349
```
5450

55-
{{% /column %}}
56-
57-
{{% column width="45%" %}}
58-
**Windows**
51+
{{%/tab%}}
52+
{{% tab Windows %}}
5953

6054
```bash
6155
REM Starts a local manager:
@@ -64,14 +58,13 @@ REM Starts a local manager and 2 GSCs:
6458
gs-agent --manager-local --gsc=2
6559
```
6660

67-
{{% /column %}}
68-
{{% /section %}}
61+
{{% /tab %}}
62+
{{% /tabs %}}
6963

7064
To start a highly-available cluster of managers on several hosts, run the following on each of the designated hosts:
7165

72-
{{% section %}}
73-
{{% column width="50%" %}}
74-
**Linux**
66+
{{%tabs%}}
67+
{{% tab Linux %}}
7568

7669
```bash
7770
# Starts a manager:
@@ -80,10 +73,8 @@ To start a highly-available cluster of managers on several hosts, run the follow
8073
./gs-agent.sh --manager --gsc=2
8174
```
8275

83-
{{% /column %}}
84-
85-
{{% column width="45%" %}}
86-
**Windows**
76+
{{%/tab%}}
77+
{{% tab Windows %}}
8778

8879
```bash
8980
REM Starts a manager:
@@ -92,18 +83,17 @@ REM Starts a manager and 2 GSCs:
9283
gs-agent --manager --gsc=2
9384
```
9485

95-
{{% /column %}}
96-
{{% /section %}}
86+
{{% /tab %}}
87+
{{% /tabs %}}
9788

9889
(Note that you also need to configure the `XAP_MANAGER_SERVERS` to the list of designated manager servers)
9990

10091
## Without Manager
10192

10293
If you cannot use the manager for some reason, but you still want high-availability, you can pick a couple of hosts to serve for management, and start a LUS and GSM on them:
10394

104-
{{% section %}}
105-
{{% column width="50%" %}}
106-
**Linux**
95+
{{%tabs%}}
96+
{{% tab Linux %}}
10797

10898
```bash
10999
# Starts a LUS and GSM:
@@ -112,10 +102,8 @@ If you cannot use the manager for some reason, but you still want high-availabil
112102
./gs-agent.sh --lus --gsm --gsc=2
113103
```
114104

115-
{{% /column %}}
116-
117-
{{% column width="45%" %}}
118-
**Windows**
105+
{{%/tab%}}
106+
{{% tab Windows %}}
119107

120108
```bash
121109
REM Starts a LUS and GSM:
@@ -124,54 +112,48 @@ REM Starts a LUS, GSM and 2 GSCs:
124112
gs-agent --lus --gsm --gsc=2
125113
```
126114

127-
{{% /column %}}
128-
{{% /section %}}
115+
{{% /tab %}}
116+
{{% /tabs %}}
129117

130118
Alternatively, if your environment supports multicast and you prefer a more dynamic approach, you can use the `global` prefix to indicate that GSMs and LUSs will be automatically started and managed by the collective of gs-agents, instead of explicitly on a specific hosts. For example, to start 2 Global GSM and LUS accross a set of hosts, as well as 2 GSCs on each host:
131119

132-
{{% section %}}
133-
{{% column width="50%" %}}
134-
**Linux**
120+
{{%tabs%}}
121+
{{% tab Linux %}}
135122

136123
```bash
137124
# Starts a LUS, GSM and 2 GSCs:
138125
./gs-agent.sh --global.lus=2 --global.gsm=2 --gsc=2
139126
```
140127

141-
{{% /column %}}
142-
143-
{{% column width="45%" %}}
144-
**Windows**
128+
{{%/tab%}}
129+
{{% tab Windows %}}
145130

146131
```bash
147132
REM Starts a LUS, GSM and 2 GSCs:
148133
gs-agent --global.lus=2 --global.gsm=2 --gsc=2
149134
```
150135

151-
{{% /column %}}
152-
{{% /section %}}
136+
{{% /tab %}}
137+
{{% /tabs %}}
153138

154139
In fact, since this configuration is convenient for new users, it is also the default - running `gs-agent` without any arguments would produce the same effect. If you wish to disable it and start without any components, run gs-agent with `--zero-defaults` or `-z`. This can be useful if you're planning to use the manager's RESTful API from another host to add/remove containers.
155140

156-
{{% section %}}
157-
{{% column width="50%" %}}
158-
**Linux**
141+
{{%tabs%}}
142+
{{% tab Linux %}}
159143

160144
```bash
161145
./gs-agent.sh -z
162146
```
163147

164-
{{% /column %}}
165-
166-
{{% column width="45%" %}}
167-
**Windows**
148+
{{%/tab%}}
149+
{{% tab Windows %}}
168150

169151
```bash
170152
gs-agent -z
171153
```
172154

173-
{{% /column %}}
174-
{{% /section %}}
155+
{{% /tab %}}
156+
{{% /tabs %}}
175157

176158
# Configuration
177159

@@ -187,9 +169,8 @@ The component-specific configuration override the system-wide configuration.
187169

188170
For example:
189171

190-
{{% section %}}
191-
{{% column width="50%" %}}
192-
**Linux**
172+
{{%tabs%}}
173+
{{% tab Linux %}}
193174

194175
```bash
195176
export XAP_GSA_OPTIONS=-Xmx256m
@@ -200,10 +181,8 @@ export XAP_LUS_OPTIONS=-Xmx1g
200181
./gs-agent.sh
201182
```
202183

203-
{{% /column %}}
204-
205-
{{% column width="45%" %}}
206-
**Windows**
184+
{{%/tab%}}
185+
{{% tab Windows %}}
207186

208187
```bash
209188
set XAP_GSA_OPTIONS=-Xmx256m
@@ -214,8 +193,8 @@ set XAP_LUS_OPTIONS=-Xmx1g
214193
call gs-agent.bat
215194
```
216195

217-
{{% /column %}}
218-
{{% /section %}}
196+
{{% /tab %}}
197+
{{% /tabs %}}
219198

220199
# Customizing GSA Components
221200

site/content/xap/12.3/dev-dotnet/interoperability-of-user-defined-objects.markdown

+6-12
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ Properties mapping: when defining interoperability of properties the names of th
2222

2323
For the purpose of explaining the subject we'll look at a Person class (a deep class)
2424

25-
26-
27-
{{%section%}}
28-
{{%column width="50%" %}}
29-
**C#**
25+
{{%tabs%}}
26+
{{% tab "C#" %}}
3027

3128
```csharp
3229
using GigaSpaces.Core.Metadata;
@@ -69,11 +66,8 @@ namespace MyCompany.MyProject.Entities
6966
}
7067
```
7168

72-
{{%/column%}}
73-
74-
{{%column width="50%" %}}
75-
**Java**
76-
69+
{{%/tab%}}
70+
{{% tab Java %}}
7771

7872
```java
7973
package com.mycompany.myproject.entities;
@@ -99,7 +93,7 @@ public class Address
9993
}
10094
```
10195

102-
{{%/column%}}
103-
{{%/section%}}
96+
{{% /tab %}}
97+
{{% /tabs %}}
10498

10599

site/content/xap/12.3/dev-dotnet/interoperability.markdown

+6-9
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ XAP supports easy and efficient communication and access across projects that in
1212

1313
# Designing Interoperable Classes
1414

15-
{{%section%}}
16-
{{%column width="50%" %}}
17-
C#
15+
{{%tabs%}}
16+
{{% tab "C#" %}}
1817

1918
```csharp
2019
using GigaSpaces.Core.Metadata;
@@ -35,10 +34,8 @@ namespace MyCompany.MyProject.Entities
3534
}
3635
```
3736

38-
{{%/column%}}
39-
40-
{{%column width="50%" %}}
41-
Java
37+
{{%/tab%}}
38+
{{% tab Java %}}
4239

4340
```java
4441
package com.mycompany.myproject.entities;
@@ -60,8 +57,8 @@ package com.mycompany.myproject.entities;
6057
}
6158
```
6259

63-
{{%/column%}}
64-
{{%/section%}}
60+
{{% /tab %}}
61+
{{% /tabs %}}
6562

6663
## Guidelines and Restrictions
6764

site/content/xap/12.3/dev-java/jpa-api-overview.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ em.close();
364364
emf.close();
365365
```
366366

367-
**JOIN support for one to many relationship (Owner --> List<Pet>)**
367+
**JOIN support for one to many relationship (Owner --> List&lt;Pet&gt;)**
368368

369369

370370
```java

0 commit comments

Comments
 (0)