jar

com.microsoft.azure : azure-elasticdb-tools

Maven & Gradle

Oct 18, 2017
14 stars

Azure Elastic Database Tools · Microsoft Azure Elastic database tools client library allows Java JDBC developers to create applications that implement and use the pattern known as database sharding in Azure SQL Database.

Table Of Contents

Latest Version

Download com.microsoft.azure : azure-elasticdb-tools JAR file - Latest Versions:

All Versions

Download com.microsoft.azure : azure-elasticdb-tools JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 azure-elasticdb-tools-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.azure.elasticdb.shard.storeops.upgrade

├─ com.microsoft.azure.elasticdb.shard.storeops.upgrade.UpgradeStoreGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.upgrade.UpgradeStoreLocalOperation.class - [JAR]

com.microsoft.azure.elasticdb.shard.cache

├─ com.microsoft.azure.elasticdb.shard.cache.CacheListMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.CacheMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.CacheMapping.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.CacheRangeMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.CacheShardMap.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.CacheStore.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.CacheStoreMappingUpdatePolicy.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.ICacheStore.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.cache.ICacheStoreMapping.class - [JAR]

com.microsoft.azure.elasticdb.core.commons.patterns

├─ com.microsoft.azure.elasticdb.core.commons.patterns.ConditionalDisposable.class - [JAR]

com.microsoft.azure.elasticdb.shard.mapmanager

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardManagementErrorCategory.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardManagementErrorCode.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardManagementException.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardManagementTransientErrorDetectionStrategy.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManager.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerCreateMode.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerFactory.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.recovery

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.AttachShardOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.CheckShardLocalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.DetachShardGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.GetMappingsByRangeLocalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.GetShardsLocalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.ReplaceMappingsGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.recovery.ReplaceMappingsLocalOperation.class - [JAR]

com.microsoft.azure.elasticdb.shard.store

├─ com.microsoft.azure.elasticdb.shard.store.IStoreConnection.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.IStoreConnectionFactory.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.IStoreTransactionScope.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.IUserStoreConnection.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreConnectionKind.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreException.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreLogEntry.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreMapping.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreResult.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreResults.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreSchemaInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreShard.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreShardMap.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.store.Version.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.mapper

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.AddMappingOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.FindMappingByIdGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.FindMappingByKeyGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.GetMappingsByRangeGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.LockOrUnLockMappingsGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.RemoveMappingOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.ReplaceMappingsOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapper.UpdateMappingOperation.class - [JAR]

com.microsoft.azure.elasticdb.shard.mapper

├─ com.microsoft.azure.elasticdb.shard.mapper.BaseShardMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapper.ConnectionOptions.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapper.DefaultShardMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapper.IShardMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapper.ListShardMapper.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.mapper.RangeShardMapper.class - [JAR]

com.microsoft.azure.elasticdb.query.logging

├─ com.microsoft.azure.elasticdb.query.logging.CommandBehavior.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.logging.MultiShardExecutionOptions.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.logging.MultiShardExecutionPolicy.class - [JAR]

com.microsoft.azure.elasticdb.shard.schema

├─ com.microsoft.azure.elasticdb.shard.schema.ReferenceTableInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.schema.SchemaInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.schema.SchemaInfoCollection.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.schema.SchemaInfoErrorCode.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.schema.SchemaInfoException.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.schema.ShardedTableInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.schema.TableInfo.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.schemainformation

├─ com.microsoft.azure.elasticdb.shard.storeops.schemainformation.AddShardingSchemaInfoGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.schemainformation.FindShardingSchemaInfoGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.schemainformation.GetShardingSchemaInfosGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.schemainformation.RemoveShardingSchemaInfoGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.schemainformation.UpdateShardingSchemaInfoGlobalOperation.class - [JAR]

com.microsoft.azure.elasticdb.core.commons.logging

├─ com.microsoft.azure.elasticdb.core.commons.logging.ActivityIdScope.class - [JAR]

com.microsoft.azure.elasticdb.shard.sqlstore

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlConnectionStringBuilder.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlResults.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlShardMapManagerCredentials.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlStoreConnection.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlStoreConnectionFactory.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlStoreTransactionScope.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.sqlstore.SqlUserStoreConnection.class - [JAR]

com.microsoft.azure.elasticdb.core.commons.helpers

├─ com.microsoft.azure.elasticdb.core.commons.helpers.ActionGeneric3Param.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.helpers.ApplicationNameHelper.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.helpers.Event.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.helpers.EventArgs.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.helpers.EventHandler.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.helpers.ReferenceObjectHelper.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.helpers.Resources.class - [JAR]

com.microsoft.azure.elasticdb.shard.recovery

├─ com.microsoft.azure.elasticdb.shard.recovery.MappingComparisonResult.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.MappingComparisonUtils.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.MappingDifference.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.MappingDifferenceResolution.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.MappingDifferenceType.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.MappingLocation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.RecoveryManager.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.recovery.RecoveryToken.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.mapmanger

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanger.AddShardMapGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanger.FindShardMapByNameGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanger.GetDistinctShardLocationsGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanger.GetShardMapsGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanger.LoadShardMapManagerGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanger.RemoveShardMapGlobalOperation.class - [JAR]

com.microsoft.azure.elasticdb.shard.utils

├─ com.microsoft.azure.elasticdb.shard.utils.CsvUtils.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.Errors.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.ExceptionUtils.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.GlobalConstants.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.IdLock.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.LoadOptions.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.NameLock.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.PerformanceCounters.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.SaveOptions.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.Scripts.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.SqlUtils.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.StringUtilsLocal.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.utils.ValueLock.class - [JAR]

com.microsoft.azure.elasticdb.query.multishard

├─ com.microsoft.azure.elasticdb.query.multishard.GlobalConstants.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.LabeledResultSet.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.MultiShardConnection.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.MultiShardQueryTransientErrorDetectionStrategy.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.MultiShardResultSet.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.MultiShardStatement.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.MultiShardUtils.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.multishard.ShardExecutionEventArgs.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.mapmanagerfactory

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanagerfactory.CreateShardMapManagerGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.mapmanagerfactory.GetShardMapManagerGlobalOperation.class - [JAR]

com.microsoft.azure.elasticdb.query.exception

├─ com.microsoft.azure.elasticdb.query.exception.MultiShardAggregateException.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.exception.MultiShardException.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.exception.MultiShardPartialReadException.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.exception.MultiShardResultSetClosedException.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.exception.MultiShardResultSetInternalException.class - [JAR]

├─ com.microsoft.azure.elasticdb.query.exception.MultiShardSchemaMismatchException.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.map

├─ com.microsoft.azure.elasticdb.shard.storeops.map.AddShardOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.map.FindShardByLocationGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.map.GetShardsGlobalOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.map.RemoveShardOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.map.UpdateShardOperation.class - [JAR]

com.microsoft.azure.elasticdb.shard.map

├─ com.microsoft.azure.elasticdb.shard.map.ListShardMap.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.map.RangeShardMap.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.map.ShardMap.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.map.ShardMapExtensions.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.map.ShardMapType.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.map.ShardMapUtils.class - [JAR]

com.microsoft.azure.elasticdb.shard.storeops.base

├─ com.microsoft.azure.elasticdb.shard.storeops.base.IStoreOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.IStoreOperationFactory.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.IStoreOperationGlobal.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.IStoreOperationLocal.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreConnectionInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationCode.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationErrorHandler.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationFactory.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationGlobal.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationInput.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationLocal.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationRequestBuilder.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationState.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationStepKind.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.storeops.base.StoreOperationTransactionScopeKind.class - [JAR]

com.microsoft.azure.elasticdb.shard.base

├─ com.microsoft.azure.elasticdb.shard.base.BaseMappingUpdate.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.IMappingInfoProvider.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.IMappingUpdate.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.IShardProvider.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.LockOwnerIdOpType.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.LookupOptions.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.MappingKind.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.MappingLockToken.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.MappingStatus.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.MappingUpdatedProperties.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.PointMapping.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.PointMappingCreationInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.PointMappingUpdate.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.Range.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.RangeMapping.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.RangeMappingCreationInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.RangeMappingUpdate.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.Shard.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardCreationInfo.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardKey.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardKeyType.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardLocation.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardRange.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardStatus.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardUpdate.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ShardUpdatedProperties.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.SqlProtocol.class - [JAR]

├─ com.microsoft.azure.elasticdb.shard.base.ValidationUtils.class - [JAR]

com.microsoft.azure.elasticdb.core.commons.transientfaulthandling

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.ExponentialBackoff.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.FixedInterval.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.Guard.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.ITransientErrorDetectionStrategy.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.Incremental.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.RetryBehavior.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.RetryPolicy.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.RetryStrategy.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.RetryingEventArgs.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.ShouldRetry.class - [JAR]

├─ com.microsoft.azure.elasticdb.core.commons.transientfaulthandling.SqlDatabaseTransientErrorDetectionStrategy.class - [JAR]

Advertisement