Serialized Form
-
Package io.confluent.kafka.schemaregistry.client.rest.exceptions
-
Exception io.confluent.kafka.schemaregistry.client.rest.exceptions.IllegalPropertyException
class IllegalPropertyException extends RuntimeException implements Serializable -
Exception io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException
class RestClientException extends Exception implements Serializable-
Serialized Fields
-
errorCode
int errorCode
-
status
int status
-
-
-
-
Package io.confluent.kafka.schemaregistry.client.security.bearerauth.oauth.exceptions
-
Exception io.confluent.kafka.schemaregistry.client.security.bearerauth.oauth.exceptions.SchemaRegistryOauthTokenRetrieverException
class SchemaRegistryOauthTokenRetrieverException extends RuntimeException implements Serializable
-
-
Package io.confluent.kafka.schemaregistry.rules
-
Exception io.confluent.kafka.schemaregistry.rules.RuleClientException
class RuleClientException extends RuleException implements Serializable -
Exception io.confluent.kafka.schemaregistry.rules.RuleConditionException
class RuleConditionException extends RuleException implements Serializable -
Exception io.confluent.kafka.schemaregistry.rules.RuleException
class RuleException extends Exception implements Serializable-
Serialized Fields
-
rule
Rule rule
-
-
-
-
Package io.confluent.kafka.schemaregistry.utils
-
Class io.confluent.kafka.schemaregistry.utils.BoundedConcurrentHashMap
- serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
Deprecated.Reconstitute theConcurrentHashMapinstance from a stream (i.e., deserialize it).- Parameters:
s- the stream- Throws:
IOExceptionClassNotFoundException
-
writeObject
Deprecated.Save the state of theConcurrentHashMapinstance to a stream (i.e., serialize it).- Serial Data:
- the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
- Parameters:
s- the stream- Throws:
IOException
-
-
Serialized Fields
-
segmentMask
int segmentMask
Deprecated.Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment. -
segments
io.confluent.kafka.schemaregistry.utils.BoundedConcurrentHashMap.Segment<K,
V>[] segments Deprecated.The segments, each of which is a specialized hash table -
segmentShift
int segmentShift
Deprecated.Shift value for indexing within segments.
-
-