/cdmi-spi

Java Service Provider Interface for storage back-ends

Primary LanguageJavaApache License 2.0Apache-2.0

INDIGO-DataCloud CDMI Java SPI

Java Service Provider Interface for CDMI storage back-ends

Maven

Latest Release (Stable)

v0.4

Release notes v0.4

  • added structure to CdmiObjectStatus to hold CDMI children arrays

Release notes v0.3

  • added structure to CdmiObjectStatus to hold CDMI export attributes

Usage

Using cdmi-spi from KIT SCC repository

<repositories>
	<repository>
		<releases>
		  <enabled>true</enabled>
		  <updatePolicy>always</updatePolicy>
		  <checksumPolicy>fail</checksumPolicy>
		</releases>
		<id>SCC-KIT</id>
		<name>SCC</name>
		<url>http://cdmi-qos.data.kit.edu/maven/</url>
	  <layout>default</layout>
  </repository>
</repositories>
<dependency>
	<groupId>edu.kit.scc</groupId>
	<artifactId>cdmi-spi</artifactId>
	<version>0.4</version>
</dependency>

Requirements

Build & Usage

The project uses the Maven build automation tool.

You can build the project with

mvn clean package