Skip to content

Commit

Permalink
Update API reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHelm committed Nov 2, 2023
1 parent 41d3f0a commit 3a4bbfe
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ TIP: This document was generated from comments in the Go code in the api/ direct
* <<CacheSpec,CacheSpec>>
* <<CacheStatus,CacheStatus>>
* <<CapacityPolicyType,CapacityPolicyType>>
* <<ClientServerSocketEndpointConfig,ClientServerSocketEndpointConfig>>
* <<CollectionType,CollectionType>>
* <<CompactSerializationConfig,CompactSerializationConfig>>
* <<CronHotBackup,CronHotBackup>>
Expand Down Expand Up @@ -113,7 +112,6 @@ TIP: This document was generated from comments in the Go code in the api/ direct
* <<MapStoreConfig,MapStoreConfig>>
* <<MaxSizePolicyType,MaxSizePolicyType>>
* <<MemberAccess,MemberAccess>>
* <<MemberServerSocketEndpointConfig,MemberServerSocketEndpointConfig>>
* <<MultiMap,MultiMap>>
* <<MultiMapList,MultiMapList>>
* <<MultiMapSpec,MultiMapSpec>>
Expand Down Expand Up @@ -150,6 +148,7 @@ TIP: This document was generated from comments in the Go code in the api/ direct
* <<SerializationConfig,SerializationConfig>>
* <<SerializationFilterList,SerializationFilterList>>
* <<Serializer,Serializer>>
* <<ServerSocketEndpointConfig,ServerSocketEndpointConfig>>
* <<TLS,TLS>>
* <<Topic,Topic>>
* <<TopicList,TopicList>>
Expand Down Expand Up @@ -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 | &#160; m| <<MemberServerSocketEndpointConfig,MemberServerSocketEndpointConfig>> | false | -
m| memberServerSocketEndpointConfig | &#160; m| <<ServerSocketEndpointConfig,ServerSocketEndpointConfig>> | false | -
m| clientServerSocketEndpointConfig | &#160; m| <<ServerSocketEndpointConfig,ServerSocketEndpointConfig>> | false | -
m| wan | &#160; m| []<<WANConfig,WANConfig>> | false | -
|===

Expand Down Expand Up @@ -310,19 +310,6 @@ m| memberStatuses | Holds status of data structure for each Hazelcast member m|

<<Table of Contents,Back to TOC>>

=== ClientServerSocketEndpointConfig



[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| port | &#160; m| uint | false | -
m| interfaces | &#160; m| []string | false | -
|===

<<Table of Contents,Back to TOC>>

=== CompactSerializationConfig

CompactSerializationConfig is the configuration for the Hazelcast Compact serialization.
Expand Down Expand Up @@ -1292,18 +1279,6 @@ m| propertiesSecretName | Properties can be used for giving information to the M

<<Table of Contents,Back to TOC>>

=== MemberServerSocketEndpointConfig



[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| interfaces | &#160; m| []string | false | -
|===

<<Table of Contents,Back to TOC>>

=== MultiMap

MultiMap is the Schema for the multimaps API
Expand Down Expand Up @@ -1711,6 +1686,18 @@ m| className | Class name of the implementation of the serializer class. m| stri

<<Table of Contents,Back to TOC>>

=== ServerSocketEndpointConfig



[cols="4,8,4,2,4"options="header"]
|===
| Field | Description | Type | Required | Default
m| interfaces | &#160; m| []string | false | -
|===

<<Table of Contents,Back to TOC>>

=== TLS


Expand Down

0 comments on commit 3a4bbfe

Please sign in to comment.