- canCommit(Transaction, Collection<byte[]>) - Method in class co.cask.tephra.distributed.TransactionServiceClient
-
- canCommit(Transaction, Collection<byte[]>) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
- canCommit(Transaction, Collection<byte[]>) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
-
- canCommit(Transaction, Collection<byte[]>) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- canCommit(Transaction, Collection<byte[]>) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
-
- canCommit(Transaction, Collection<byte[]>) - Method in class co.cask.tephra.TransactionManager
-
- canCommit(Transaction, Collection<byte[]>) - Method in interface co.cask.tephra.TransactionSystemClient
-
Checks if transaction with the set of changes can be committed.
- canCommitTx(TTransaction, Set<ByteBuffer>, AsyncMethodCallback<TTransactionServer.AsyncClient.canCommitTx_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- canCommitTx(TTransaction, Set<ByteBuffer>, AsyncMethodCallback<TTransactionServer.AsyncClient.canCommitTx_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- canCommitTx(TTransaction, Set<ByteBuffer>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- canCommitTx(TTransaction, Set<ByteBuffer>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- canCommitTx(TTransaction, Set<ByteBuffer>) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- CFG_DATA_TX_BIND_ADDRESS - Static variable in class co.cask.tephra.TxConstants.Service
-
for the address (hostname) of the tx server.
- CFG_DATA_TX_BIND_PORT - Static variable in class co.cask.tephra.TxConstants.Service
-
for the port of the tx server.
- CFG_DATA_TX_CLIENT_ATTEMPTS - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the number of times to retry a failed thrift call.
- CFG_DATA_TX_CLIENT_BACKOFF_FACTOR - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the backoff factor for retry strategy backoff.
- CFG_DATA_TX_CLIENT_BACKOFF_INIITIAL - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the initial sleep time for retry strategy backoff.
- CFG_DATA_TX_CLIENT_BACKOFF_LIMIT - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the sleep time limit for retry strategy backoff.
- CFG_DATA_TX_CLIENT_COUNT - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the number of threads for client provider "pool".
- CFG_DATA_TX_CLIENT_PROVIDER - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the tx client provider strategy.
- CFG_DATA_TX_CLIENT_RETRY_STRATEGY - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the retry strategy for a failed thrift call.
- CFG_DATA_TX_CLIENT_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.Service
-
to specify the tx client socket timeout in ms.
- CFG_DATA_TX_DISCOVERY_SERVICE_NAME - Static variable in class co.cask.tephra.TxConstants.Service
-
for the name used to announce service availability to discovery service
- CFG_DATA_TX_SERVER_IO_THREADS - Static variable in class co.cask.tephra.TxConstants.Service
-
the number of IO threads in the tx service.
- CFG_DATA_TX_SERVER_THREADS - Static variable in class co.cask.tephra.TxConstants.Service
-
the number of handler threads in the tx service.
- CFG_DATA_TX_THRIFT_MAX_READ_BUFFER - Static variable in class co.cask.tephra.TxConstants.Service
-
- CFG_DATA_TX_ZOOKEEPER_QUORUM - Static variable in class co.cask.tephra.TxConstants.Service
-
for the zookeeper quorum string for leader election for tx server.
- CFG_DO_PERSIST - Static variable in class co.cask.tephra.TxConstants.Manager
-
- CFG_TX_CLEANUP_INTERVAL - Static variable in class co.cask.tephra.TxConstants.Manager
-
How often to clean up timed out transactions, in seconds, or 0 for no cleanup.
- CFG_TX_HDFS_USER - Static variable in class co.cask.tephra.TxConstants.Manager
-
The user id to access HDFS if not running in secure HDFS.
- CFG_TX_JANITOR_ENABLE - Static variable in class co.cask.tephra.TxConstants.DataJanitor
-
Whether or not the TransactionDataJanitor coprocessor should be enabled on tables.
- CFG_TX_LONG_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.Manager
-
The timeout for a long running transaction, in seconds.
- CFG_TX_SNAPHOT_CODEC_CLASSES - Static variable in class co.cask.tephra.TxConstants.Persist
-
The class names of all known transaction snapshot codecs.
- CFG_TX_SNAPSHOT_DIR - Static variable in class co.cask.tephra.TxConstants.Manager
-
Directory in HDFS used for transaction snapshot and log storage.
- CFG_TX_SNAPSHOT_INTERVAL - Static variable in class co.cask.tephra.TxConstants.Manager
-
The frequency (in seconds) to perform periodic snapshots, or 0 for no periodic snapshots.
- CFG_TX_SNAPSHOT_LOCAL_DIR - Static variable in class co.cask.tephra.TxConstants.Manager
-
Directory on the local filesystem used for transaction snapshot and log storage.
- CFG_TX_SNAPSHOT_RETAIN - Static variable in class co.cask.tephra.TxConstants.Manager
-
Number of most recent transaction snapshots to retain.
- CFG_TX_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.Manager
-
The timeout for a transaction, in seconds.
- ChangeId - Class in co.cask.tephra
-
Represents a row key from a data set changed as part of a transaction.
- ChangeId(byte[]) - Constructor for class co.cask.tephra.ChangeId
-
- changes - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- changeSets - Variable in class co.cask.tephra.AbstractTransactionAwareTable
-
- checkpoint(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.checkpoint_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- checkpoint(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.checkpoint_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- checkpoint(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- checkpoint(TTransaction) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- checkpoint(Transaction) - Method in class co.cask.tephra.distributed.TransactionServiceClient
-
- checkpoint(Transaction) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
- checkpoint(TTransaction) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- checkpoint(Transaction) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
-
- checkpoint(Transaction) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- checkpoint(Transaction) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
-
- checkpoint() - Method in class co.cask.tephra.TransactionContext
-
Checkpoints the current transaction by flushing any pending writes for the registered
TransactionAware
instances, and obtaining a new current write pointer for the transaction.
- checkpoint(Transaction) - Method in class co.cask.tephra.TransactionManager
-
- checkpoint(Transaction) - Method in interface co.cask.tephra.TransactionSystemClient
-
Performs a checkpoint operation on the current transaction, returning a new Transaction instance with the
updated state.
- checkpointWritePointers - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
- clear() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
- clear() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- clear() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- clear() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- close() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
close this client.
- close() - Method in class co.cask.tephra.persist.AbstractTransactionLog
-
- close() - Method in interface co.cask.tephra.persist.TransactionLog
-
- co.cask.tephra - package co.cask.tephra
-
This package contains implementations of the transaction system v2.
- co.cask.tephra.coprocessor - package co.cask.tephra.coprocessor
-
This package contains HBase coprocessor implementations for the transaction system.
- co.cask.tephra.distributed - package co.cask.tephra.distributed
-
This package contains standalone server of the transaction system v2.
- co.cask.tephra.distributed.thrift - package co.cask.tephra.distributed.thrift
-
- co.cask.tephra.inmemory - package co.cask.tephra.inmemory
-
This package contains in memory implementation of the transaction system v2.
- co.cask.tephra.metrics - package co.cask.tephra.metrics
-
- co.cask.tephra.persist - package co.cask.tephra.persist
-
This package contains interfaces and implementations for persisting transaction state.
- co.cask.tephra.rpc - package co.cask.tephra.rpc
-
This package contains class for writing RPC server and client in simple manner.
- co.cask.tephra.runtime - package co.cask.tephra.runtime
-
- co.cask.tephra.snapshot - package co.cask.tephra.snapshot
-
This package contains interfaces and implementations for encoding and decoding transaction snapshots.
- co.cask.tephra.util - package co.cask.tephra.util
-
- codecProvider - Variable in class co.cask.tephra.persist.AbstractTransactionStateStorage
-
- commit(Transaction) - Method in class co.cask.tephra.distributed.TransactionServiceClient
-
- commit(Transaction) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
- commit(Transaction) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
-
- commit(Transaction) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- commit(Transaction) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
-
- commit(Transaction) - Method in class co.cask.tephra.TransactionManager
-
- commit(Transaction) - Method in interface co.cask.tephra.TransactionSystemClient
-
Makes transaction visible.
- commitTx() - Method in class co.cask.tephra.AbstractTransactionAwareTable
-
- commitTx(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.commitTx_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- commitTx(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.commitTx_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- commitTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- commitTx(TTransaction) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- commitTx(TTransaction) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- compareTo(TBoolean) - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
- compareTo(TInvalidTruncateTimeException) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- compareTo(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
- compareTo(TTransactionCouldNotTakeSnapshotException) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- compareTo(TTransactionNotInProgressException) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- compareTo(TTransactionServer.abortTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- compareTo(TTransactionServer.abortTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
- compareTo(TTransactionServer.canCommitTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- compareTo(TTransactionServer.canCommitTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- compareTo(TTransactionServer.checkpoint_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- compareTo(TTransactionServer.checkpoint_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- compareTo(TTransactionServer.commitTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- compareTo(TTransactionServer.commitTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- compareTo(TTransactionServer.getSnapshot_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
- compareTo(TTransactionServer.getSnapshot_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- compareTo(TTransactionServer.invalidateTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- compareTo(TTransactionServer.invalidateTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- compareTo(TTransactionServer.invalidTxSize_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
- compareTo(TTransactionServer.invalidTxSize_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- compareTo(TTransactionServer.resetState_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
- compareTo(TTransactionServer.resetState_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
- compareTo(TTransactionServer.startLong_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
- compareTo(TTransactionServer.startLong_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- compareTo(TTransactionServer.startShort_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
- compareTo(TTransactionServer.startShort_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- compareTo(TTransactionServer.startShortTimeout_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- compareTo(TTransactionServer.startShortTimeout_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- compareTo(TTransactionServer.status_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
- compareTo(TTransactionServer.status_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- compareTo(TTransactionServer.truncateInvalidTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- compareTo(TTransactionServer.truncateInvalidTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- compareTo(TTransactionServer.truncateInvalidTxBefore_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- compareTo(TTransactionServer.truncateInvalidTxBefore_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- conf - Variable in class co.cask.tephra.coprocessor.TransactionStateCacheSupplier
-
- ConfigModule - Class in co.cask.tephra.runtime
-
Provides Guice bindings for Configuration.
- ConfigModule(Configuration) - Constructor for class co.cask.tephra.runtime.ConfigModule
-
- ConfigurationFactory - Class in co.cask.tephra.util
-
Provides org.apache.hadoop.conf.Configuration instances, constructed by the correct version used
for the runtime.
- ConfigurationFactory() - Constructor for class co.cask.tephra.util.ConfigurationFactory
-
- ConfigurationProvider - Class in co.cask.tephra.util
-
Provides Configuration instances, constructed by the HBase version on which we are running.
- ConfigurationProvider() - Constructor for class co.cask.tephra.util.ConfigurationProvider
-
- configure(Configuration) - Method in class co.cask.tephra.distributed.RetryNTimes.Provider
-
- configure(Configuration) - Method in interface co.cask.tephra.distributed.RetryStrategyProvider
-
Configure the strategy.
- configure(Configuration) - Method in class co.cask.tephra.distributed.RetryWithBackoff.Provider
-
- configure(Configuration) - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
-
- configure(Configuration) - Method in interface co.cask.tephra.metrics.MetricsCollector
-
Called before the collector service is started, allowing the collector to setup any
required configuration.
- configure(Configuration) - Method in class co.cask.tephra.metrics.TxMetricsCollector
-
- configure() - Method in class co.cask.tephra.runtime.ConfigModule
-
- configure() - Method in class co.cask.tephra.runtime.TransactionClientModule
-
- configure() - Method in class co.cask.tephra.runtime.TransactionInMemoryModule
-
- configure() - Method in class co.cask.tephra.runtime.ZKModule
-
- conflictLevel - Variable in class co.cask.tephra.AbstractTransactionAwareTable
-
- copyFrom(long, long, long, Collection<Long>, NavigableMap<Long, TransactionManager.InProgressTx>, Map<Long, Set<ChangeId>>, NavigableMap<Long, Set<ChangeId>>) - Static method in class co.cask.tephra.persist.TransactionSnapshot
-
Creates a new TransactionSnapshot instance with copies of all of the individual collections.
- create() - Method in class co.cask.tephra.distributed.ElasticPool
-
A method to create a new element.
- create(String) - Static method in class co.cask.tephra.util.HBaseVersion.VersionNumber
-
- createAborted(long, TransactionType, long[]) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createCheckpoint(long, long) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createCommitted(long, Set<ChangeId>, long, boolean) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createCommitting(long, Set<ChangeId>) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createDummyTransaction(TransactionSnapshot) - Static method in class co.cask.tephra.util.TxUtils
-
Creates a "dummy" transaction based on the given snapshot's state.
- createExecutor(Iterable<TransactionAware>) - Method in interface co.cask.tephra.TransactionExecutorFactory
-
- createInstance(String) - Method in class co.cask.tephra.util.HBaseVersionSpecificFactory
-
- createInvalid(long) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createLog(long) - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
-
- createLog(long) - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
-
- createLog(long) - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
-
- createLog(long) - Method in interface co.cask.tephra.persist.TransactionStateStorage
-
- createMoveWatermark(long) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createStarted(long, long, long, TransactionType) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createTruncateInvalidTx(Set<Long>) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createTruncateInvalidTxBefore(long) - Static method in class co.cask.tephra.persist.TransactionEdit
-
- createWriter() - Method in class co.cask.tephra.persist.AbstractTransactionLog
-
Returns a log writer to be used for appending any new
TransactionEdit objects.
- createWriter() - Method in class co.cask.tephra.persist.HDFSTransactionLog
-
- createWriter() - Method in class co.cask.tephra.persist.LocalFileTransactionLog
-
- FAMILY_DELETE_QUALIFIER - Static variable in class co.cask.tephra.TxConstants
-
Column qualifier used for a special delete marker tombstone, which identifies an entire column family as deleted.
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
- fieldForId(int) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
- fieldForId(int) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- fieldForId(int) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- fieldForId(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByThriftIdOrThrow(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
-
Find the _Fields constant that matches fieldId, throwing an exception
if it is not found.
- findByValue(int) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionType
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- findByValue(int) - Static method in enum co.cask.tephra.distributed.thrift.TVisibilityLevel
-
Find a the enum type by its integer value, as defined in the Thrift IDL.
- finish() - Method in class co.cask.tephra.TransactionContext
-
Commits the current transaction.
- firstShort - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-
- init() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- init() - Method in class co.cask.tephra.persist.AbstractTransactionLog
-
Initializes the log file, opening a file writer.
- init() - Method in interface co.cask.tephra.rpc.RPCServiceHandler
-
- init(String[]) - Method in class co.cask.tephra.TransactionServiceMain
-
Invoked by jsvc to initialize the program.
- initialize() - Method in class co.cask.tephra.distributed.AbstractClientProvider
-
- initialize() - Method in class co.cask.tephra.distributed.PooledClientProvider
-
- initialize() - Method in interface co.cask.tephra.distributed.ThriftClientProvider
-
Initialize the provider.
- initialized - Variable in class co.cask.tephra.distributed.AbstractClientProvider
-
- InMemoryTransactionService - Class in co.cask.tephra.inmemory
-
Transaction server that manages transaction data for the Reactor.
- InMemoryTransactionService(Configuration, DiscoveryService, Provider<TransactionManager>) - Constructor for class co.cask.tephra.inmemory.InMemoryTransactionService
-
- InMemoryTxSystemClient - Class in co.cask.tephra.inmemory
-
- InMemoryTxSystemClient(TransactionManager) - Constructor for class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- inProgress - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-
- instance - Static variable in class co.cask.tephra.coprocessor.TransactionStateCacheSupplier
-
- INSTANCE - Static variable in class co.cask.tephra.NoRetryStrategy
-
- internalStop() - Method in class co.cask.tephra.distributed.TransactionService
-
- invalidate(long) - Method in class co.cask.tephra.distributed.TransactionServiceClient
-
- invalidate(long) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
- invalidate(long) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
-
- invalidate(long) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- invalidate(long) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
-
- invalidate(long) - Method in class co.cask.tephra.TransactionManager
-
- invalidate(long) - Method in interface co.cask.tephra.TransactionSystemClient
-
Makes transaction invalid.
- invalidateTx(long, AsyncMethodCallback<TTransactionServer.AsyncClient.invalidateTx_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- invalidateTx(long, AsyncMethodCallback<TTransactionServer.AsyncClient.invalidateTx_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- invalidateTx(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- invalidateTx(long) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- invalidateTx(long) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- invalids - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-
- InvalidTruncateTimeException - Exception in co.cask.tephra
-
Thrown when truncate invalid list is called with a time, and when there are in-progress transactions that
were started before the given time.
- InvalidTruncateTimeException(String) - Constructor for exception co.cask.tephra.InvalidTruncateTimeException
-
- invalidTxSize(AsyncMethodCallback<TTransactionServer.AsyncClient.invalidTxSize_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- invalidTxSize(AsyncMethodCallback<TTransactionServer.AsyncClient.invalidTxSize_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- invalidTxSize() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- invalidTxSize() - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- invalidTxSize() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- ioThreads - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
-
- isClosed() - Method in class co.cask.tephra.persist.AbstractTransactionLog
-
- isLongRunning() - Method in class co.cask.tephra.TransactionManager.InProgressTx
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.abortTx
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.canCommitTx
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.checkpoint
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.commitTx
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.getSnapshot
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidateTx
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidTxSize
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.resetState
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startLong
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShort
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShortTimeout
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.status
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTx
-
- isOneway() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTxBefore
-
- isSet(TBoolean._Fields) - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TInvalidTruncateTimeException._Fields) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransaction._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionCouldNotTakeSnapshotException._Fields) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionNotInProgressException._Fields) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.abortTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.abortTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.canCommitTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.canCommitTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.checkpoint_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.checkpoint_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.commitTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.commitTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.getSnapshot_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.getSnapshot_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.invalidateTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.invalidateTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.invalidTxSize_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.invalidTxSize_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.resetState_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.resetState_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.startLong_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.startLong_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.startShort_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.startShort_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.startShortTimeout_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.startShortTimeout_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.status_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.status_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.truncateInvalidTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.truncateInvalidTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.truncateInvalidTxBefore_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TTransactionServer.truncateInvalidTxBefore_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSetChanges() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
Returns true if field changes is set (has been assigned a value) and false otherwise
- isSetCheckpointWritePointers() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field checkpointWritePointers is set (has been assigned a value) and false otherwise
- isSetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
Returns true if field e is set (has been assigned a value) and false otherwise
- isSetFirstShort() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field firstShort is set (has been assigned a value) and false otherwise
- isSetInProgress() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field inProgress is set (has been assigned a value) and false otherwise
- isSetInvalids() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field invalids is set (has been assigned a value) and false otherwise
- isSetMessage() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
Returns true if field message is set (has been assigned a value) and false otherwise
- isSetMessage() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
Returns true if field message is set (has been assigned a value) and false otherwise
- isSetMessage() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
Returns true if field message is set (has been assigned a value) and false otherwise
- isSetReadPointer() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field readPointer is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
Returns true if field success is set (has been assigned a value) and false otherwise
- isSetTime() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
Returns true if field time is set (has been assigned a value) and false otherwise
- isSetTimeout() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
Returns true if field timeout is set (has been assigned a value) and false otherwise
- isSetTransactionId() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field transactionId is set (has been assigned a value) and false otherwise
- isSetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
Returns true if field tx is set (has been assigned a value) and false otherwise
- isSetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
Returns true if field tx is set (has been assigned a value) and false otherwise
- isSetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
Returns true if field tx is set (has been assigned a value) and false otherwise
- isSetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
Returns true if field tx is set (has been assigned a value) and false otherwise
- isSetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
Returns true if field tx is set (has been assigned a value) and false otherwise
- isSetTxns() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
Returns true if field txns is set (has been assigned a value) and false otherwise
- isSetType() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field type is set (has been assigned a value) and false otherwise
- isSetValue() - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
Returns true if field value is set (has been assigned a value) and false otherwise
- isSetVisibilityLevel() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field visibilityLevel is set (has been assigned a value) and false otherwise
- isSetWritePointer() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
Returns true if field writePointer is set (has been assigned a value) and false otherwise
- isSnapshot() - Method in class co.cask.tephra.util.HBaseVersion.VersionNumber
-
- isSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- isValue() - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
- takeSnapshot(OutputStream) - Method in class co.cask.tephra.TransactionManager
-
Take a snapshot of the transaction state and serialize it into the given output stream.
- TBoolean - Class in co.cask.tephra.distributed.thrift
-
- TBoolean() - Constructor for class co.cask.tephra.distributed.thrift.TBoolean
-
- TBoolean(boolean) - Constructor for class co.cask.tephra.distributed.thrift.TBoolean
-
- TBoolean(TBoolean) - Constructor for class co.cask.tephra.distributed.thrift.TBoolean
-
Performs a deep copy on other.
- TBoolean._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- ThreadLocalClientProvider - Class in co.cask.tephra.distributed
-
An tx client provider that uses thread local to maintain at most one open connection per thread.
- ThreadLocalClientProvider(Configuration, DiscoveryServiceClient) - Constructor for class co.cask.tephra.distributed.ThreadLocalClientProvider
-
- threads - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
-
- ThriftClientProvider - Interface in co.cask.tephra.distributed
-
This interface is used to provide thrift tx service clients:
there is only one (singleton)
tx service per JVM, but many threads may use it concurrently.
- ThriftRPCServer<T extends RPCServiceHandler,I> - Class in co.cask.tephra.rpc
-
- ThriftRPCServer.Builder<I> - Class in co.cask.tephra.rpc
-
Builder for creating instance of ThriftRPCServer.
- time - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- timeout - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- timestamp - Variable in class co.cask.tephra.persist.AbstractTransactionLog
-
- TInvalidTruncateTimeException - Exception in co.cask.tephra.distributed.thrift
-
- TInvalidTruncateTimeException() - Constructor for exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- TInvalidTruncateTimeException(String) - Constructor for exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- TInvalidTruncateTimeException(TInvalidTruncateTimeException) - Constructor for exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
Performs a deep copy on other.
- TInvalidTruncateTimeException._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- toString() - Method in class co.cask.tephra.ChangeId
-
- toString() - Method in class co.cask.tephra.distributed.PooledClientProvider
-
- toString() - Method in class co.cask.tephra.distributed.RetryNTimes.Provider
-
- toString() - Method in class co.cask.tephra.distributed.RetryWithBackoff.Provider
-
- toString() - Method in class co.cask.tephra.distributed.SingleUseClientProvider
-
- toString() - Method in class co.cask.tephra.distributed.ThreadLocalClientProvider
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
- toString() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
- toString() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- toString() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- toString() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- toString() - Method in class co.cask.tephra.persist.TransactionEdit
-
- toString() - Method in class co.cask.tephra.persist.TransactionSnapshot
-
- toString() - Method in class co.cask.tephra.TransactionManager.InProgressTx
-
- TransactionAdmin - Class in co.cask.tephra
-
- TransactionAdmin(PrintStream, PrintStream) - Constructor for class co.cask.tephra.TransactionAdmin
-
- TransactionClientModule - Class in co.cask.tephra.runtime
-
- TransactionClientModule() - Constructor for class co.cask.tephra.runtime.TransactionClientModule
-
- TransactionCodec - Class in co.cask.tephra
-
Handles serialization and deserialization of
Transaction instances to and from
byte[].
- TransactionCodec() - Constructor for class co.cask.tephra.TransactionCodec
-
- TransactionConflictException - Exception in co.cask.tephra
-
- TransactionConflictException(String) - Constructor for exception co.cask.tephra.TransactionConflictException
-
- TransactionConflictException(String, Throwable) - Constructor for exception co.cask.tephra.TransactionConflictException
-
- TransactionContext - Class in co.cask.tephra
-
Utility class that encapsulates the transaction life cycle over a given set of
transaction-aware datasets.
- TransactionContext(TransactionSystemClient, TransactionAware...) - Constructor for class co.cask.tephra.TransactionContext
-
- TransactionContext(TransactionSystemClient, Iterable<TransactionAware>) - Constructor for class co.cask.tephra.TransactionContext
-
- TransactionConverterUtils - Class in co.cask.tephra.distributed
-
Utility methods to convert to thrift and back.
- TransactionConverterUtils() - Constructor for class co.cask.tephra.distributed.TransactionConverterUtils
-
- TransactionCouldNotTakeSnapshotException - Exception in co.cask.tephra
-
Throw when taking a snapshot fails.
- TransactionCouldNotTakeSnapshotException(String) - Constructor for exception co.cask.tephra.TransactionCouldNotTakeSnapshotException
-
- TransactionEdit - Class in co.cask.tephra.persist
-
- TransactionEdit() - Constructor for class co.cask.tephra.persist.TransactionEdit
-
- TransactionEdit.State - Enum in co.cask.tephra.persist
-
The possible state changes for a transaction.
- TransactionExecutor - Interface in co.cask.tephra
-
Utility that wraps the execution of a function into the context of a transaction.
- TransactionExecutor.Function<I,O> - Interface in co.cask.tephra
-
A function is a class with a single method that takes an argument and returns a result.
- TransactionExecutor.Procedure<I> - Interface in co.cask.tephra
-
A procedure is a class with a single void method that takes an argument.
- TransactionExecutor.Subroutine - Interface in co.cask.tephra
-
A subroutine is a class with a single void method without arguments.
- TransactionExecutorFactory - Interface in co.cask.tephra
-
A factory for transaction executors.
- TransactionFailureException - Exception in co.cask.tephra
-
- TransactionFailureException(String) - Constructor for exception co.cask.tephra.TransactionFailureException
-
- TransactionFailureException(String, Throwable) - Constructor for exception co.cask.tephra.TransactionFailureException
-
- transactionId - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-
- TransactionInMemoryModule - Class in co.cask.tephra.runtime
-
Guice bindings for running completely in-memory (no persistence).
- TransactionInMemoryModule() - Constructor for class co.cask.tephra.runtime.TransactionInMemoryModule
-
- TransactionLog - Interface in co.cask.tephra.persist
-
Represents a log of transaction state changes.
- TransactionLogReader - Interface in co.cask.tephra.persist
-
- TransactionLogWriter - Interface in co.cask.tephra.persist
-
- TransactionManager - Class in co.cask.tephra
-
This is the central place to manage all active transactions in the system.
- TransactionManager(Configuration) - Constructor for class co.cask.tephra.TransactionManager
-
- TransactionManager(Configuration, TransactionStateStorage, MetricsCollector) - Constructor for class co.cask.tephra.TransactionManager
-
- TransactionManager.InProgressTx - Class in co.cask.tephra
-
Represents some of the info on in-progress tx
- TransactionManager.InProgressTx(long, long, TransactionType) - Constructor for class co.cask.tephra.TransactionManager.InProgressTx
-
- TransactionManager.InProgressTx(long, long, TransactionType, LongArrayList) - Constructor for class co.cask.tephra.TransactionManager.InProgressTx
-
- TransactionManager.InProgressTx(long, long) - Constructor for class co.cask.tephra.TransactionManager.InProgressTx
-
Deprecated.
- TransactionModules - Class in co.cask.tephra.runtime
-
Provides access to Google Guice modules for in-memory, single-node, and distributed operation.
- TransactionModules() - Constructor for class co.cask.tephra.runtime.TransactionModules
-
- TransactionNotInProgressException - Exception in co.cask.tephra
-
Thrown when transaction has timed out.
- TransactionNotInProgressException(String) - Constructor for exception co.cask.tephra.TransactionNotInProgressException
-
- TransactionService - Class in co.cask.tephra.distributed
-
- TransactionService(Configuration, ZKClient, DiscoveryService, Provider<TransactionManager>) - Constructor for class co.cask.tephra.distributed.TransactionService
-
- TransactionServiceClient - Class in co.cask.tephra.distributed
-
A tx service client
- TransactionServiceClient(Configuration, ThriftClientProvider) - Constructor for class co.cask.tephra.distributed.TransactionServiceClient
-
Create from a configuration.
- TransactionServiceMain - Class in co.cask.tephra
-
Driver class to start and stop tx in distributed mode.
- TransactionServiceMain() - Constructor for class co.cask.tephra.TransactionServiceMain
-
- TransactionServiceMain(Configuration) - Constructor for class co.cask.tephra.TransactionServiceMain
-
- TransactionServiceThriftClient - Class in co.cask.tephra.distributed
-
This class is a wrapper around the thrift tx service client, it takes
Operations, converts them into thrift objects, calls the thrift
client, and converts the results back to data fabric classes.
- TransactionServiceThriftClient(TTransport) - Constructor for class co.cask.tephra.distributed.TransactionServiceThriftClient
-
Constructor from an existing, connected thrift transport.
- TransactionServiceThriftHandler - Class in co.cask.tephra.distributed
-
The implementation of a thrift service for tx service.
- TransactionServiceThriftHandler(TransactionManager) - Constructor for class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- TransactionSnapshot - Class in co.cask.tephra.persist
-
Represents an in-memory snapshot of the full transaction state.
- TransactionSnapshot(long, long, long, Collection<Long>, NavigableMap<Long, TransactionManager.InProgressTx>, Map<Long, Set<ChangeId>>, Map<Long, Set<ChangeId>>) - Constructor for class co.cask.tephra.persist.TransactionSnapshot
-
- TransactionStateCache - Class in co.cask.tephra.coprocessor
-
Periodically refreshes transaction state from the latest stored snapshot.
- TransactionStateCache() - Constructor for class co.cask.tephra.coprocessor.TransactionStateCache
-
- TransactionStateCacheSupplier - Class in co.cask.tephra.coprocessor
-
- TransactionStateCacheSupplier(Configuration) - Constructor for class co.cask.tephra.coprocessor.TransactionStateCacheSupplier
-
- TransactionStateStorage - Interface in co.cask.tephra.persist
-
Defines the common contract for persisting transaction state changes.
- TransactionStateStorageProvider - Class in co.cask.tephra.runtime
-
- TransactionSystemClient - Interface in co.cask.tephra
-
Client talking to transaction system.
- triggerShutdown() - Method in class co.cask.tephra.rpc.ThriftRPCServer
-
- truncateInvalidTx(Set<Long>, AsyncMethodCallback<TTransactionServer.AsyncClient.truncateInvalidTx_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- truncateInvalidTx(Set<Long>, AsyncMethodCallback<TTransactionServer.AsyncClient.truncateInvalidTx_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- truncateInvalidTx(Set<Long>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.distributed.TransactionServiceClient
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
-
- truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.TransactionManager
-
Removes the given transaction ids from the invalid list.
- truncateInvalidTx(Set<Long>) - Method in interface co.cask.tephra.TransactionSystemClient
-
Removes the given transaction ids from the invalid list.
- truncateInvalidTxBefore(long, AsyncMethodCallback<TTransactionServer.AsyncClient.truncateInvalidTxBefore_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- truncateInvalidTxBefore(long, AsyncMethodCallback<TTransactionServer.AsyncClient.truncateInvalidTxBefore_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- truncateInvalidTxBefore(long) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.distributed.TransactionServiceClient
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
-
- truncateInvalidTxBefore(long) - Method in class co.cask.tephra.TransactionManager
-
Removes all transaction ids started before the given time from invalid list.
- truncateInvalidTxBefore(long) - Method in interface co.cask.tephra.TransactionSystemClient
-
Removes all transaction ids started before the given time from invalid list.
- TTransaction - Class in co.cask.tephra.distributed.thrift
-
- TTransaction() - Constructor for class co.cask.tephra.distributed.thrift.TTransaction
-
- TTransaction(long, long, List<Long>, List<Long>, long, TTransactionType, long, List<Long>, TVisibilityLevel) - Constructor for class co.cask.tephra.distributed.thrift.TTransaction
-
- TTransaction(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransaction
-
Performs a deep copy on other.
- TTransaction._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionCouldNotTakeSnapshotException - Exception in co.cask.tephra.distributed.thrift
-
- TTransactionCouldNotTakeSnapshotException() - Constructor for exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- TTransactionCouldNotTakeSnapshotException(String) - Constructor for exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- TTransactionCouldNotTakeSnapshotException(TTransactionCouldNotTakeSnapshotException) - Constructor for exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
Performs a deep copy on other.
- TTransactionCouldNotTakeSnapshotException._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionNotInProgressException - Exception in co.cask.tephra.distributed.thrift
-
- TTransactionNotInProgressException() - Constructor for exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- TTransactionNotInProgressException(String) - Constructor for exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- TTransactionNotInProgressException(TTransactionNotInProgressException) - Constructor for exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
Performs a deep copy on other.
- TTransactionNotInProgressException._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer
-
- TTransactionServer.abortTx_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.abortTx_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- TTransactionServer.abortTx_args(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- TTransactionServer.abortTx_args(TTransactionServer.abortTx_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
Performs a deep copy on other.
- TTransactionServer.abortTx_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.abortTx_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.abortTx_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
- TTransactionServer.abortTx_result(TTransactionServer.abortTx_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
Performs a deep copy on other.
- TTransactionServer.abortTx_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.AsyncClient - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
-
- TTransactionServer.AsyncClient.abortTx_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.abortTx_call(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.abortTx_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.abortTx_call
-
- TTransactionServer.AsyncClient.canCommitTx_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.canCommitTx_call(TTransaction, Set<ByteBuffer>, AsyncMethodCallback<TTransactionServer.AsyncClient.canCommitTx_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.canCommitTx_call
-
- TTransactionServer.AsyncClient.checkpoint_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.checkpoint_call(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.checkpoint_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.checkpoint_call
-
- TTransactionServer.AsyncClient.commitTx_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.commitTx_call(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.commitTx_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.commitTx_call
-
- TTransactionServer.AsyncClient.Factory - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.Factory
-
- TTransactionServer.AsyncClient.getSnapshot_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.getSnapshot_call(AsyncMethodCallback<TTransactionServer.AsyncClient.getSnapshot_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.getSnapshot_call
-
- TTransactionServer.AsyncClient.invalidateTx_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.invalidateTx_call(long, AsyncMethodCallback<TTransactionServer.AsyncClient.invalidateTx_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidateTx_call
-
- TTransactionServer.AsyncClient.invalidTxSize_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.invalidTxSize_call(AsyncMethodCallback<TTransactionServer.AsyncClient.invalidTxSize_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidTxSize_call
-
- TTransactionServer.AsyncClient.resetState_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.resetState_call(AsyncMethodCallback<TTransactionServer.AsyncClient.resetState_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.resetState_call
-
- TTransactionServer.AsyncClient.startLong_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.startLong_call(AsyncMethodCallback<TTransactionServer.AsyncClient.startLong_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startLong_call
-
- TTransactionServer.AsyncClient.startShort_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.startShort_call(AsyncMethodCallback<TTransactionServer.AsyncClient.startShort_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShort_call
-
- TTransactionServer.AsyncClient.startShortTimeout_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.startShortTimeout_call(int, AsyncMethodCallback<TTransactionServer.AsyncClient.startShortTimeout_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShortTimeout_call
-
- TTransactionServer.AsyncClient.status_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.status_call(AsyncMethodCallback<TTransactionServer.AsyncClient.status_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.status_call
-
- TTransactionServer.AsyncClient.truncateInvalidTx_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.truncateInvalidTx_call(Set<Long>, AsyncMethodCallback<TTransactionServer.AsyncClient.truncateInvalidTx_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTx_call
-
- TTransactionServer.AsyncClient.truncateInvalidTxBefore_call - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.AsyncClient.truncateInvalidTxBefore_call(long, AsyncMethodCallback<TTransactionServer.AsyncClient.truncateInvalidTxBefore_call>, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTxBefore_call
-
- TTransactionServer.AsyncIface - Interface in co.cask.tephra.distributed.thrift
-
- TTransactionServer.canCommitTx_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.canCommitTx_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- TTransactionServer.canCommitTx_args(TTransaction, Set<ByteBuffer>) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- TTransactionServer.canCommitTx_args(TTransactionServer.canCommitTx_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
Performs a deep copy on other.
- TTransactionServer.canCommitTx_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.canCommitTx_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.canCommitTx_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- TTransactionServer.canCommitTx_result(TBoolean, TTransactionNotInProgressException) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- TTransactionServer.canCommitTx_result(TTransactionServer.canCommitTx_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
Performs a deep copy on other.
- TTransactionServer.canCommitTx_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.checkpoint_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.checkpoint_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- TTransactionServer.checkpoint_args(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- TTransactionServer.checkpoint_args(TTransactionServer.checkpoint_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
Performs a deep copy on other.
- TTransactionServer.checkpoint_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.checkpoint_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.checkpoint_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- TTransactionServer.checkpoint_result(TTransaction, TTransactionNotInProgressException) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- TTransactionServer.checkpoint_result(TTransactionServer.checkpoint_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
Performs a deep copy on other.
- TTransactionServer.checkpoint_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.Client - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Client(TProtocol) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- TTransactionServer.Client(TProtocol, TProtocol) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Client
-
- TTransactionServer.Client.Factory - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Client.Factory() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Client.Factory
-
- TTransactionServer.commitTx_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.commitTx_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- TTransactionServer.commitTx_args(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- TTransactionServer.commitTx_args(TTransactionServer.commitTx_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
Performs a deep copy on other.
- TTransactionServer.commitTx_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.commitTx_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.commitTx_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- TTransactionServer.commitTx_result(TBoolean, TTransactionNotInProgressException) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- TTransactionServer.commitTx_result(TTransactionServer.commitTx_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
Performs a deep copy on other.
- TTransactionServer.commitTx_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.getSnapshot_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.getSnapshot_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
- TTransactionServer.getSnapshot_args(TTransactionServer.getSnapshot_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
Performs a deep copy on other.
- TTransactionServer.getSnapshot_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.getSnapshot_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.getSnapshot_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- TTransactionServer.getSnapshot_result(ByteBuffer, TTransactionCouldNotTakeSnapshotException) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- TTransactionServer.getSnapshot_result(TTransactionServer.getSnapshot_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
Performs a deep copy on other.
- TTransactionServer.getSnapshot_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.Iface - Interface in co.cask.tephra.distributed.thrift
-
- TTransactionServer.invalidateTx_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.invalidateTx_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- TTransactionServer.invalidateTx_args(long) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- TTransactionServer.invalidateTx_args(TTransactionServer.invalidateTx_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
Performs a deep copy on other.
- TTransactionServer.invalidateTx_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.invalidateTx_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.invalidateTx_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- TTransactionServer.invalidateTx_result(boolean) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- TTransactionServer.invalidateTx_result(TTransactionServer.invalidateTx_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
Performs a deep copy on other.
- TTransactionServer.invalidateTx_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.invalidTxSize_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.invalidTxSize_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
- TTransactionServer.invalidTxSize_args(TTransactionServer.invalidTxSize_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
Performs a deep copy on other.
- TTransactionServer.invalidTxSize_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.invalidTxSize_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.invalidTxSize_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- TTransactionServer.invalidTxSize_result(int) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- TTransactionServer.invalidTxSize_result(TTransactionServer.invalidTxSize_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
Performs a deep copy on other.
- TTransactionServer.invalidTxSize_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.Processor<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor(I) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor
-
- TTransactionServer.Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor
-
- TTransactionServer.Processor.abortTx<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.abortTx() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.abortTx
-
- TTransactionServer.Processor.canCommitTx<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.canCommitTx() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.canCommitTx
-
- TTransactionServer.Processor.checkpoint<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.checkpoint() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.checkpoint
-
- TTransactionServer.Processor.commitTx<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.commitTx() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.commitTx
-
- TTransactionServer.Processor.getSnapshot<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.getSnapshot() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.getSnapshot
-
- TTransactionServer.Processor.invalidateTx<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.invalidateTx() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidateTx
-
- TTransactionServer.Processor.invalidTxSize<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.invalidTxSize() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidTxSize
-
- TTransactionServer.Processor.resetState<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.resetState() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.resetState
-
- TTransactionServer.Processor.startLong<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.startLong() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startLong
-
- TTransactionServer.Processor.startShort<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.startShort() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShort
-
- TTransactionServer.Processor.startShortTimeout<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.startShortTimeout() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShortTimeout
-
- TTransactionServer.Processor.status<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.status() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.status
-
- TTransactionServer.Processor.truncateInvalidTx<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.truncateInvalidTx() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTx
-
- TTransactionServer.Processor.truncateInvalidTxBefore<I extends TTransactionServer.Iface> - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.Processor.truncateInvalidTxBefore() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTxBefore
-
- TTransactionServer.resetState_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.resetState_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
- TTransactionServer.resetState_args(TTransactionServer.resetState_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
Performs a deep copy on other.
- TTransactionServer.resetState_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.resetState_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.resetState_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
- TTransactionServer.resetState_result(TTransactionServer.resetState_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
Performs a deep copy on other.
- TTransactionServer.resetState_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.startLong_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.startLong_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
- TTransactionServer.startLong_args(TTransactionServer.startLong_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
Performs a deep copy on other.
- TTransactionServer.startLong_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.startLong_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.startLong_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- TTransactionServer.startLong_result(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- TTransactionServer.startLong_result(TTransactionServer.startLong_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
Performs a deep copy on other.
- TTransactionServer.startLong_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.startShort_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.startShort_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
- TTransactionServer.startShort_args(TTransactionServer.startShort_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
Performs a deep copy on other.
- TTransactionServer.startShort_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.startShort_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.startShort_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- TTransactionServer.startShort_result(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- TTransactionServer.startShort_result(TTransactionServer.startShort_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
Performs a deep copy on other.
- TTransactionServer.startShort_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.startShortTimeout_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.startShortTimeout_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- TTransactionServer.startShortTimeout_args(int) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- TTransactionServer.startShortTimeout_args(TTransactionServer.startShortTimeout_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
Performs a deep copy on other.
- TTransactionServer.startShortTimeout_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.startShortTimeout_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.startShortTimeout_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- TTransactionServer.startShortTimeout_result(TTransaction) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- TTransactionServer.startShortTimeout_result(TTransactionServer.startShortTimeout_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
Performs a deep copy on other.
- TTransactionServer.startShortTimeout_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.status_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.status_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
- TTransactionServer.status_args(TTransactionServer.status_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
Performs a deep copy on other.
- TTransactionServer.status_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.status_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.status_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- TTransactionServer.status_result(String) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- TTransactionServer.status_result(TTransactionServer.status_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
Performs a deep copy on other.
- TTransactionServer.status_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.truncateInvalidTx_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.truncateInvalidTx_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- TTransactionServer.truncateInvalidTx_args(Set<Long>) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- TTransactionServer.truncateInvalidTx_args(TTransactionServer.truncateInvalidTx_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
Performs a deep copy on other.
- TTransactionServer.truncateInvalidTx_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.truncateInvalidTx_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.truncateInvalidTx_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- TTransactionServer.truncateInvalidTx_result(TBoolean) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- TTransactionServer.truncateInvalidTx_result(TTransactionServer.truncateInvalidTx_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
Performs a deep copy on other.
- TTransactionServer.truncateInvalidTx_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.truncateInvalidTxBefore_args - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.truncateInvalidTxBefore_args() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- TTransactionServer.truncateInvalidTxBefore_args(long) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- TTransactionServer.truncateInvalidTxBefore_args(TTransactionServer.truncateInvalidTxBefore_args) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
Performs a deep copy on other.
- TTransactionServer.truncateInvalidTxBefore_args._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionServer.truncateInvalidTxBefore_result - Class in co.cask.tephra.distributed.thrift
-
- TTransactionServer.truncateInvalidTxBefore_result() - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- TTransactionServer.truncateInvalidTxBefore_result(TBoolean, TInvalidTruncateTimeException) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- TTransactionServer.truncateInvalidTxBefore_result(TTransactionServer.truncateInvalidTxBefore_result) - Constructor for class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
Performs a deep copy on other.
- TTransactionServer.truncateInvalidTxBefore_result._Fields - Enum in co.cask.tephra.distributed.thrift
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- TTransactionType - Enum in co.cask.tephra.distributed.thrift
-
- TVisibilityLevel - Enum in co.cask.tephra.distributed.thrift
-
- tx - Variable in class co.cask.tephra.AbstractTransactionAwareTable
-
- tx - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- tx - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- tx - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- tx - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- tx - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- TX_OPERATION_ATTRIBUTE_KEY - Static variable in class co.cask.tephra.TxConstants
-
Key used to set the serialized transaction as an attribute on Get and Scan operations.
- TX_ROLLBACK_ATTRIBUTE_KEY - Static variable in class co.cask.tephra.TxConstants
-
Key used to flag a delete operation as part of a transaction rollback.
- txCodec - Variable in class co.cask.tephra.AbstractTransactionAwareTable
-
- TxConstants - Class in co.cask.tephra
-
Transaction system constants
- TxConstants() - Constructor for class co.cask.tephra.TxConstants
-
- TxConstants.ConflictDetection - Enum in co.cask.tephra
-
Defines what level of conflict detection should be used for transactions.
- TxConstants.DataJanitor - Class in co.cask.tephra
-
Configuration for the TransactionDataJanitor coprocessor.
- TxConstants.DataJanitor() - Constructor for class co.cask.tephra.TxConstants.DataJanitor
-
- TxConstants.HBase - Class in co.cask.tephra
-
Configuration properties used by HBase
- TxConstants.HBase() - Constructor for class co.cask.tephra.TxConstants.HBase
-
- TxConstants.Manager - Class in co.cask.tephra
-
TransactionManager configuration.
- TxConstants.Manager() - Constructor for class co.cask.tephra.TxConstants.Manager
-
- TxConstants.Metrics - Class in co.cask.tephra
-
Configuration properties for metrics reporting
- TxConstants.Metrics() - Constructor for class co.cask.tephra.TxConstants.Metrics
-
- TxConstants.Persist - Class in co.cask.tephra
-
Configuration for the transaction snapshot persistence.
- TxConstants.Persist() - Constructor for class co.cask.tephra.TxConstants.Persist
-
- TxConstants.Service - Class in co.cask.tephra
-
TransactionService configuration.
- TxConstants.Service() - Constructor for class co.cask.tephra.TxConstants.Service
-
- txManager - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
-
- txManagerProvider - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
-
- TxMetricsCollector - Class in co.cask.tephra.metrics
-
Metrics Collector Class, to emit Transaction Related Metrics.
- TxMetricsCollector() - Constructor for class co.cask.tephra.metrics.TxMetricsCollector
-
- txnBackwardsCompatCheck(int, long, Map<Long, TransactionManager.InProgressTx>) - Static method in class co.cask.tephra.TransactionManager
-
Check if in-progress transactions need to be migrated to have expiration time and type, if so do the migration.
- txns - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- TxUtils - Class in co.cask.tephra.util
-
Utility methods supporting transaction operations.
- TxUtils() - Constructor for class co.cask.tephra.util.TxUtils
-
- type - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TBoolean
-
- validate() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransaction
-
- validate() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
-
- validate() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
-
- validate() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
-
- value - Variable in class co.cask.tephra.distributed.thrift.TBoolean
-
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TTransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.distributed.thrift.TVisibilityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.persist.TransactionEdit.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.TxConstants.ConflictDetection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum co.cask.tephra.util.HBaseVersion.Version
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TTransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.distributed.thrift.TVisibilityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.persist.TransactionEdit.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.TxConstants.ConflictDetection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum co.cask.tephra.util.HBaseVersion.Version
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visibilityLevel - Variable in class co.cask.tephra.distributed.thrift.TTransaction
-