jar

com.hortonworks.registries : schema-registry-common

Maven & Gradle

Oct 14, 2022
6 usages
12 stars

Schema Registry · Registry is a framework to build metadata repositories. As part of Registry, we currently have SchemaRegistry repositories.

Table Of Contents

Latest Version

Download com.hortonworks.registries : schema-registry-common JAR file - Latest Versions:

All Versions

Download com.hortonworks.registries : schema-registry-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window schema-registry-common-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hortonworks.registries.schemaregistry.avro

├─ com.hortonworks.registries.schemaregistry.avro.AvroFieldsGenerator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.AvroSchemaProvider.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.AvroSchemaResolver.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.AvroSchemaValidator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.BackwardCompatibilityValidator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.BothCompatibilityValidator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.ForwardCompatibilityValidator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.NoneCompatibilityValidator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.avro.SchemaCompatibilityValidator.class - [JAR]

com.hortonworks.registries.schemaregistry.retry.policy

├─ com.hortonworks.registries.schemaregistry.retry.policy.BackoffPolicy.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.retry.policy.ExponentialBackoffPolicy.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.retry.policy.FixedTimeBackoffPolicy.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.retry.policy.NOOPBackoffPolicy.class - [JAR]

com.hortonworks.registries.schemaregistry.state.details

├─ com.hortonworks.registries.schemaregistry.state.details.AbstractStateDetails.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.details.InitializedStateDetails.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.details.MergeInfo.class - [JAR]

com.hortonworks.registries.schemaregistry.client

├─ com.hortonworks.registries.schemaregistry.client.ISchemaRegistryClient.class - [JAR]

com.hortonworks.registries.schemaregistry.serde.pull

├─ com.hortonworks.registries.schemaregistry.serde.pull.EndFieldContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.EndRecordContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.FieldValueContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.PullDeserializer.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.PullEventContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.PullSerializer.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.RecordContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.StartFieldContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.pull.StartRecordContext.class - [JAR]

com.hortonworks.registries.schemaregistry

├─ com.hortonworks.registries.schemaregistry.AbstractSchemaProvider.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.AggregatedSchemaBranch.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.AggregatedSchemaMetadataInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.CompatibilityResult.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.ConfigEntry.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.ISchemaRegistryService.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.Resourceable.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaBranch.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaBranchKey.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaCompatibility.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaFieldInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaFieldQuery.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaIdVersion.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaMetadata.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaMetadataInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaProvider.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaProviderInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaResolver.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaValidationLevel.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaValidator.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaVersion.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaVersionInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaVersionKey.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaVersionMergeResult.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaVersionMergeStrategy.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SchemaVersionRetriever.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SerDesInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.SerDesPair.class - [JAR]

com.hortonworks.registries.schemaregistry.retry.block

├─ com.hortonworks.registries.schemaregistry.retry.block.RetryableBlock.class - [JAR]

com.hortonworks.registries.schemaregistry.utils

├─ com.hortonworks.registries.schemaregistry.utils.ObjectMapperUtils.class - [JAR]

com.hortonworks.registries.schemaregistry.state

├─ com.hortonworks.registries.schemaregistry.state.AbstractInbuiltSchemaLifecycleState.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.BaseSchemaVersionLifecycleState.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.CustomSchemaStateExecutor.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.DefaultCustomSchemaStateExecutor.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.InbuiltSchemaVersionLifecycleState.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaLifecycleException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleContext.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleState.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStateAction.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStateMachine.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStateMachineInfo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStatePojo.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStateTransition.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStateTransitionListener.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionLifecycleStates.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.state.SchemaVersionService.class - [JAR]

com.hortonworks.registries.schemaregistry.exceptions

├─ com.hortonworks.registries.schemaregistry.exceptions.RegistryException.class - [JAR]

com.hortonworks.registries.schemaregistry.errors

├─ com.hortonworks.registries.schemaregistry.errors.ConfigTypeConversionException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.CyclicSchemaDependencyException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.IncompatibleSchemaException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.InvalidSchemaBranchDeletionException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.InvalidSchemaBranchVersionMapping.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.InvalidSchemaException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.SchemaBranchAlreadyExistsException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.SchemaBranchNotFoundException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.SchemaNotFoundException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.SchemaVersionMergeException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.errors.UnsupportedSchemaTypeException.class - [JAR]

com.hortonworks.registries.schemaregistry.retry

├─ com.hortonworks.registries.schemaregistry.retry.RetryExecutor.class - [JAR]

com.hortonworks.registries.schemaregistry.serde.push

├─ com.hortonworks.registries.schemaregistry.serde.push.PushDeserializer.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.push.PushDeserializerHandler.class - [JAR]

com.hortonworks.registries.schemaregistry.serde

├─ com.hortonworks.registries.schemaregistry.serde.RetryableException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.SerDesException.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.SnapshotDeserializer.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.serde.SnapshotSerializer.class - [JAR]

com.hortonworks.registries.schemaregistry.json

├─ com.hortonworks.registries.schemaregistry.json.JsonSchemaProvider.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.json.JsonSchemaResolver.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.json.JsonUtils.class - [JAR]

com.hortonworks.registries.schemaregistry.cache

├─ com.hortonworks.registries.schemaregistry.cache.AbstractCache.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.cache.SchemaRegistryCacheType.class - [JAR]

├─ com.hortonworks.registries.schemaregistry.cache.SchemaVersionInfoCache.class - [JAR]

Advertisement

Dependencies from Group

Oct 14, 2022
11 usages
12 stars
Mar 02, 2017
7 usages
10 stars
Oct 14, 2022
6 usages
12 stars
Oct 14, 2022
6 usages
12 stars
Oct 14, 2022
6 usages
12 stars

Discover Dependencies

May 26, 2021
4 usages
0 stars
Nov 04, 2020
6 usages
Apr 21, 2016
4 usages
69 stars
Sep 20, 2011
5 usages
1 stars
Oct 26, 2018
1 usages
0 stars
Jul 15, 2016
4 usages
0 stars
Jun 03, 2019
12 usages
49 stars
Aug 26, 2020
2 usages
Aug 26, 2023
4 usages
3 stars