Package com.exoscale.sdk.model
Class JsonSchemaSchemaRegistry
java.lang.Object
com.exoscale.sdk.model.JsonSchemaSchemaRegistry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class JsonSchemaSchemaRegistry
extends Object
JsonSchemaSchemaRegistry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this json-schema-schema-registry object is equal to o.If true, Karapace / Schema Registry on the service nodes can participate in leader election.The durable single partition topic that acts as the durable log for the data.int
hashCode()
leaderEligibility
(Boolean leaderEligibility) void
setLeaderEligibility
(Boolean leaderEligibility) void
setTopicName
(String topicName) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_LEADER_ELIGIBILITY
- See Also:
-
JSON_PROPERTY_TOPIC_NAME
- See Also:
-
-
Constructor Details
-
JsonSchemaSchemaRegistry
public JsonSchemaSchemaRegistry()
-
-
Method Details
-
leaderEligibility
-
getLeaderEligibility
If true, Karapace / Schema Registry on the service nodes can participate in leader election. It might be needed to disable this when the schemas topic is replicated to a secondary cluster and Karapace / Schema Registry there must not participate in leader election. Defaults to `true`.- Returns:
- leaderEligibility
-
setLeaderEligibility
-
topicName
-
getTopicName
The durable single partition topic that acts as the durable log for the data. This topic must be compacted to avoid losing data due to retention policy. Please note that changing this configuration in an existing Schema Registry / Karapace setup leads to previous schemas being inaccessible, data encoded with them potentially unreadable and schema ID sequence put out of order. It's only possible to do the switch while Schema Registry / Karapace is disabled. Defaults to `_schemas`.- Returns:
- topicName
-
setTopicName
-
equals
Return true if this json-schema-schema-registry object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-