Tape (Parent)

A lightning fast, transactional, file-based FIFO for Android and Java.

License

License

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

com.indoqa.thirdparty
ArtifactId

ArtifactId

tape-parent
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

pom
Description

Description

Tape (Parent)
A lightning fast, transactional, file-based FIFO for Android and Java.
Project URL

Project URL

http://github.com/Indoqa/tape/
Project Organization

Project Organization

Square, Inc.
Source Code Management

Source Code Management

http://github.com/Indoqa/tape

Download tape-parent

Filename Size
tape-parent-1.2.4.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.indoqa.thirdparty/tape-parent/ -->
<dependency>
    <groupId>com.indoqa.thirdparty</groupId>
    <artifactId>tape-parent</artifactId>
    <version>1.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.indoqa.thirdparty/tape-parent/
implementation 'com.indoqa.thirdparty:tape-parent:1.2.4'
// https://jarcasting.com/artifacts/com.indoqa.thirdparty/tape-parent/
implementation ("com.indoqa.thirdparty:tape-parent:1.2.4")
'com.indoqa.thirdparty:tape-parent:pom:1.2.4'
<dependency org="com.indoqa.thirdparty" name="tape-parent" rev="1.2.4">
  <artifact name="tape-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.indoqa.thirdparty', module='tape-parent', version='1.2.4')
)
libraryDependencies += "com.indoqa.thirdparty" % "tape-parent" % "1.2.4"
[com.indoqa.thirdparty/tape-parent "1.2.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tape
  • tape-sample

Tape by Square, Inc.

Tape is a collection of queue-related classes for Android and Java.

QueueFile is a lightning-fast, transactional, file-based FIFO. Addition and removal from an instance is an O(1) operation and is atomic. Writes are synchronous; data will be written to disk before an operation returns. The underlying file is structured to survive process and even system crashes and if an I/O exception is thrown during a mutating change, the change is aborted.

An ObjectQueue represents an ordering of arbitrary objects which can be backed either by the filesystem (via QueueFile) or in memory only.

TaskQueue is a special object queue which holds Tasks, objects which have a notion of being executed. Instances are managed by an external executor which prepares and executes enqueued tasks.

Some examples are available on the website.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.squareup</groupId>
  <artifactId>tape</artifactId>
  <version>1.2.3</version>
</dependency>

or Gradle:

compile 'com.squareup:tape:1.2.3'

Snapshots of the development version are available in Sonatype's snapshots repository.

License

Copyright 2012 Square, Inc.

Licensed 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.
com.indoqa.thirdparty

Indoqa

Versions

Version
1.2.4