diff --git a/docs/modules/ROOT/pages/api-ref.adoc b/docs/modules/ROOT/pages/api-ref.adoc index 3ec6a285..063ad16e 100644 --- a/docs/modules/ROOT/pages/api-ref.adoc +++ b/docs/modules/ROOT/pages/api-ref.adoc @@ -20,6 +20,7 @@ TIP: This document was generated from comments in the Go code in the api/ direct * <> * <> * <> +* <> * <> * <> * <> @@ -273,6 +274,25 @@ m| secret | secret is a deprecated alias for secretName. m| string | false | - <> +=== CPSubsystem + +CPSubsystem contains the configuration of a component of a Hazelcast that builds a strongly consistent layer for a set of distributed data structures + +[cols="4,8,4,2,4"options="header"] +|=== +| Field | Description | Type | Required | Default +m| memberCount | MemberCount is the number of CP members to initialize the CP Subsystem. m| int32 | true | - +m| groupSize | GroupSize is the number of CP members to participate in each CP group. Allowed values are 3, 5, and 7. m| *int32 | false | - +m| sessionTTLSeconds | SessionTTLSeconds is the duration for a CP session to be kept alive after the last received heartbeat. Must be greater than or equal to SessionTTLSeconds. m| *int32 | false | - +m| sessionHeartbeatIntervalSeconds | SessionHeartbeatIntervalSeconds Interval in seconds for the periodically committed CP session heartbeats. Must be greater than or equal to SessionTTLSeconds. m| *int32 | false | - +m| missingCpMemberAutoRemovalSeconds | MissingCpMemberAutoRemovalSeconds is the duration in seconds to wait before automatically removing a missing CP member from the CP Subsystem. m| *int32 | false | - +m| failOnIndeterminateOperationState | FailOnIndeterminateOperationState indicated whether CP Subsystem operations use at-least-once and at-most-once execution guarantees. m| *bool | false | - +m| dataLoadTimeoutSeconds | DataLoadTimeoutSeconds is the timeout duration in seconds for CP members to restore their persisted data from disk m| *int32 | false | - +m| pvc | PVC is the configuration of PersistenceVolumeClaim. m| *<> | false | - +|=== + +<
> + === Cache Cache is the Schema for the caches API @@ -741,6 +761,7 @@ m| localDevices | Hazelcast LocalDevice configuration m| []<> | false | - |=== ==== Deprecated [cols="4,8,4,2,4"options="header"]