Download ostrich-core-1.9.4.jar file

Introduction

You can download ostrich-core-1.9.4.jar in this page.

License

Open Source

Type List

ostrich-core-1.9.4.jar file has the following types.

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

Pom

ostrich-core-1.9.4.pom file content.

<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.bazaarvoice.ostrich</groupId>
        <artifactId>ostrich</artifactId>
        <version>1.9.4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>ostrich-core</artifactId>
    <packaging>jar</packaging>

    <name>core</name>
    <description>Core classes that form Ostrich</description>

    <dependencies>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>

        <dependency>
            <groupId>com.codahale.metrics</groupId>
            <artifactId>metrics-core</artifactId>
        </dependency>

        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>

        <dependency>
            <groupId>commons-pool</groupId>
            <artifactId>commons-pool</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.bazaarvoice.ostrich</groupId>
   <artifactId>ostrich-core</artifactId>
   <version>1.9.4</version>
</dependency>

Download

If you think the following ostrich-core-1.9.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ostrich-core-1.9.4.jar file




PreviousNext

Related