Registry / database / tephra-api

tephra-api

JSON →
library0.16.1javamavenunverified

API module for Apache Tephra, a transaction system for distributed data stores.

<dependency> <groupId>org.apache.tephra</groupId> <artifactId>tephra-api</artifactId> <version>0.16.1</version> </dependency>
INSTALL
IMPORT
SIG · TEPHRA-API
T
tephra-api
databasejavav0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Transaction
org.apache.tephra.Transaction

Creates a simple Transaction instance with a transaction ID.

import org.apache.tephra.Transaction; public class Example { public static void main(String[] args) { Transaction tx = new Transaction(1L, 2L, new long[0]); System.out.println(tx.getTransactionId()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources
tephra-api — mvn dependency:get tephra-api · libregistry