jar

com.hortonworks.registries : storage-core

Maven & Gradle

Oct 14, 2022
5 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 : storage-core JAR file - Latest Versions:

All Versions

Download com.hortonworks.registries : storage-core 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 storage-core-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.storage.impl.jdbc.provider.postgresql.factory

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.factory.PostgresqlExecutor.class - [JAR]

com.hortonworks.registries.storage.annotation

├─ com.hortonworks.registries.storage.annotation.SchemaIgnore.class - [JAR]

├─ com.hortonworks.registries.storage.annotation.SearchableField.class - [JAR]

├─ com.hortonworks.registries.storage.annotation.StorableEntity.class - [JAR]

├─ com.hortonworks.registries.storage.annotation.VersionField.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.oracle.statement

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.statement.OracleDataTypeContext.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.sequences

├─ com.hortonworks.registries.storage.impl.jdbc.sequences.NamespaceSequenceStorable.class - [JAR]

com.hortonworks.registries.storage.exception

├─ com.hortonworks.registries.storage.exception.AlreadyExistsException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.IgnoreTransactionRollbackException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.IllegalQueryParameterException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.MalformedQueryException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.NonIncrementalColumnException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.OffsetRangeReachedException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.StorageException.class - [JAR]

├─ com.hortonworks.registries.storage.exception.TransactionException.class - [JAR]

com.hortonworks.registries.storage.util

├─ com.hortonworks.registries.storage.util.StorageUtils.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresAggregateSqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresqlDeleteQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresqlInsertQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresqlSelectForShareQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresqlSelectForUpdateQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresqlSelectQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.postgresql.query.PostgresqlUpdateQuery.class - [JAR]

com.hortonworks.registries.storage

├─ com.hortonworks.registries.storage.AbstractVersionedStorable.class - [JAR]

├─ com.hortonworks.registries.storage.CacheBackedStorageManager.class - [JAR]

├─ com.hortonworks.registries.storage.ConnectionProperties.class - [JAR]

├─ com.hortonworks.registries.storage.DbProperties.class - [JAR]

├─ com.hortonworks.registries.storage.NOOPTransactionManager.class - [JAR]

├─ com.hortonworks.registries.storage.OffsetProperties.class - [JAR]

├─ com.hortonworks.registries.storage.OrderByField.class - [JAR]

├─ com.hortonworks.registries.storage.PrimaryKey.class - [JAR]

├─ com.hortonworks.registries.storage.Storable.class - [JAR]

├─ com.hortonworks.registries.storage.StorableFactory.class - [JAR]

├─ com.hortonworks.registries.storage.StorableKey.class - [JAR]

├─ com.hortonworks.registries.storage.StorageManager.class - [JAR]

├─ com.hortonworks.registries.storage.StorageManagerAware.class - [JAR]

├─ com.hortonworks.registries.storage.StorageProviderConfiguration.class - [JAR]

├─ com.hortonworks.registries.storage.StorageProviderProperties.class - [JAR]

├─ com.hortonworks.registries.storage.TransactionManager.class - [JAR]

├─ com.hortonworks.registries.storage.VersionedStorable.class - [JAR]

com.hortonworks.registries.storage.filestorage

├─ com.hortonworks.registries.storage.filestorage.DbFileStorage.class - [JAR]

├─ com.hortonworks.registries.storage.filestorage.FileBlob.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.sql.query

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.AbstractAggregateSqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.AbstractSelectQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.AbstractSqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.AbstractStorableKeyQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.AbstractStorableSqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.AbstractStorableUpdateQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.SqlDeleteQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.SqlInsertQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.SqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.query.SqlSelectQuery.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.oracle.factory

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.factory.OracleExecutor.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.util

├─ com.hortonworks.registries.storage.impl.jdbc.util.Columns.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.util.SchemaFields.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.util.Util.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider

├─ com.hortonworks.registries.storage.impl.jdbc.provider.QueryExecutorFactory.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.oracle.exception

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.exception.OracleQueryException.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.config

├─ com.hortonworks.registries.storage.impl.jdbc.config.ExecutionConfig.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.config.HikariBasicConfig.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.config.HikariConfigFactory.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.config.MySqlConfig.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.config.OracleConfig.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.config.PostgresConfig.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.sql.factory

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.factory.AbstractQueryExecutor.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.factory.QueryExecutor.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.connection

├─ com.hortonworks.registries.storage.impl.jdbc.connection.ConnectionBuilder.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.connection.HikariCPConnectionBuilder.class - [JAR]

com.hortonworks.registries.storage.impl.memory

├─ com.hortonworks.registries.storage.impl.memory.InMemoryStorageManager.class - [JAR]

com.hortonworks.registries.storage.search

├─ com.hortonworks.registries.storage.search.OrderBy.class - [JAR]

├─ com.hortonworks.registries.storage.search.Predicate.class - [JAR]

├─ com.hortonworks.registries.storage.search.PredicateCombinerPair.class - [JAR]

├─ com.hortonworks.registries.storage.search.SearchQuery.class - [JAR]

├─ com.hortonworks.registries.storage.search.WhereClause.class - [JAR]

├─ com.hortonworks.registries.storage.search.WhereClauseCombiner.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.mysql.factory

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.factory.MySqlExecutor.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleAggregateSqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleDeleteQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleInsertQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleInsertUpdateDuplicate.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleSelectForShareQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleSelectForUpdateQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleSelectQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleSequenceIdQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.oracle.query.OracleUpdateQuery.class - [JAR]

com.hortonworks.registries.storage.catalog

├─ com.hortonworks.registries.storage.catalog.AbstractStorable.class - [JAR]

com.hortonworks.registries.storage.transaction

├─ com.hortonworks.registries.storage.transaction.ManagedTransaction.class - [JAR]

├─ com.hortonworks.registries.storage.transaction.TransactionBookKeeper.class - [JAR]

├─ com.hortonworks.registries.storage.transaction.TransactionContext.class - [JAR]

├─ com.hortonworks.registries.storage.transaction.TransactionIsolation.class - [JAR]

├─ com.hortonworks.registries.storage.transaction.TransactionState.class - [JAR]

├─ com.hortonworks.registries.storage.transaction.UnitOfWork.class - [JAR]

com.hortonworks.registries.storage.transaction.functional

├─ com.hortonworks.registries.storage.transaction.functional.ManagedTransactionConsumer.class - [JAR]

├─ com.hortonworks.registries.storage.transaction.functional.ManagedTransactionFunction.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc

├─ com.hortonworks.registries.storage.impl.jdbc.JdbcStorageManager.class - [JAR]

com.hortonworks.registries.storage.cache.impl

├─ com.hortonworks.registries.storage.cache.impl.GuavaCache.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.sql.statement

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.statement.DefaultStorageDataTypeContext.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.statement.PreparedStatementBuilder.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.sql.statement.StorageDataTypeContext.class - [JAR]

com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlAggregateSqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlInsertQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlInsertUpdateDuplicate.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlSelectForShareQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlSelectForUpdateQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MySqlSelectQuery.class - [JAR]

├─ com.hortonworks.registries.storage.impl.jdbc.provider.mysql.query.MysqlUpdateQuery.class - [JAR]

com.hortonworks.registries.storage.cache.writer

├─ com.hortonworks.registries.storage.cache.writer.StorageWriteBehind.class - [JAR]

├─ com.hortonworks.registries.storage.cache.writer.StorageWriteThrough.class - [JAR]

├─ com.hortonworks.registries.storage.cache.writer.StorageWriter.class - [JAR]

Advertisement