All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download ostrich-core JAR 2.0.0 with all dependencies


Core classes that form Ostrich

Files of the artifact ostrich-core version 2.0.0 from the group com.bazaarvoice.ostrich.

Artifact ostrich-core
Group com.bazaarvoice.ostrich
Version 2.0.0
Last update 31. October 2018
Tags: classes that form ostrich core
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies guava, metrics-core, jackson-databind, slf4j-api, commons-pool,
There are maybe transitive dependencies!
There is a newer version: 2.1.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of ostrich-core Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of ostrich-core version 2.0.0

META-INF
META-INF.META-INF.MANIFEST.MF
com.bazaarvoice.ostrich
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.AsyncServicePool
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.HealthCheckResult
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.HealthCheckResults
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.HostDiscovery
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.HostDiscoverySource
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.JsonHelper
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.LoadBalanceAlgorithm
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.MultiThreadedServiceFactory
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.PartitionContext
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.PartitionContextBuilder
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.RetryPolicy
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceCallback
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceDiscovery
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceEndPoint
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceEndPointBuilder
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceEndPointJsonCodec
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceEndPointPredicate
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceFactory
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServicePool
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServicePoolStatistics
com.bazaarvoice.ostrich.com.bazaarvoice.ostrich.ServiceRegistry
com.bazaarvoice.ostrich.discovery
com.bazaarvoice.ostrich.discovery.com.bazaarvoice.ostrich.discovery.ConfiguredFixedHostDiscoverySource
com.bazaarvoice.ostrich.discovery.com.bazaarvoice.ostrich.discovery.FixedHostDiscovery
com.bazaarvoice.ostrich.exceptions
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.DiscoveryException
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.MaxRetriesException
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.NoAvailableHostsException
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.NoCachedInstancesAvailableException
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.NoSuitableHostsException
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.OnlyBadHostsException
com.bazaarvoice.ostrich.exceptions.com.bazaarvoice.ostrich.exceptions.ServiceException
com.bazaarvoice.ostrich.healthcheck
com.bazaarvoice.ostrich.healthcheck.com.bazaarvoice.ostrich.healthcheck.DefaultHealthCheckResults
com.bazaarvoice.ostrich.healthcheck.com.bazaarvoice.ostrich.healthcheck.ExponentialBackoffHealthCheckRetryDelay
com.bazaarvoice.ostrich.healthcheck.com.bazaarvoice.ostrich.healthcheck.FixedHealthCheckRetryDelay
com.bazaarvoice.ostrich.healthcheck.com.bazaarvoice.ostrich.healthcheck.HealthCheckRetryDelay
com.bazaarvoice.ostrich.loadbalance
com.bazaarvoice.ostrich.loadbalance.com.bazaarvoice.ostrich.loadbalance.RandomAlgorithm
com.bazaarvoice.ostrich.metrics
com.bazaarvoice.ostrich.metrics.com.bazaarvoice.ostrich.metrics.Metrics
com.bazaarvoice.ostrich.partition
com.bazaarvoice.ostrich.partition.com.bazaarvoice.ostrich.partition.ConsistentHashPartitionFilter
com.bazaarvoice.ostrich.partition.com.bazaarvoice.ostrich.partition.IdentityPartitionFilter
com.bazaarvoice.ostrich.partition.com.bazaarvoice.ostrich.partition.PartitionFilter
com.bazaarvoice.ostrich.partition.com.bazaarvoice.ostrich.partition.PartitionKey
com.bazaarvoice.ostrich.pool
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.AnnotationPartitionContextSupplier
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.AsyncServicePool
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.EmptyPartitionContextSupplier
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.MultiThreadedClientServiceCache
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.PartitionContextSupplier
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServiceCache
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServiceCacheBuilder
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServiceCachingPolicy
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServiceCachingPolicyBuilder
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServiceHandle
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServicePool
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServicePoolBuilder
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServicePoolProxies
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.ServicePoolProxy
com.bazaarvoice.ostrich.pool.com.bazaarvoice.ostrich.pool.SingleThreadedClientServiceCache
com.bazaarvoice.ostrich.retry
com.bazaarvoice.ostrich.retry.com.bazaarvoice.ostrich.retry.ExponentialBackoffRetry
com.bazaarvoice.ostrich.retry.com.bazaarvoice.ostrich.retry.RetryNTimes
com.bazaarvoice.ostrich.retry.com.bazaarvoice.ostrich.retry.SleepingRetry




© 2015 - 2024 Weber Informatics LLC | Privacy Policy