From 3a4bbfe44550c89302d96622c36bcfc9c1278b06 Mon Sep 17 00:00:00 2001 From: devOpsHelm Date: Thu, 2 Nov 2023 16:36:52 +0000 Subject: [PATCH] Update API reference doc --- docs/modules/ROOT/pages/api-ref.adoc | 43 ++++++++++------------------ 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/docs/modules/ROOT/pages/api-ref.adoc b/docs/modules/ROOT/pages/api-ref.adoc index 5b3a215e..5e07d495 100644 --- a/docs/modules/ROOT/pages/api-ref.adoc +++ b/docs/modules/ROOT/pages/api-ref.adoc @@ -25,7 +25,6 @@ TIP: This document was generated from comments in the Go code in the api/ direct * <> * <> * <> -* <> * <> * <> * <> @@ -113,7 +112,6 @@ TIP: This document was generated from comments in the Go code in the api/ direct * <> * <> * <> -* <> * <> * <> * <> @@ -150,6 +148,7 @@ TIP: This document was generated from comments in the Go code in the api/ direct * <> * <> * <> +* <> * <> * <> * <> @@ -185,7 +184,8 @@ m| timeout | Timeout represents the time in milliseconds the source cluster wait [cols="4,8,4,2,4"options="header"] |=== | Field | Description | Type | Required | Default -m| memberServerSocketEndpointConfig |   m| <> | false | - +m| memberServerSocketEndpointConfig |   m| <> | false | - +m| clientServerSocketEndpointConfig |   m| <> | false | - m| wan |   m| []<> | false | - |=== @@ -310,19 +310,6 @@ m| memberStatuses | Holds status of data structure for each Hazelcast member m| <> -=== ClientServerSocketEndpointConfig - - - -[cols="4,8,4,2,4"options="header"] -|=== -| Field | Description | Type | Required | Default -m| port |   m| uint | false | - -m| interfaces |   m| []string | false | - -|=== - -<
> - === CompactSerializationConfig CompactSerializationConfig is the configuration for the Hazelcast Compact serialization. @@ -1292,18 +1279,6 @@ m| propertiesSecretName | Properties can be used for giving information to the M <
> -=== MemberServerSocketEndpointConfig - - - -[cols="4,8,4,2,4"options="header"] -|=== -| Field | Description | Type | Required | Default -m| interfaces |   m| []string | false | - -|=== - -<
> - === MultiMap MultiMap is the Schema for the multimaps API @@ -1711,6 +1686,18 @@ m| className | Class name of the implementation of the serializer class. m| stri <
> +=== ServerSocketEndpointConfig + + + +[cols="4,8,4,2,4"options="header"] +|=== +| Field | Description | Type | Required | Default +m| interfaces |   m| []string | false | - +|=== + +<
> + === TLS