tephra-core-0.7.0.jar中文-英文对照文档.zip

co.cask.tephratephra-core0.7.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: tephra-core-0.7.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.85 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

tephra-core-0.7.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:tephra-core-0.7.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:tephra-core-0.7.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:tephra-core-0.7.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:tephra-core-0.7.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 tephra-core-0.7.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Tephra Core
  • 描述: Tephra 事务系统核心模块
  • 版本: 0.7.0

Maven依赖

<dependency>
	<groupId>co.cask.tephra</groupId>
	<artifactId>tephra-core</artifactId>
	<version>0.7.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'co.cask.tephra', name: 'tephra-core', version: '0.7.0'
Gradle (Short):
	implementation 'co.cask.tephra:tephra-core:0.7.0'
Gradle (Kotlin):
	implementation("co.cask.tephra:tephra-core:0.7.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

co.cask.tephra
co.cask.tephra.coprocessor
co.cask.tephra.distributed
co.cask.tephra.distributed.thrift
co.cask.tephra.inmemory
co.cask.tephra.metrics
co.cask.tephra.persist
co.cask.tephra.rpc
co.cask.tephra.runtime
co.cask.tephra.snapshot
co.cask.tephra.util
co.cask.tephra.visibility
co.cask.tephra.zookeeper
org.apache.thrift.server

本组件包含的 Java class(类)

co.cask.tephra.AbstractTransactionAwareTable
co.cask.tephra.AbstractTransactionExecutor
co.cask.tephra.ChangeId
co.cask.tephra.DefaultTransactionExecutor
co.cask.tephra.InvalidTruncateTimeException
co.cask.tephra.NoRetryStrategy
co.cask.tephra.RetryOnConflictStrategy
co.cask.tephra.RetryStrategies
co.cask.tephra.RetryStrategy
co.cask.tephra.TransactionAdmin
co.cask.tephra.TransactionCodec
co.cask.tephra.TransactionContext
co.cask.tephra.TransactionCouldNotTakeSnapshotException
co.cask.tephra.TransactionExecutor
co.cask.tephra.TransactionExecutor.Function
co.cask.tephra.TransactionExecutor.Procedure
co.cask.tephra.TransactionExecutor.Subroutine
co.cask.tephra.TransactionExecutorFactory
co.cask.tephra.TransactionManager
co.cask.tephra.TransactionManager.InProgressTx
co.cask.tephra.TransactionServiceMain
co.cask.tephra.TransactionSystemClient
co.cask.tephra.TxConstants
co.cask.tephra.TxConstants.ConflictDetection
co.cask.tephra.TxConstants.DataJanitor
co.cask.tephra.TxConstants.HBase
co.cask.tephra.TxConstants.Manager
co.cask.tephra.TxConstants.Metrics
co.cask.tephra.TxConstants.Persist
co.cask.tephra.TxConstants.Service
co.cask.tephra.TxConstants.TransactionLog
co.cask.tephra.coprocessor.TransactionStateCache
co.cask.tephra.coprocessor.TransactionStateCacheSupplier
co.cask.tephra.distributed.AbstractClientProvider
co.cask.tephra.distributed.AbstractClientProvider.EndpointStrategy
co.cask.tephra.distributed.CloseableThriftClient
co.cask.tephra.distributed.ElasticPool
co.cask.tephra.distributed.PooledClientProvider
co.cask.tephra.distributed.RetryNTimes
co.cask.tephra.distributed.RetryNTimes.Provider
co.cask.tephra.distributed.RetryStrategy
co.cask.tephra.distributed.RetryStrategyProvider
co.cask.tephra.distributed.RetryWithBackoff
co.cask.tephra.distributed.RetryWithBackoff.Provider
co.cask.tephra.distributed.SingleUseClientProvider
co.cask.tephra.distributed.ThreadLocalClientProvider
co.cask.tephra.distributed.ThriftClientProvider
co.cask.tephra.distributed.TransactionConverterUtils
co.cask.tephra.distributed.TransactionService
co.cask.tephra.distributed.TransactionServiceClient
co.cask.tephra.distributed.TransactionServiceThriftClient
co.cask.tephra.distributed.TransactionServiceThriftHandler
co.cask.tephra.distributed.thrift.TBoolean
co.cask.tephra.distributed.thrift.TBoolean._Fields
co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
co.cask.tephra.distributed.thrift.TTransaction
co.cask.tephra.distributed.thrift.TTransaction._Fields
co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
co.cask.tephra.distributed.thrift.TTransactionServer
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.Factory
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.abortTx_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.canCommitTx_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.checkpoint_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.commitTx_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.getSnapshot_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidTxSize_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidateTx_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.resetState_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startLong_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShortTimeout_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShort_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.status_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTxBefore_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTx_call
co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
co.cask.tephra.distributed.thrift.TTransactionServer.Client
co.cask.tephra.distributed.thrift.TTransactionServer.Client.Factory
co.cask.tephra.distributed.thrift.TTransactionServer.Iface
co.cask.tephra.distributed.thrift.TTransactionServer.Processor
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.abortTx
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.canCommitTx
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.checkpoint
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.commitTx
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.getSnapshot
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidTxSize
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidateTx
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.resetState
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startLong
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShort
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShortTimeout
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.status
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTx
co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTxBefore
co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.status_args
co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.status_result
co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
co.cask.tephra.distributed.thrift.TTransactionType
co.cask.tephra.distributed.thrift.TVisibilityLevel
co.cask.tephra.inmemory.DetachedTxSystemClient
co.cask.tephra.inmemory.InMemoryTransactionService
co.cask.tephra.inmemory.InMemoryTxSystemClient
co.cask.tephra.inmemory.MinimalTxSystemClient
co.cask.tephra.metrics.DefaultMetricsCollector
co.cask.tephra.metrics.MetricsCollector
co.cask.tephra.metrics.TxMetricsCollector
co.cask.tephra.persist.AbstractTransactionLog
co.cask.tephra.persist.AbstractTransactionLog.Entry
co.cask.tephra.persist.AbstractTransactionStateStorage
co.cask.tephra.persist.CommitMarkerCodec
co.cask.tephra.persist.HDFSTransactionLog
co.cask.tephra.persist.HDFSTransactionLogReaderSupplier
co.cask.tephra.persist.HDFSTransactionLogReaderV1
co.cask.tephra.persist.HDFSTransactionLogReaderV2
co.cask.tephra.persist.HDFSTransactionStateStorage
co.cask.tephra.persist.HDFSUtil
co.cask.tephra.persist.LocalFileTransactionLog
co.cask.tephra.persist.LocalFileTransactionStateStorage
co.cask.tephra.persist.NoOpTransactionStateStorage
co.cask.tephra.persist.TransactionEdit
co.cask.tephra.persist.TransactionEdit.State
co.cask.tephra.persist.TransactionEditCodecs
co.cask.tephra.persist.TransactionLog
co.cask.tephra.persist.TransactionLogReader
co.cask.tephra.persist.TransactionLogWriter
co.cask.tephra.persist.TransactionSnapshot
co.cask.tephra.persist.TransactionStateStorage
co.cask.tephra.persist.TransactionVisibilityState
co.cask.tephra.rpc.RPCServiceHandler
co.cask.tephra.rpc.ThriftRPCServer
co.cask.tephra.rpc.ThriftRPCServer.Builder
co.cask.tephra.runtime.ConfigModule
co.cask.tephra.runtime.DiscoveryModules
co.cask.tephra.runtime.TransactionClientModule
co.cask.tephra.runtime.TransactionInMemoryModule
co.cask.tephra.runtime.TransactionModules
co.cask.tephra.runtime.TransactionStateStorageProvider
co.cask.tephra.runtime.ZKModule
co.cask.tephra.snapshot.BinaryDecoder
co.cask.tephra.snapshot.BinaryEncoder
co.cask.tephra.snapshot.DefaultSnapshotCodec
co.cask.tephra.snapshot.SnapshotCodec
co.cask.tephra.snapshot.SnapshotCodecProvider
co.cask.tephra.snapshot.SnapshotCodecV2
co.cask.tephra.snapshot.SnapshotCodecV3
co.cask.tephra.snapshot.SnapshotCodecV4
co.cask.tephra.util.ConfigurationFactory
co.cask.tephra.util.ConfigurationProvider
co.cask.tephra.util.HBaseVersion
co.cask.tephra.util.HBaseVersion.Version
co.cask.tephra.util.HBaseVersion.VersionNumber
co.cask.tephra.util.HBaseVersionSpecificFactory
co.cask.tephra.util.TxUtils
co.cask.tephra.visibility.DefaultFenceWait
co.cask.tephra.visibility.FenceWait
co.cask.tephra.visibility.VisibilityFence
co.cask.tephra.zookeeper.TephraZKClientService
org.apache.thrift.server.TThreadedSelectorServerWithFix
org.apache.thrift.server.TThreadedSelectorServerWithFix.Args
org.apache.thrift.server.TThreadedSelectorServerWithFix.Args.AcceptPolicy