Download alluxio-keyvalue-common-1.5.0.jar file

Introduction

You can download alluxio-keyvalue-common-1.5.0.jar in this page.

License

Apache License

Type List

alluxio-keyvalue-common-1.5.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.alluxio/alluxio-keyvalue-common/pom.properties
META-INF/maven/org.alluxio/alluxio-keyvalue-common/pom.xml
alluxio.thrift.CompletePartitionTOptions.class
alluxio.thrift.CompletePartitionTResponse.class
alluxio.thrift.CompleteStoreTOptions.class
alluxio.thrift.CompleteStoreTResponse.class
alluxio.thrift.CreateStoreTOptions.class
alluxio.thrift.CreateStoreTResponse.class
alluxio.thrift.DeleteStoreTOptions.class
alluxio.thrift.DeleteStoreTResponse.class
alluxio.thrift.GetNextKeysTOptions.class
alluxio.thrift.GetNextKeysTResponse.class
alluxio.thrift.GetPartitionInfoTOptions.class
alluxio.thrift.GetPartitionInfoTResponse.class
alluxio.thrift.GetSizeTOptions.class
alluxio.thrift.GetSizeTResponse.class
alluxio.thrift.GetTOptions.class
alluxio.thrift.GetTResponse.class
alluxio.thrift.KeyValueMasterClientService.class
alluxio.thrift.KeyValueWorkerClientService.class
alluxio.thrift.MergeStoreTOptions.class
alluxio.thrift.MergeStoreTResponse.class
alluxio.thrift.PartitionInfo.class
alluxio.thrift.RenameStoreTOptions.class
alluxio.thrift.RenameStoreTResponse.class

Pom

alluxio-keyvalue-common-1.5.0.pom file content.

<!--

    The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
    (the "License"). You may not use this work except in compliance with the License, which is
    available at www.apache.org/licenses/LICENSE-2.0

    This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
    either express or implied, as more fully set forth in the License.

    See the NOTICE file distributed with this work for information regarding copyright ownership.

-->
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-keyvalue</artifactId>
    <version>1.5.0</version>
  </parent>
  <artifactId>alluxio-keyvalue-common</artifactId>
  <name>Alluxio Key Value - Common Utilities</name>
  <description>Common utilities shared in Alluxio Key Value Store modules</description>

  <properties>
    <!-- The following paths need to be defined here as well as in the parent pom so that mvn can -->
    <!-- run properly from sub-project directories -->
    <license.header.path>${project.parent.parent.basedir}/build/license/</license.header.path>
    <checkstyle.path>${project.parent.parent.basedir}/build/checkstyle/</checkstyle.path>
    <findbugs.path>${project.parent.parent.basedir}/build/findbugs/</findbugs.path>
  </properties>

  <dependencies>
    <!-- External dependencies -->
    <dependency>
      <groupId>org.apache.thrift</groupId>
      <artifactId>libthrift</artifactId>
    </dependency>

    <!-- Internal dependencies -->
    <dependency>
      <groupId>org.alluxio</groupId>
      <artifactId>alluxio-core-common</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.alluxio</groupId>
   <artifactId>alluxio-keyvalue-common</artifactId>
   <version>1.5.0</version>
</dependency>

Download

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



Download alluxio-keyvalue-common-1.5.0.jar file




PreviousNext

Related