- getActualSchema() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaMismatchException
-
Returns the actual schema
- getDefaultSchema() - Method in class com.ibm.eventstreams.serdes.SchemaRegistry
-
Get the default schema as determined by the SchemaRegistryConfig.PROPERTY_SCHEMA_ID_OVERRIDE
and SchemaRegistryConfig.PROPERTY_SCHEMA_VERSION_OVERRIDE
configuration options.
- getExpectedSchema() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaMismatchException
-
Returns the expected schema
- getHeader() - Method in exception com.ibm.eventstreams.serdes.exceptions.HeaderNotFoundException
-
Returns the header that was missing from the record.
- getId() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the ID of the schema.
- getIdAsBytes() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the unique ID for the schema as bytes.
- getName() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the name of the schema.
- getOverrideHeaders() - Method in class com.ibm.eventstreams.serdes.SchemaRegistry
-
Get the Kafka headers for the default schema as determined by the SchemaRegistryConfig.PROPERTY_SCHEMA_ID_OVERRIDE
and SchemaRegistryConfig.PROPERTY_SCHEMA_VERSION_OVERRIDE
configuration options.
- getProperty() - Method in exception com.ibm.eventstreams.serdes.exceptions.InvalidPropertyValueException
-
Returns the property that was incorrectly specified.
- getProperty() - Method in exception com.ibm.eventstreams.serdes.exceptions.PropertyNotFoundException
-
Returns the property that was missing from the configuration.
- getSchema() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the Avro schema definition.
- getSchema(String, int) - Method in class com.ibm.eventstreams.serdes.SchemaRegistry
-
Retrieves a single schema from the Registry.
- getSchema(String, String) - Method in class com.ibm.eventstreams.serdes.SchemaRegistry
-
Retrieves a single schema from the Registry.
- getSchemaId() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaNotFoundException
-
Returns the ID of the schema that could not be found.
- getSchemaName() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaDisabledException
-
Returns the disabled schema name
- getSchemaVersion() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaDisabledException
-
Returns the disabled schema version
- getSchemaVersion() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaNotFoundException
-
Returns the version of the schema that could not be found.
- getState() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns whether this schema is active or deprecated.
- getStateDeprecationComment() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the comment associated with the reason for deprecation of this schema.
- getStatus() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaRegistryApiException
-
- getStatus() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaRegistryAuthException
-
Returns the HTTP status code to enable differentiation between
an invalid API key (401) and an API key that isn't allowed to
access the Schema Registry (403).
- getStatus() - Method in exception com.ibm.eventstreams.serdes.exceptions.SchemaRegistryServerErrorException
-
- getVersion() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the version number for this version of the schema.
- getVersionAsBytes() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the version number for this version of the schema as bytes.
- getVersionName() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the version name for this version of the schema.
- getVersionState() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns whether this version of the schema is active or deprecated.
- getVersionStateDeprecationComment() - Method in class com.ibm.eventstreams.serdes.SchemaInfo
-
Returns the comment associated with the reason for deprecation of this version of the schema.