Registry / database / tephra-core

tephra-core

JSON →
library0.16.1javamavenunverified

Apache Tephra Transaction System Core Module

<dependency> <groupId>org.apache.tephra</groupId> <artifactId>tephra-core</artifactId> <version>0.16.1</version> </dependency>
INSTALL
IMPORT
SIG · TEPHRA-CORE
T
tephra-core
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.

TransactionManager
org.apache.tephra.TransactionManager

Minimal Tephra transaction manager startup

import org.apache.tephra.TransactionManager; public class TephraExample { public static void main(String[] args) { TransactionManager tm = new TransactionManager(); tm.start(); System.out.println("Transaction manager started"); tm.stop(); } }
Debug
Known issues
gotchaRequires HBase or similar backing store
fix
Configure Tephra with a compatible transaction data store (e.g., HBase)
affects: all
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
1
Amazon
1
OpenAI (training)
1
Resources
tephra-core — mvn dependency:get tephra-core · libregistry