Download hyracks-storage-common-0.3.1.jar file

Introduction

You can download hyracks-storage-common-0.3.1.jar in this page.

License

Apache License, Version 2.0

Type List

hyracks-storage-common-0.3.1.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.hyracks/hyracks-storage-common/pom.properties
META-INF/maven/org.apache.hyracks/hyracks-storage-common/pom.xml
org.apache.hyracks.storage.common.IResourceMemoryManager.class
org.apache.hyracks.storage.common.IStorageManager.class
org.apache.hyracks.storage.common.arraylist.DoubleArrayList.class
org.apache.hyracks.storage.common.arraylist.IntArrayList.class
org.apache.hyracks.storage.common.arraylist.LongArrayList.class
org.apache.hyracks.storage.common.buffercache.AsyncFIFOPageQueueManager.class
org.apache.hyracks.storage.common.buffercache.BufferCache.class
org.apache.hyracks.storage.common.buffercache.CachedPage.class
org.apache.hyracks.storage.common.buffercache.ClockPageReplacementStrategy.class
org.apache.hyracks.storage.common.buffercache.DebugBufferCache.class
org.apache.hyracks.storage.common.buffercache.DelayPageCleanerPolicy.class
org.apache.hyracks.storage.common.buffercache.DirectBufferAllocator.class
org.apache.hyracks.storage.common.buffercache.FIFOLocalWriter.class
org.apache.hyracks.storage.common.buffercache.HeapBufferAllocator.class
org.apache.hyracks.storage.common.buffercache.IBufferCache.class
org.apache.hyracks.storage.common.buffercache.IBufferCacheInternal.class
org.apache.hyracks.storage.common.buffercache.ICacheMemoryAllocator.class
org.apache.hyracks.storage.common.buffercache.ICachedPage.class
org.apache.hyracks.storage.common.buffercache.ICachedPageInternal.class
org.apache.hyracks.storage.common.buffercache.IExtraPageBlockHelper.class
org.apache.hyracks.storage.common.buffercache.IFIFOPageQueue.class
org.apache.hyracks.storage.common.buffercache.IFIFOPageWriter.class
org.apache.hyracks.storage.common.buffercache.IPageCleanerPolicy.class
org.apache.hyracks.storage.common.buffercache.IPageReplacementStrategy.class
org.apache.hyracks.storage.common.buffercache.IQueueInfo.class
org.apache.hyracks.storage.common.buffercache.QueueInfo.class
org.apache.hyracks.storage.common.buffercache.ResourceHeapBufferAllocator.class
org.apache.hyracks.storage.common.buffercache.VirtualPage.class
org.apache.hyracks.storage.common.file.BufferedFileHandle.class
org.apache.hyracks.storage.common.file.IFileMapManager.class
org.apache.hyracks.storage.common.file.IFileMapProvider.class
org.apache.hyracks.storage.common.file.ILocalResourceFactory.class
org.apache.hyracks.storage.common.file.ILocalResourceFactoryProvider.class
org.apache.hyracks.storage.common.file.ILocalResourceRepository.class
org.apache.hyracks.storage.common.file.ILocalResourceRepositoryFactory.class
org.apache.hyracks.storage.common.file.IResourceIdFactory.class
org.apache.hyracks.storage.common.file.LocalResource.class
org.apache.hyracks.storage.common.file.NoOpLocalResourceFactoryProvider.class
org.apache.hyracks.storage.common.file.ResourceIdFactory.class
org.apache.hyracks.storage.common.file.ResourceIdFactoryProvider.class
org.apache.hyracks.storage.common.file.TransientFileMapManager.class
org.apache.hyracks.storage.common.file.TransientLocalResourceFactory.class
org.apache.hyracks.storage.common.file.TransientLocalResourceFactoryProvider.class
org.apache.hyracks.storage.common.file.TransientLocalResourceRepository.class
org.apache.hyracks.storage.common.file.TransientLocalResourceRepositoryFactory.class
org.apache.hyracks.storage.common.sync.LatchType.class

Pom

hyracks-storage-common-0.3.1.pom file content.

<!--
 ! Licensed to the Apache Software Foundation (ASF) under one
 ! or more contributor license agreements.  See the NOTICE file
 ! distributed with this work for additional information
 ! regarding copyright ownership.  The ASF licenses this file
 ! to you under the Apache License, Version 2.0 (the
 ! "License"); you may not use this file except in compliance
 ! with the License.  You may obtain a copy of the License at
 !
 !   http://www.apache.org/licenses/LICENSE-2.0
 !
 ! Unless required by applicable law or agreed to in writing,
 ! software distributed under the License is distributed on an
 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 ! KIND, either express or implied.  See the License for the
 ! specific language governing permissions and limitations
 ! under the License.
 !-->

<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>
  <artifactId>hyracks-storage-common</artifactId>
  <name>hyracks-storage-common</name>

  <parent>
    <groupId>org.apache.hyracks</groupId>
    <artifactId>hyracks</artifactId>
    <version>0.3.1</version>
  </parent>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>

  <properties>
    <root.dir>${basedir}/../..</root.dir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.hyracks</groupId>
      <artifactId>hyracks-api</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.hyracks</groupId>
   <artifactId>hyracks-storage-common</artifactId>
   <version>0.3.1</version>
</dependency>

Download

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



Download hyracks-storage-common-0.3.1.jar file




PreviousNext

Related