jar

org.apache.tephra : tephra-core

Maven & Gradle

May 04, 2021
47 usages

Apache Tephra Core · Apache Tephra Transaction System Core Module

Table Of Contents

Latest Version

Download org.apache.tephra : tephra-core JAR file - Latest Versions:

All Versions

Download org.apache.tephra : tephra-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tephra-core-0.16.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

co.cask.tephra.persist

├─ co.cask.tephra.persist.TransactionEdit.class - [JAR]

├─ co.cask.tephra.persist.TransactionEditCodecs.class - [JAR]

org.apache.tephra.persist

├─ org.apache.tephra.persist.AbstractTransactionLog.class - [JAR]

├─ org.apache.tephra.persist.AbstractTransactionStateStorage.class - [JAR]

├─ org.apache.tephra.persist.CommitMarkerCodec.class - [JAR]

├─ org.apache.tephra.persist.HDFSTransactionLog.class - [JAR]

├─ org.apache.tephra.persist.HDFSTransactionLogReaderSupplier.class - [JAR]

├─ org.apache.tephra.persist.HDFSTransactionLogReaderV1.class - [JAR]

├─ org.apache.tephra.persist.HDFSTransactionLogReaderV2.class - [JAR]

├─ org.apache.tephra.persist.HDFSTransactionLogReaderV3.class - [JAR]

├─ org.apache.tephra.persist.HDFSTransactionStateStorage.class - [JAR]

├─ org.apache.tephra.persist.HDFSUtil.class - [JAR]

├─ org.apache.tephra.persist.LocalFileTransactionLog.class - [JAR]

├─ org.apache.tephra.persist.LocalFileTransactionStateStorage.class - [JAR]

├─ org.apache.tephra.persist.NoOpTransactionStateStorage.class - [JAR]

├─ org.apache.tephra.persist.TransactionEdit.class - [JAR]

├─ org.apache.tephra.persist.TransactionEditCodecs.class - [JAR]

├─ org.apache.tephra.persist.TransactionLog.class - [JAR]

├─ org.apache.tephra.persist.TransactionLogReader.class - [JAR]

├─ org.apache.tephra.persist.TransactionLogWriter.class - [JAR]

├─ org.apache.tephra.persist.TransactionSnapshot.class - [JAR]

├─ org.apache.tephra.persist.TransactionStateStorage.class - [JAR]

├─ org.apache.tephra.persist.TransactionVisibilityState.class - [JAR]

org.apache.tephra.inmemory

├─ org.apache.tephra.inmemory.DetachedTxSystemClient.class - [JAR]

├─ org.apache.tephra.inmemory.InMemoryTransactionService.class - [JAR]

├─ org.apache.tephra.inmemory.InMemoryTxSystemClient.class - [JAR]

├─ org.apache.tephra.inmemory.MinimalTxSystemClient.class - [JAR]

org.apache.tephra.manager

├─ org.apache.tephra.manager.InvalidTxList.class - [JAR]

org.apache.tephra.coprocessor

├─ org.apache.tephra.coprocessor.CacheSupplier.class - [JAR]

├─ org.apache.tephra.coprocessor.ReferenceCountedSupplier.class - [JAR]

├─ org.apache.tephra.coprocessor.TransactionStateCache.class - [JAR]

├─ org.apache.tephra.coprocessor.TransactionStateCacheSupplier.class - [JAR]

org.apache.tephra.runtime

├─ org.apache.tephra.runtime.ConfigModule.class - [JAR]

├─ org.apache.tephra.runtime.DiscoveryModules.class - [JAR]

├─ org.apache.tephra.runtime.TransactionClientModule.class - [JAR]

├─ org.apache.tephra.runtime.TransactionDistributedModule.class - [JAR]

├─ org.apache.tephra.runtime.TransactionInMemoryModule.class - [JAR]

├─ org.apache.tephra.runtime.TransactionLocalModule.class - [JAR]

├─ org.apache.tephra.runtime.TransactionModules.class - [JAR]

├─ org.apache.tephra.runtime.TransactionStateStorageProvider.class - [JAR]

├─ org.apache.tephra.runtime.ZKModule.class - [JAR]

org.apache.tephra.snapshot

├─ org.apache.tephra.snapshot.BinaryDecoder.class - [JAR]

├─ org.apache.tephra.snapshot.BinaryEncoder.class - [JAR]

├─ org.apache.tephra.snapshot.DefaultSnapshotCodec.class - [JAR]

├─ org.apache.tephra.snapshot.SnapshotCodec.class - [JAR]

├─ org.apache.tephra.snapshot.SnapshotCodecProvider.class - [JAR]

├─ org.apache.tephra.snapshot.SnapshotCodecV2.class - [JAR]

├─ org.apache.tephra.snapshot.SnapshotCodecV3.class - [JAR]

├─ org.apache.tephra.snapshot.SnapshotCodecV4.class - [JAR]

org.apache.tephra.visibility

├─ org.apache.tephra.visibility.DefaultFenceWait.class - [JAR]

├─ org.apache.tephra.visibility.FenceWait.class - [JAR]

├─ org.apache.tephra.visibility.ReadFence.class - [JAR]

├─ org.apache.tephra.visibility.VisibilityFence.class - [JAR]

├─ org.apache.tephra.visibility.WriteFence.class - [JAR]

org.apache.tephra

├─ org.apache.tephra.AbstractTransactionAwareTable.class - [JAR]

├─ org.apache.tephra.AbstractTransactionExecutor.class - [JAR]

├─ org.apache.tephra.ChangeId.class - [JAR]

├─ org.apache.tephra.DefaultTransactionExecutor.class - [JAR]

├─ org.apache.tephra.InvalidTruncateTimeException.class - [JAR]

├─ org.apache.tephra.NoRetryStrategy.class - [JAR]

├─ org.apache.tephra.RetryOnConflictStrategy.class - [JAR]

├─ org.apache.tephra.RetryStrategies.class - [JAR]

├─ org.apache.tephra.RetryStrategy.class - [JAR]

├─ org.apache.tephra.TransactionAdmin.class - [JAR]

├─ org.apache.tephra.TransactionCodec.class - [JAR]

├─ org.apache.tephra.TransactionContext.class - [JAR]

├─ org.apache.tephra.TransactionCouldNotTakeSnapshotException.class - [JAR]

├─ org.apache.tephra.TransactionExecutor.class - [JAR]

├─ org.apache.tephra.TransactionExecutorFactory.class - [JAR]

├─ org.apache.tephra.TransactionManager.class - [JAR]

├─ org.apache.tephra.TransactionServiceMain.class - [JAR]

├─ org.apache.tephra.TransactionSystemClient.class - [JAR]

├─ org.apache.tephra.TxConstants.class - [JAR]

org.apache.tephra.distributed

├─ org.apache.tephra.distributed.AbstractClientProvider.class - [JAR]

├─ org.apache.tephra.distributed.CloseableThriftClient.class - [JAR]

├─ org.apache.tephra.distributed.ElasticPool.class - [JAR]

├─ org.apache.tephra.distributed.PooledClientProvider.class - [JAR]

├─ org.apache.tephra.distributed.RetryNTimes.class - [JAR]

├─ org.apache.tephra.distributed.RetryStrategy.class - [JAR]

├─ org.apache.tephra.distributed.RetryStrategyProvider.class - [JAR]

├─ org.apache.tephra.distributed.RetryWithBackoff.class - [JAR]

├─ org.apache.tephra.distributed.SingleUseClientProvider.class - [JAR]

├─ org.apache.tephra.distributed.ThreadLocalClientProvider.class - [JAR]

├─ org.apache.tephra.distributed.ThriftClientProvider.class - [JAR]

├─ org.apache.tephra.distributed.TransactionConverterUtils.class - [JAR]

├─ org.apache.tephra.distributed.TransactionService.class - [JAR]

├─ org.apache.tephra.distributed.TransactionServiceClient.class - [JAR]

├─ org.apache.tephra.distributed.TransactionServiceThriftClient.class - [JAR]

├─ org.apache.tephra.distributed.TransactionServiceThriftHandler.class - [JAR]

org.apache.tephra.txprune.hbase

├─ org.apache.tephra.txprune.hbase.InvalidListPruningDebug.class - [JAR]

├─ org.apache.tephra.txprune.hbase.RegionsAtTime.class - [JAR]

org.apache.tephra.distributed.thrift

├─ org.apache.tephra.distributed.thrift.TBoolean.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TGenericException.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TInvalidTruncateTimeException.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TTransaction.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TTransactionConflictException.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TTransactionNotInProgressException.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TTransactionServer.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TTransactionType.class - [JAR]

├─ org.apache.tephra.distributed.thrift.TVisibilityLevel.class - [JAR]

org.apache.tephra.util

├─ org.apache.tephra.util.ConfigurationFactory.class - [JAR]

├─ org.apache.tephra.util.ConfigurationProvider.class - [JAR]

├─ org.apache.tephra.util.HBaseVersion.class - [JAR]

├─ org.apache.tephra.util.HBaseVersionSpecificFactory.class - [JAR]

├─ org.apache.tephra.util.TimeMathParser.class - [JAR]

├─ org.apache.tephra.util.TxUtils.class - [JAR]

org.apache.tephra.rpc

├─ org.apache.tephra.rpc.RPCServiceHandler.class - [JAR]

├─ org.apache.tephra.rpc.ThriftRPCServer.class - [JAR]

org.apache.tephra.metrics

├─ org.apache.tephra.metrics.DefaultMetricsCollector.class - [JAR]

├─ org.apache.tephra.metrics.MetricsCollector.class - [JAR]

├─ org.apache.tephra.metrics.TxMetricsCollector.class - [JAR]

org.apache.tephra.zookeeper

├─ org.apache.tephra.zookeeper.BasicACLData.class - [JAR]

├─ org.apache.tephra.zookeeper.BasicNodeChildren.class - [JAR]

├─ org.apache.tephra.zookeeper.BasicNodeData.class - [JAR]

├─ org.apache.tephra.zookeeper.TephraZKClientService.class - [JAR]

org.apache.tephra.txprune

├─ org.apache.tephra.txprune.RegionPruneInfo.class - [JAR]

├─ org.apache.tephra.txprune.TransactionPruningPlugin.class - [JAR]

├─ org.apache.tephra.txprune.TransactionPruningRunnable.class - [JAR]

├─ org.apache.tephra.txprune.TransactionPruningService.class - [JAR]

org.apache.thrift.server

├─ org.apache.thrift.server.TThreadedSelectorServerWithFix.class - [JAR]

Advertisement

Dependencies from Group

May 04, 2021
47 usages
May 04, 2021
31 usages

Discover Dependencies

May 10, 2020
12 usages
1.9k stars
Oct 18, 2019
8 usages
18 stars
Sep 19, 2022
31 usages
68.2k stars
Feb 22, 2017
14 usages
Nov 14, 2016
22 usages
546 stars
Sep 19, 2006
85 usages
May 21, 2013
13 usages
Jul 31, 2017
25 usages