A B C D E F G H I L M N O P R S T U V W Z 

A

abort(Throwable) - Method in class co.cask.tephra.distributed.TransactionService
 
abort(Transaction) - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
abort(Transaction) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
abort(Transaction) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
abort(Transaction) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
abort(Transaction) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
abort() - Method in class co.cask.tephra.TransactionContext
Aborts the given transaction, and rolls back all data set changes.
abort(TransactionFailureException) - Method in class co.cask.tephra.TransactionContext
Aborts the given transaction, and rolls back all data set changes.
abort(Transaction) - Method in class co.cask.tephra.TransactionManager
 
abort(Transaction) - Method in interface co.cask.tephra.TransactionSystemClient
Makes transaction visible.
abortTx(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.abortTx_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
abortTx(TTransaction, AsyncMethodCallback<TTransactionServer.AsyncClient.abortTx_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
abortTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
abortTx(TTransaction) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
abortTx(TTransaction) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
AbstractClientProvider - Class in co.cask.tephra.distributed
An abstract tx client provider that implements common functionality.
AbstractClientProvider(Configuration, DiscoveryServiceClient) - Constructor for class co.cask.tephra.distributed.AbstractClientProvider
 
AbstractClientProvider.EndpointStrategy - Interface in co.cask.tephra.distributed
This class helps picking up an endpoint from a list of Discoverable.
AbstractClientProvider.RandomEndpointStrategy - Class in co.cask.tephra.distributed
Randomly picks endpoint from the list of available endpoints.
AbstractClientProvider.RandomEndpointStrategy(Iterable<Discoverable>) - Constructor for class co.cask.tephra.distributed.AbstractClientProvider.RandomEndpointStrategy
Constructs a random endpoint strategy.
AbstractClientProvider.TimeLimitEndpointStrategy - Class in co.cask.tephra.distributed
An AbstractClientProvider.EndpointStrategy that make sure it picks an endpoint within the given timeout limit.
AbstractClientProvider.TimeLimitEndpointStrategy(AbstractClientProvider.EndpointStrategy, long, TimeUnit) - Constructor for class co.cask.tephra.distributed.AbstractClientProvider.TimeLimitEndpointStrategy
 
AbstractTransactionAwareTable - Class in co.cask.tephra
Base class for all the common parts of the HBase version-specific TransactionAwareHTable implementations.
AbstractTransactionAwareTable(TxConstants.ConflictDetection, boolean) - Constructor for class co.cask.tephra.AbstractTransactionAwareTable
 
AbstractTransactionAwareTable.ActionChange - Class in co.cask.tephra
Record of each transaction that causes a change.
AbstractTransactionAwareTable.ActionChange(byte[], byte[]) - Constructor for class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
AbstractTransactionAwareTable.ActionChange(byte[], byte[], byte[]) - Constructor for class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
AbstractTransactionExecutor - Class in co.cask.tephra
Provides implementation of asynchronous methods of TransactionExecutor by delegating their execution to respective synchronous methods via provided ExecutorService.
AbstractTransactionExecutor(ExecutorService) - Constructor for class co.cask.tephra.AbstractTransactionExecutor
 
AbstractTransactionLog - Class in co.cask.tephra.persist
Common implementation of a transaction log, backed by file reader and writer based storage.
AbstractTransactionLog(long, MetricsCollector) - Constructor for class co.cask.tephra.persist.AbstractTransactionLog
 
AbstractTransactionLog.Entry - Class in co.cask.tephra.persist
Represents an entry in the transaction log.
AbstractTransactionLog.Entry() - Constructor for class co.cask.tephra.persist.AbstractTransactionLog.Entry
 
AbstractTransactionLog.Entry(LongWritable, TransactionEdit) - Constructor for class co.cask.tephra.persist.AbstractTransactionLog.Entry
 
AbstractTransactionStateStorage - Class in co.cask.tephra.persist
Common base class for all transaction storage implementations.
AbstractTransactionStateStorage(SnapshotCodecProvider) - Constructor for class co.cask.tephra.persist.AbstractTransactionStateStorage
 
addCheckpointWritePointer(long) - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
address - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
 
addToChanges(ByteBuffer) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
addToChangeSet(byte[], byte[], byte[]) - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
addToCheckpointWritePointers(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
addToInProgress(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
addToInvalids(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
addToTxns(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
addTransactionAware(TransactionAware) - Method in class co.cask.tephra.TransactionContext
Adds a new transaction-aware to participate in the transaction.
ALLOW_EMPTY_VALUES_DEFAULT - Static variable in class co.cask.tephra.TxConstants
 
ALLOW_EMPTY_VALUES_KEY - Static variable in class co.cask.tephra.TxConstants
Since HBase Delete operations cannot be undone at the same timestamp, "deleted" data is instead overwritten with an empty byte[] to flag it as removed.
allowNonTransactional - Variable in class co.cask.tephra.AbstractTransactionAwareTable
 
append(TransactionEdit) - Method in class co.cask.tephra.persist.AbstractTransactionLog
 
append(List<TransactionEdit>) - Method in class co.cask.tephra.persist.AbstractTransactionLog
 
append(TransactionEdit) - Method in interface co.cask.tephra.persist.TransactionLog
 
append(List<TransactionEdit>) - Method in interface co.cask.tephra.persist.TransactionLog
 
append(AbstractTransactionLog.Entry) - Method in interface co.cask.tephra.persist.TransactionLogWriter
Adds a new transaction entry to the log.
apply(I) - Method in interface co.cask.tephra.TransactionExecutor.Function
 
apply(I) - Method in interface co.cask.tephra.TransactionExecutor.Procedure
 
apply() - Method in interface co.cask.tephra.TransactionExecutor.Subroutine
 

B

BinaryDecoder - Class in co.cask.tephra.snapshot
An decoder to help read snapshots in binary format.
BinaryDecoder(InputStream) - Constructor for class co.cask.tephra.snapshot.BinaryDecoder
 
BinaryEncoder - Class in co.cask.tephra.snapshot
An encoder to help encode snapshots in binary format.
BinaryEncoder(OutputStream) - Constructor for class co.cask.tephra.snapshot.BinaryEncoder
 
bufferForSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
build(T) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
builder(Class<I>) - Static method in class co.cask.tephra.rpc.ThriftRPCServer
Creates a ThriftRPCServer.Builder for creating instance of ThriftRPCServer.

C

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
Creates a new instance in the TransactionEdit.State.ABORTED state.
createCheckpoint(long, long) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.CHECKPOINT state.
createCommitted(long, Set<ChangeId>, long, boolean) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.COMMITTED state.
createCommitting(long, Set<ChangeId>) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.COMMITTING state.
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
Creates a new instance in the TransactionEdit.State.INVALID state.
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
Creates a new TransactionLog.
createMoveWatermark(long) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.MOVE_WATERMARK state.
createStarted(long, long, long, TransactionType) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.INPROGRESS state.
createTruncateInvalidTx(Set<Long>) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.TRUNCATE_INVALID_TX state.
createTruncateInvalidTxBefore(long) - Static method in class co.cask.tephra.persist.TransactionEdit
Creates a new instance in the TransactionEdit.State.TRUNCATE_INVALID_TX state.
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
 

D

decode(InputStream) - Method in class co.cask.tephra.snapshot.DefaultSnapshotCodec
Deprecated.
 
decode(InputStream) - Method in interface co.cask.tephra.snapshot.SnapshotCodec
Decode a transaction snapshot from an input stream.
decode(InputStream) - Method in class co.cask.tephra.snapshot.SnapshotCodecProvider
 
decode(byte[]) - Method in class co.cask.tephra.TransactionCodec
 
decodeInProgress(BinaryDecoder) - Method in class co.cask.tephra.snapshot.DefaultSnapshotCodec
Deprecated.
 
decodeInProgress(BinaryDecoder) - Method in class co.cask.tephra.snapshot.SnapshotCodecV2
 
decodeInProgress(BinaryDecoder) - Method in class co.cask.tephra.snapshot.SnapshotCodecV4
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
deepCopy() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
deepCopy() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
deepCopy() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
deepCopy() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
DEFAULT_DATA_TX_BIND_ADDRESS - Static variable in class co.cask.tephra.TxConstants.Service
default tx service address.
DEFAULT_DATA_TX_BIND_PORT - Static variable in class co.cask.tephra.TxConstants.Service
default tx service port.
DEFAULT_DATA_TX_CLIENT_ATTEMPTS - Static variable in class co.cask.tephra.TxConstants.Service
default number of attempts for strategy n-times.
DEFAULT_DATA_TX_CLIENT_BACKOFF_FACTOR - Static variable in class co.cask.tephra.TxConstants.Service
default backoff factor is 4.
DEFAULT_DATA_TX_CLIENT_BACKOFF_INIITIAL - Static variable in class co.cask.tephra.TxConstants.Service
default initial sleep is 100ms.
DEFAULT_DATA_TX_CLIENT_BACKOFF_LIMIT - Static variable in class co.cask.tephra.TxConstants.Service
default sleep limit is 30 sec.
DEFAULT_DATA_TX_CLIENT_COUNT - Static variable in class co.cask.tephra.TxConstants.Service
default number of pooled tx clients.
DEFAULT_DATA_TX_CLIENT_PROVIDER - Static variable in class co.cask.tephra.TxConstants.Service
default tx client provider strategy.
DEFAULT_DATA_TX_CLIENT_RETRY_STRATEGY - Static variable in class co.cask.tephra.TxConstants.Service
retry strategy for thrift clients, e.g.
DEFAULT_DATA_TX_CLIENT_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.Service
the default tx client socket timeout in milli seconds.
DEFAULT_DATA_TX_DISCOVERY_SERVICE_NAME - Static variable in class co.cask.tephra.TxConstants.Service
 
DEFAULT_DATA_TX_SERVER_IO_THREADS - Static variable in class co.cask.tephra.TxConstants.Service
default number of handler IO threads in tx service.
DEFAULT_DATA_TX_SERVER_THREADS - Static variable in class co.cask.tephra.TxConstants.Service
default number of handler threads in tx service.
DEFAULT_DATA_TX_THRIFT_MAX_READ_BUFFER - Static variable in class co.cask.tephra.TxConstants.Service
default thrift max read buffer size
DEFAULT_TX_CLEANUP_INTERVAL - Static variable in class co.cask.tephra.TxConstants.Manager
Default value for how often to check in-progress transactions for expiration, in seconds.
DEFAULT_TX_JANITOR_ENABLE - Static variable in class co.cask.tephra.TxConstants.DataJanitor
 
DEFAULT_TX_LONG_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.Manager
Default value for long running transaction timeout, in seconds.
DEFAULT_TX_SNAPHOT_CODEC_CLASSES - Static variable in class co.cask.tephra.TxConstants.Persist
 
DEFAULT_TX_SNAPSHOT_INTERVAL - Static variable in class co.cask.tephra.TxConstants.Manager
Default value for frequency of periodic snapshots of transaction state.
DEFAULT_TX_SNAPSHOT_RETAIN - Static variable in class co.cask.tephra.TxConstants.Manager
Default value for number of most recent snapshots to retain.
DEFAULT_TX_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.Manager
Default value for transaction timeout, in seconds.
DEFAULT_ZK_SESSION_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.HBase
 
DefaultMetricsCollector - Class in co.cask.tephra.metrics
Default metrics collector implementation using Yammer Metrics.
DefaultMetricsCollector() - Constructor for class co.cask.tephra.metrics.DefaultMetricsCollector
 
DefaultSnapshotCodec - Class in co.cask.tephra.snapshot
Deprecated.
This codec is now deprecated and is replaced by SnapshotCodecV2.
DefaultSnapshotCodec() - Constructor for class co.cask.tephra.snapshot.DefaultSnapshotCodec
Deprecated.
 
DefaultTransactionExecutor - Class in co.cask.tephra
Utility class that encapsulates the transaction life cycle over a given set of transaction-aware datasets.
DefaultTransactionExecutor(TransactionSystemClient, TransactionAware...) - Constructor for class co.cask.tephra.DefaultTransactionExecutor
DefaultTransactionExecutor(TransactionSystemClient, Iterable<TransactionAware>, RetryStrategy) - Constructor for class co.cask.tephra.DefaultTransactionExecutor
 
DefaultTransactionExecutor(TransactionSystemClient, Iterable<TransactionAware>) - Constructor for class co.cask.tephra.DefaultTransactionExecutor
Constructor for a transaction executor.
deleteLogsOlderThan(long) - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
deleteLogsOlderThan(long) - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
deleteLogsOlderThan(long) - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
deleteLogsOlderThan(long) - Method in interface co.cask.tephra.persist.TransactionStateStorage
Removes any transaction logs with a timestamp older than the given value.
deleteOldSnapshots(int) - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
deleteOldSnapshots(int) - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
deleteOldSnapshots(int) - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
deleteOldSnapshots(int) - Method in interface co.cask.tephra.persist.TransactionStateStorage
Removes any snapshots prior to the numberToKeep most recent.
destroy(T) - Method in class co.cask.tephra.distributed.ElasticPool
A method to destroy an element.
destroy() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
destroy() - Method in interface co.cask.tephra.rpc.RPCServiceHandler
 
destroy() - Method in class co.cask.tephra.TransactionServiceMain
Invoked by jsvc for resource cleanup.
DetachedTxSystemClient - Class in co.cask.tephra.inmemory
Implementation of the tx system client that doesn't talk to any global service and tries to do its best to meet the tx system requirements/expectations.
DetachedTxSystemClient() - Constructor for class co.cask.tephra.inmemory.DetachedTxSystemClient
 
discard(T) - Method in class co.cask.tephra.distributed.ElasticPool
Discard an element from the pool.
discardClient(TransactionServiceThriftClient) - Method in class co.cask.tephra.distributed.PooledClientProvider
 
discardClient(TransactionServiceThriftClient) - Method in class co.cask.tephra.distributed.SingleUseClientProvider
 
discardClient(TransactionServiceThriftClient) - Method in class co.cask.tephra.distributed.ThreadLocalClientProvider
 
discardClient(TransactionServiceThriftClient) - Method in interface co.cask.tephra.distributed.ThriftClientProvider
Discard an tx client from the provider's pool.
DiscoveryModules - Class in co.cask.tephra.runtime
Provides access to Google Guice modules for in-memory, single-node, and distributed operation for DiscoveryService and DiscoveryServiceClient.
DiscoveryModules() - Constructor for class co.cask.tephra.runtime.DiscoveryModules
 
doCommit() - Method in class co.cask.tephra.AbstractTransactionAwareTable
Commits any pending writes by flushing the wrapped HTable instance.
doMain(boolean, Configuration) - Static method in class co.cask.tephra.distributed.TransactionServiceClient
 
doMain(String[]) - Method in class co.cask.tephra.TransactionServiceMain
The main method.
doRegister() - Method in class co.cask.tephra.inmemory.InMemoryTransactionService
 
doRollback() - Method in class co.cask.tephra.AbstractTransactionAwareTable
Rolls back any persisted changes from the transaction by issuing offsetting deletes to the wrapped HTable instance.
doStart() - Method in class co.cask.tephra.distributed.TransactionService
 
doStart() - Method in class co.cask.tephra.inmemory.InMemoryTransactionService
 
doStart() - Method in class co.cask.tephra.TransactionManager
 
doStop() - Method in class co.cask.tephra.distributed.TransactionService
 
doStop() - Method in class co.cask.tephra.inmemory.InMemoryTransactionService
 
doStop() - Method in class co.cask.tephra.TransactionManager
 

E

e - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
e - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
e - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
e - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
e - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
ElasticPool<T,E extends Exception> - Class in co.cask.tephra.distributed
An Elastic Pool is an object pool that can dynamically shrink and grow.
ElasticPool(int) - Constructor for class co.cask.tephra.distributed.ElasticPool
 
encode(OutputStream, TransactionSnapshot) - Method in class co.cask.tephra.snapshot.DefaultSnapshotCodec
Deprecated.
 
encode(OutputStream, TransactionSnapshot) - Method in interface co.cask.tephra.snapshot.SnapshotCodec
Encode a transaction snapshot into an output stream.
encode(OutputStream, TransactionSnapshot) - Method in class co.cask.tephra.snapshot.SnapshotCodecProvider
 
encode(Transaction) - Method in class co.cask.tephra.TransactionCodec
 
encodeInProgress(BinaryEncoder, Map<Long, TransactionManager.InProgressTx>) - Method in class co.cask.tephra.snapshot.DefaultSnapshotCodec
Deprecated.
 
encodeInProgress(BinaryEncoder, Map<Long, TransactionManager.InProgressTx>) - Method in class co.cask.tephra.snapshot.SnapshotCodecV2
 
encodeInProgress(BinaryEncoder, Map<Long, TransactionManager.InProgressTx>) - Method in class co.cask.tephra.snapshot.SnapshotCodecV4
 
equals(Object) - Method in class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
equals(Object) - Method in class co.cask.tephra.ChangeId
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
equals(TBoolean) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
equals(Object) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
equals(TInvalidTruncateTimeException) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
equals(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
equals(Object) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
equals(TTransactionCouldNotTakeSnapshotException) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
equals(Object) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
equals(TTransactionNotInProgressException) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
equals(TTransactionServer.abortTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
equals(TTransactionServer.abortTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
equals(TTransactionServer.canCommitTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
equals(TTransactionServer.canCommitTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
equals(TTransactionServer.checkpoint_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
equals(TTransactionServer.checkpoint_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
equals(TTransactionServer.commitTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
equals(TTransactionServer.commitTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
equals(TTransactionServer.getSnapshot_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
equals(TTransactionServer.getSnapshot_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
equals(TTransactionServer.invalidateTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
equals(TTransactionServer.invalidateTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
equals(TTransactionServer.invalidTxSize_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
equals(TTransactionServer.invalidTxSize_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
equals(TTransactionServer.resetState_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
equals(TTransactionServer.resetState_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
equals(TTransactionServer.startLong_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
equals(TTransactionServer.startLong_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
equals(TTransactionServer.startShort_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
equals(TTransactionServer.startShort_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
equals(TTransactionServer.startShortTimeout_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
equals(TTransactionServer.startShortTimeout_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
equals(TTransactionServer.status_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
equals(TTransactionServer.status_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
equals(TTransactionServer.truncateInvalidTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
equals(TTransactionServer.truncateInvalidTx_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
equals(TTransactionServer.truncateInvalidTxBefore_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
equals(Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
equals(TTransactionServer.truncateInvalidTxBefore_result) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
equals(Object) - Method in class co.cask.tephra.persist.TransactionEdit
 
equals(Object) - Method in class co.cask.tephra.persist.TransactionSnapshot
Checks that this instance matches another TransactionSnapshot instance.
equals(Object) - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
execute(TransactionExecutor.Function<I, O>, I) - Method in class co.cask.tephra.DefaultTransactionExecutor
 
execute(TransactionExecutor.Procedure<I>, I) - Method in class co.cask.tephra.DefaultTransactionExecutor
 
execute(Callable<O>) - Method in class co.cask.tephra.DefaultTransactionExecutor
 
execute(TransactionExecutor.Subroutine) - Method in class co.cask.tephra.DefaultTransactionExecutor
 
execute(TransactionExecutor.Function<I, O>, I) - Method in interface co.cask.tephra.TransactionExecutor
Execute a function under transactional semantics.
execute(TransactionExecutor.Procedure<I>, I) - Method in interface co.cask.tephra.TransactionExecutor
Like TransactionExecutor.execute(Function, Object) but without a return value.
execute(Callable<O>) - Method in interface co.cask.tephra.TransactionExecutor
Like TransactionExecutor.execute(Function, Object) but the callable has no argument.
execute(TransactionExecutor.Subroutine) - Method in interface co.cask.tephra.TransactionExecutor
Like TransactionExecutor.execute(Function, Object) but without argument or return value.
executeUnchecked(TransactionExecutor.Function<I, O>, I) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
executeUnchecked(TransactionExecutor.Procedure<I>, I) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
executeUnchecked(Callable<O>) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
executeUnchecked(TransactionExecutor.Subroutine) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
executeUnchecked(TransactionExecutor.Function<I, O>, I) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Function, Object) but suppresses exception with Throwables.propagate(Throwable)
executeUnchecked(TransactionExecutor.Procedure<I>, I) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Procedure, Object) but suppresses exception with Throwables.propagate(Throwable)
executeUnchecked(Callable<O>) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Callable) but suppresses exception with Throwables.propagate(Throwable)
executeUnchecked(TransactionExecutor.Subroutine) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Subroutine) but suppresses exception with Throwables.propagate(Throwable)

F

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
 

G

gauge(String, int, String...) - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
 
gauge(String, int, String...) - Method in interface co.cask.tephra.metrics.MetricsCollector
Report a metric as an absolute value.
gauge(String, int, String...) - Method in class co.cask.tephra.metrics.TxMetricsCollector
 
get() - Method in class co.cask.tephra.coprocessor.TransactionStateCacheSupplier
Returns a singleton instance of the transaction state cache, performing lazy initialization if necessary.
get() - Method in class co.cask.tephra.runtime.TransactionStateStorageProvider
 
get() - Method in class co.cask.tephra.util.ConfigurationFactory
Returns a new Configuration instance from the HBase version-specific factory.
get(Configuration) - Method in class co.cask.tephra.util.ConfigurationFactory
Returns a new Configuration instance from the HBase version-specific factory.
get() - Method in class co.cask.tephra.util.ConfigurationProvider
 
get(Configuration) - Method in class co.cask.tephra.util.ConfigurationProvider
 
get() - Static method in class co.cask.tephra.util.HBaseVersion
Returns the major version of the currently loaded HBase library.
get() - Method in class co.cask.tephra.util.HBaseVersionSpecificFactory
 
getAddress() - Method in class co.cask.tephra.distributed.TransactionService
 
getAddress() - Method in class co.cask.tephra.inmemory.InMemoryTransactionService
 
getAllowNonTransactional() - Method in class co.cask.tephra.AbstractTransactionAwareTable
True if the instance allows non-transaction operations.
getAsyncClient(TNonblockingTransport) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.Factory
 
getBindAddress() - Method in class co.cask.tephra.rpc.ThriftRPCServer
 
getCanCommit() - Method in class co.cask.tephra.persist.TransactionEdit
Returns whether or not the transaction should be moved to the committed set.
getChangeKey(byte[], byte[], byte[]) - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
getChanges() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
getChanges() - Method in class co.cask.tephra.persist.TransactionEdit
 
getChangesIterator() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
getChangesSize() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
getCheckpointPointers() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the checkpoint write pointers for the edit.
getCheckpointWritePointers() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getCheckpointWritePointers() - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
getCheckpointWritePointersIterator() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getCheckpointWritePointersSize() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getClassifier() - Method in class co.cask.tephra.util.HBaseVersion.VersionNumber
 
getClient() - Method in class co.cask.tephra.distributed.PooledClientProvider
 
getClient() - Method in class co.cask.tephra.distributed.SingleUseClientProvider
 
getClient() - Method in class co.cask.tephra.distributed.ThreadLocalClientProvider
 
getClient(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client.Factory
 
getClient() - Method in interface co.cask.tephra.distributed.ThriftClientProvider
Retrieve an tx client for exclusive use by the current thread.
getCommitPointer() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the write pointer used to commit the row key change set.
getCommittedChangeSets() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns a map of transaction write pointer to set of changed row keys for transaction that had successfully called InMemoryTransactionManager.commit(Transaction) at the time of the snapshot.
getCommittingChangeSets() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns a map of transaction write pointer to sets of changed row keys for transactions that had called InMemoryTransactionManager.canCommit(Transaction, Collection) but not yet called InMemoryTransactionManager.commit(Transaction) at the time of the snapshot.
getConf() - Method in class co.cask.tephra.coprocessor.TransactionStateCache
 
getCurrentState() - Method in class co.cask.tephra.TransactionManager
 
getCurrentTransaction() - Method in class co.cask.tephra.TransactionContext
Returns the current transaction or null if no transaction is currently in progress.
getDistributedModules() - Method in class co.cask.tephra.runtime.DiscoveryModules
 
getDistributedModules() - Method in class co.cask.tephra.runtime.TransactionModules
 
getE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
getE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
getE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
getE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
getE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
getEdit() - Method in class co.cask.tephra.persist.AbstractTransactionLog.Entry
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.abortTx
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.canCommitTx
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.checkpoint
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.commitTx
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.getSnapshot
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidateTx
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidTxSize
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.resetState
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startLong
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShort
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShortTimeout
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.status
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTx
 
getEmptyArgsInstance() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTxBefore
 
getExcludedListSize() - Method in class co.cask.tephra.TransactionManager
 
getExpiration() - Method in class co.cask.tephra.persist.TransactionEdit
Returns any expiration timestamp (in milliseconds) associated with the state change.
getExpiration() - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
getFamily() - Method in class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
 
getFieldName() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
 
getFieldValue(TBoolean._Fields) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
getFieldValue(TInvalidTruncateTimeException._Fields) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
getFieldValue(TTransaction._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getFieldValue(TTransactionCouldNotTakeSnapshotException._Fields) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
getFieldValue(TTransactionNotInProgressException._Fields) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
getFieldValue(TTransactionServer.abortTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
getFieldValue(TTransactionServer.abortTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
getFieldValue(TTransactionServer.canCommitTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
getFieldValue(TTransactionServer.canCommitTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
getFieldValue(TTransactionServer.checkpoint_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
getFieldValue(TTransactionServer.checkpoint_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
getFieldValue(TTransactionServer.commitTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
getFieldValue(TTransactionServer.commitTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
getFieldValue(TTransactionServer.getSnapshot_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
getFieldValue(TTransactionServer.getSnapshot_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
getFieldValue(TTransactionServer.invalidateTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
getFieldValue(TTransactionServer.invalidateTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
getFieldValue(TTransactionServer.invalidTxSize_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
getFieldValue(TTransactionServer.invalidTxSize_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
getFieldValue(TTransactionServer.resetState_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
getFieldValue(TTransactionServer.resetState_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
getFieldValue(TTransactionServer.startLong_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
getFieldValue(TTransactionServer.startLong_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
getFieldValue(TTransactionServer.startShort_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
getFieldValue(TTransactionServer.startShort_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
getFieldValue(TTransactionServer.startShortTimeout_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
getFieldValue(TTransactionServer.startShortTimeout_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
getFieldValue(TTransactionServer.status_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
getFieldValue(TTransactionServer.status_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
getFieldValue(TTransactionServer.truncateInvalidTx_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
getFieldValue(TTransactionServer.truncateInvalidTx_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
getFieldValue(TTransactionServer.truncateInvalidTxBefore_args._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
getFieldValue(TTransactionServer.truncateInvalidTxBefore_result._Fields) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
getFirstShort() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getFirstShortInProgress(Map<Long, TransactionManager.InProgressTx>) - Static method in class co.cask.tephra.util.TxUtils
Returns the write pointer for the first "short" transaction that in the in-progress set, or Transaction.NO_TX_IN_PROGRESS if none.
getHBase10CDHClassname() - Method in class co.cask.tephra.util.HBaseVersionSpecificFactory
 
getHBase10Classname() - Method in class co.cask.tephra.util.HBaseVersionSpecificFactory
 
getHBase96Classname() - Method in class co.cask.tephra.util.HBaseVersionSpecificFactory
 
getHBase98Classname() - Method in class co.cask.tephra.util.HBaseVersionSpecificFactory
 
getInMemoryModules() - Method in class co.cask.tephra.runtime.DiscoveryModules
 
getInMemoryModules() - Method in class co.cask.tephra.runtime.TransactionModules
 
getInProgress() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getInProgress() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns the map of in-progress transaction write pointers at the time of the snapshot.
getInProgressIterator() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getInProgressSize() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getInvalid() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns the list of invalid write pointers at the time of the snapshot.
getInvalids() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getInvalidsIterator() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getInvalidSize() - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
getInvalidSize() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
getInvalidSize() - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
getInvalidSize() - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
getInvalidSize() - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
getInvalidSize() - Method in class co.cask.tephra.TransactionManager
 
getInvalidSize() - Method in interface co.cask.tephra.TransactionSystemClient
 
getInvalidsSize() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getKey() - Method in class co.cask.tephra.ChangeId
 
getKey() - Method in class co.cask.tephra.persist.AbstractTransactionLog.Entry
 
getLast() - Method in class co.cask.tephra.util.HBaseVersion.VersionNumber
 
getLatestSnapshot() - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
getLatestSnapshot() - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
getLatestSnapshot() - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
getLatestSnapshot() - Method in interface co.cask.tephra.persist.TransactionStateStorage
Returns the most recent snapshot that has been successfully written.
getLatestState() - Method in class co.cask.tephra.coprocessor.TransactionStateCache
 
getLocation() - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
getLocation() - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
getLocation() - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
getLocation() - Method in interface co.cask.tephra.persist.TransactionStateStorage
Returns a string representation of the location used for persistence.
getLogsSince(long) - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
getLogsSince(long) - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
getLogsSince(long) - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
getLogsSince(long) - Method in interface co.cask.tephra.persist.TransactionStateStorage
Returns all TransactionLogs with a timestamp greater than or equal to the given timestamp.
getMajor() - Method in class co.cask.tephra.util.HBaseVersion.VersionNumber
 
getMajorVersion() - Method in enum co.cask.tephra.util.HBaseVersion.Version
 
getMaxVisibleTimestamp(Transaction) - Static method in class co.cask.tephra.util.TxUtils
Returns the maximum timestamp to use for time-range operations, based on the given transaction.
getMessage() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
getMessage() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
getMessage() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
getMinor() - Method in class co.cask.tephra.util.HBaseVersion.VersionNumber
 
getName() - Method in class co.cask.tephra.persist.AbstractTransactionLog
 
getName() - Method in class co.cask.tephra.persist.HDFSTransactionLog
 
getName() - Method in class co.cask.tephra.persist.LocalFileTransactionLog
 
getName() - Method in interface co.cask.tephra.persist.TransactionLog
 
getOldestVisibleTimestamp(Map<byte[], Long>, Transaction) - Static method in class co.cask.tephra.util.TxUtils
Returns the oldest visible timestamp for the given transaction, based on the TTLs configured for each column family.
getParentWritePointer() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the parent write pointer for a checkpoint operation.
getPatch() - Method in class co.cask.tephra.util.HBaseVersion.VersionNumber
 
getQualifier() - Method in class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
getReader() - Method in class co.cask.tephra.persist.AbstractTransactionLog
 
getReader() - Method in class co.cask.tephra.persist.HDFSTransactionLog
 
getReader() - Method in class co.cask.tephra.persist.LocalFileTransactionLog
 
getReader() - Method in interface co.cask.tephra.persist.TransactionLog
 
getReadPointer() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getReadPointer() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns the read pointer at the time of the snapshot.
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.abortTx_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.canCommitTx_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.checkpoint_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.commitTx_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.getSnapshot_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidateTx_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidTxSize_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.resetState_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startLong_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShort_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShortTimeout_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.status_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTx_call
 
getResult() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTxBefore_call
 
getResult(I, TTransactionServer.abortTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.abortTx
 
getResult(I, TTransactionServer.canCommitTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.canCommitTx
 
getResult(I, TTransactionServer.checkpoint_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.checkpoint
 
getResult(I, TTransactionServer.commitTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.commitTx
 
getResult(I, TTransactionServer.getSnapshot_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.getSnapshot
 
getResult(I, TTransactionServer.invalidateTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidateTx
 
getResult(I, TTransactionServer.invalidTxSize_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.invalidTxSize
 
getResult(I, TTransactionServer.resetState_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.resetState
 
getResult(I, TTransactionServer.startLong_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startLong
 
getResult(I, TTransactionServer.startShort_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShort
 
getResult(I, TTransactionServer.startShortTimeout_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.startShortTimeout
 
getResult(I, TTransactionServer.status_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.status
 
getResult(I, TTransactionServer.truncateInvalidTx_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTx
 
getResult(I, TTransactionServer.truncateInvalidTxBefore_args) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Processor.truncateInvalidTxBefore
 
getRow() - Method in class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
getSingleNodeModules() - Method in class co.cask.tephra.runtime.DiscoveryModules
 
getSingleNodeModules() - Method in class co.cask.tephra.runtime.TransactionModules
 
getSnapshot(AsyncMethodCallback<TTransactionServer.AsyncClient.getSnapshot_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
getSnapshot(AsyncMethodCallback<TTransactionServer.AsyncClient.getSnapshot_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
getSnapshot() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
getSnapshot() - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
getSnapshot() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
getSnapshot() - Method in class co.cask.tephra.TransactionManager
 
getSnapshotConfiguration() - Method in class co.cask.tephra.coprocessor.TransactionStateCache
 
getSnapshotInputStream() - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
getSnapshotInputStream() - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
getSnapshotInputStream() - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
getSnapshotInputStream() - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
getSnapshotInputStream() - Method in interface co.cask.tephra.TransactionSystemClient
Retrieves the state of the transaction manager and send it as a stream.
getSnapshotStream() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
getState() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the type of state change represented.
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
getSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
getTableKey() - Method in class co.cask.tephra.AbstractTransactionAwareTable
Returns the table name to use as a key prefix for the transaction change set.
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TBoolean._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransaction._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionNotInProgressException._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.status_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args._Fields
 
getThriftFieldId() - Method in enum co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result._Fields
 
getTime() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
getTimeout() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
getTimestamp() - Method in class co.cask.tephra.persist.AbstractTransactionLog
 
getTimestamp() - Method in interface co.cask.tephra.persist.TransactionLog
 
getTimestamp() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns the timestamp from when this snapshot was created.
getTransactionAwareName() - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
getTransactionId() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getTruncateInvalidTx() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the transaction ids to be removed from invalid transaction list.
getTruncateInvalidTxTime() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the time until which the invalid transactions need to be truncated from invalid transaction list.
getTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
getTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
getTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
getTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
getTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
getTxChanges() - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
getTxExpirationFromWritePointer(long, long) - Static method in class co.cask.tephra.TransactionManager
 
getTxns() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
getTxnsIterator() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
getTxnsSize() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
getType() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getType() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the transaction type.
getType() - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
getValue() - Method in enum co.cask.tephra.distributed.thrift.TTransactionType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum co.cask.tephra.distributed.thrift.TVisibilityLevel
Get the integer value of this enum value, as defined in the Thrift IDL.
getVersion() - Method in class co.cask.tephra.snapshot.DefaultSnapshotCodec
Deprecated.
 
getVersion() - Method in interface co.cask.tephra.snapshot.SnapshotCodec
 
getVersion() - Method in class co.cask.tephra.snapshot.SnapshotCodecProvider
 
getVersion() - Method in class co.cask.tephra.snapshot.SnapshotCodecV2
 
getVersion() - Method in class co.cask.tephra.snapshot.SnapshotCodecV3
 
getVersion() - Method in class co.cask.tephra.snapshot.SnapshotCodecV4
 
getVersionString() - Static method in class co.cask.tephra.util.HBaseVersion
Returns the full version string for the currently loaded HBase library.
getVisibilityLevel() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getVisibilityUpperBound() - Method in class co.cask.tephra.persist.TransactionEdit
 
getVisibilityUpperBound() - Method in class co.cask.tephra.persist.TransactionSnapshot
 
getVisibilityUpperBound() - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
getWritePointer() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
getWritePointer() - Method in class co.cask.tephra.persist.TransactionEdit
Returns the transaction write pointer assigned for the state change.
getWritePointer() - Method in class co.cask.tephra.persist.TransactionSnapshot
Returns the next write pointer at the time of the snapshot.

H

hashCode() - Method in class co.cask.tephra.AbstractTransactionAwareTable.ActionChange
 
hashCode() - Method in class co.cask.tephra.ChangeId
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
hashCode() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
hashCode() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
hashCode() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
hashCode() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
hashCode() - Method in class co.cask.tephra.persist.TransactionEdit
 
hashCode() - Method in class co.cask.tephra.persist.TransactionSnapshot
 
hashCode() - Method in class co.cask.tephra.TransactionManager.InProgressTx
 
HBaseVersion - Class in co.cask.tephra.util
Detects the currently loaded HBase version.
HBaseVersion() - Constructor for class co.cask.tephra.util.HBaseVersion
 
HBaseVersion.Version - Enum in co.cask.tephra.util
Represents the major version of the HBase library that is currently loaded.
HBaseVersion.VersionNumber - Class in co.cask.tephra.util
Utility class to parse apart version number components.
HBaseVersionSpecificFactory<T> - Class in co.cask.tephra.util
Common class factory behavior for classes which need specific implementations depending on HBase versions.
HBaseVersionSpecificFactory() - Constructor for class co.cask.tephra.util.HBaseVersionSpecificFactory
 
HDFSTransactionLog - Class in co.cask.tephra.persist
Allows reading from and writing to a transaction write-ahead log stored in HDFS.
HDFSTransactionLog(FileSystem, Configuration, Path, long, MetricsCollector) - Constructor for class co.cask.tephra.persist.HDFSTransactionLog
Creates a new HDFS-backed write-ahead log for storing transaction state.
HDFSTransactionStateStorage - Class in co.cask.tephra.persist
Handles persistence of transaction snapshot and logs to a directory in HDFS.
HDFSTransactionStateStorage(Configuration, SnapshotCodecProvider, MetricsCollector) - Constructor for class co.cask.tephra.persist.HDFSTransactionStateStorage
 
HDFSUtil - Class in co.cask.tephra.persist
Utility for handling HDFS file lease recovery.
HDFSUtil() - Constructor for class co.cask.tephra.persist.HDFSUtil
 
histogram(String, int) - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
 
histogram(String, int) - Method in interface co.cask.tephra.metrics.MetricsCollector
Report a metric calculating the distribution of the value.
histogram(String, int) - Method in class co.cask.tephra.metrics.TxMetricsCollector
 

I

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
 

L

listLogs() - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
listLogs() - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
listLogs() - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
listLogs() - Method in interface co.cask.tephra.persist.TransactionStateStorage
Returns the (non-qualified) names of available logs.
listSnapshots() - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
listSnapshots() - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
listSnapshots() - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
listSnapshots() - Method in interface co.cask.tephra.persist.TransactionStateStorage
Returns the (non-qualified) names of available snapshots.
LocalFileTransactionLog - Class in co.cask.tephra.persist
Reads and writes transaction logs against files in the local filesystem.
LocalFileTransactionLog(File, long, MetricsCollector) - Constructor for class co.cask.tephra.persist.LocalFileTransactionLog
Creates a new transaction log using the given file instance.
LocalFileTransactionStateStorage - Class in co.cask.tephra.persist
Persists transaction snapshots and write-ahead logs to files on the local filesystem.
LocalFileTransactionStateStorage(Configuration, SnapshotCodecProvider, MetricsCollector) - Constructor for class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
lock - Static variable in class co.cask.tephra.coprocessor.TransactionStateCacheSupplier
 
logStatistics() - Method in class co.cask.tephra.TransactionManager
Called from the tx service every 10 seconds.

M

main(String[]) - Static method in class co.cask.tephra.distributed.TransactionServiceClient
Utility to be used for basic verification of transaction system availability and functioning
main(String[]) - Static method in class co.cask.tephra.persist.HDFSTransactionStateStorage
Reads a transaction state snapshot or transaction log from HDFS and prints the entries to stdout.
main(String[]) - Static method in class co.cask.tephra.TransactionAdmin
 
main(String[]) - Static method in class co.cask.tephra.TransactionServiceMain
 
main(String[]) - Static method in class co.cask.tephra.util.HBaseVersion
Prints out the HBase HBaseVersion.Version enum value for the current version of HBase on the classpath.
MAX_TX_PER_MS - Static variable in class co.cask.tephra.TxConstants
This is how many tx we allow per millisecond, if you care about the system for 100 years: Long.MAX_VALUE / (System.currentTimeMillis() + TimeUnit.DAYS.toMillis(365 * 100)) = (as of Feb 20, 2014) 2,028,653.
maxReadBufferBytes - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
 
message - Variable in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
message - Variable in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
message - Variable in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TBoolean
 
metaDataMap - Static variable in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransaction
 
metaDataMap - Static variable in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
metaDataMap - Static variable in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
metaDataMap - Static variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
MetricsCollector - Interface in co.cask.tephra.metrics
Basic API for Tephra to support system metrics.
MinimalTxSystemClient - Class in co.cask.tephra.inmemory
Dummy implementation of TxSystemClient.
MinimalTxSystemClient() - Constructor for class co.cask.tephra.inmemory.MinimalTxSystemClient
 

N

newClient() - Method in class co.cask.tephra.distributed.AbstractClientProvider
 
newClient(int) - Method in class co.cask.tephra.distributed.AbstractClientProvider
 
newRetryStrategy() - Method in class co.cask.tephra.distributed.RetryNTimes.Provider
 
newRetryStrategy() - Method in interface co.cask.tephra.distributed.RetryStrategyProvider
Provides a new instance of a retry strategy.
newRetryStrategy() - Method in class co.cask.tephra.distributed.RetryWithBackoff.Provider
 
next() - Method in interface co.cask.tephra.persist.TransactionLogReader
Returns the next TransactionEdit from the log file, based on the current position, or null if the end of the file has been reached.
next(TransactionEdit) - Method in interface co.cask.tephra.persist.TransactionLogReader
Populates reuse with the next TransactionEdit, based on the reader's current position in the log file.
nextRetry(TransactionFailureException, int) - Method in class co.cask.tephra.NoRetryStrategy
 
nextRetry(TransactionFailureException, int) - Method in class co.cask.tephra.RetryOnConflictStrategy
 
nextRetry(TransactionFailureException, int) - Method in interface co.cask.tephra.RetryStrategy
Returns the number of milliseconds to wait before retrying the operation.
NoOpTransactionStateStorage - Class in co.cask.tephra.persist
Minimal TransactionStateStorage implementation that does nothing, i.e.
NoOpTransactionStateStorage(SnapshotCodecProvider) - Constructor for class co.cask.tephra.persist.NoOpTransactionStateStorage
 
noRetries() - Static method in class co.cask.tephra.RetryStrategies
 
NoRetryStrategy - Class in co.cask.tephra
Does no retries

O

obtain() - Method in class co.cask.tephra.distributed.ElasticPool
Get a element from the pool.

P

pick() - Method in interface co.cask.tephra.distributed.AbstractClientProvider.EndpointStrategy
Picks a Discoverable using its strategy.
pick() - Method in class co.cask.tephra.distributed.AbstractClientProvider.RandomEndpointStrategy
 
pick() - Method in class co.cask.tephra.distributed.AbstractClientProvider.TimeLimitEndpointStrategy
 
PooledClientProvider - Class in co.cask.tephra.distributed
This is an tx client provider that uses a bounded size pool of connections.
PooledClientProvider(Configuration, DiscoveryServiceClient) - Constructor for class co.cask.tephra.distributed.PooledClientProvider
 
port - Variable in class co.cask.tephra.inmemory.InMemoryTransactionService
 
postTxCommit() - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
PROPERTY_TTL - Static variable in class co.cask.tephra.TxConstants
Property set for org.apache.hadoop.hbase.HColumnDescriptor to configure time-to-live on data within the column family.

R

rate(String) - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
 
rate(String, int) - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
 
rate(String) - Method in interface co.cask.tephra.metrics.MetricsCollector
Report a metric as a count over a given time duration.
rate(String, int) - Method in interface co.cask.tephra.metrics.MetricsCollector
Report a metric as a count over a given time duration.
rate(String) - Method in class co.cask.tephra.metrics.TxMetricsCollector
 
rate(String, int) - Method in class co.cask.tephra.metrics.TxMetricsCollector
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
read(TProtocol) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
read(TProtocol) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
read(TProtocol) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
read(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
readBytes() - Method in class co.cask.tephra.snapshot.BinaryDecoder
Read a byte sequence.
readFields(DataInput) - Method in class co.cask.tephra.persist.AbstractTransactionLog.Entry
 
readFields(DataInput) - Method in class co.cask.tephra.persist.TransactionEdit
 
readInt() - Method in class co.cask.tephra.snapshot.BinaryDecoder
Read one int from the input.
readLong() - Method in class co.cask.tephra.snapshot.BinaryDecoder
Read one long int from the input.
readPointer - Variable in class co.cask.tephra.distributed.thrift.TTransaction
 
recoverFileLease(FileSystem, Path, Configuration) - Method in class co.cask.tephra.persist.HDFSUtil
Recover the lease from HDFS, retrying multiple times.
recoverState() - Method in class co.cask.tephra.TransactionManager
 
recv_abortTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_canCommitTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_checkpoint() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_commitTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_getSnapshot() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_invalidateTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_invalidTxSize() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_resetState() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_startLong() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_startShort() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_startShortTimeout() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_status() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_truncateInvalidTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recv_truncateInvalidTxBefore() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
recycle(T) - Method in class co.cask.tephra.distributed.ElasticPool
A method to recycle an existing element when it is returned to the pool.
release(T) - Method in class co.cask.tephra.distributed.ElasticPool
Returns an element to the pool of available elements.
REPORT_PERIOD_DEFAULT - Static variable in class co.cask.tephra.TxConstants.Metrics
Default report period for metrics, in seconds.
REPORT_PERIOD_KEY - Static variable in class co.cask.tephra.TxConstants.Metrics
Frequency at which metrics should be reported, in seconds.
resetState(AsyncMethodCallback<TTransactionServer.AsyncClient.resetState_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
resetState(AsyncMethodCallback<TTransactionServer.AsyncClient.resetState_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
resetState() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
resetState() - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
resetState() - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
resetState() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
resetState() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
resetState() - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
resetState() - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
resetState() - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
resetState() - Method in class co.cask.tephra.TransactionManager
Resets the state of the transaction manager.
resetState() - Method in interface co.cask.tephra.TransactionSystemClient
Resets the state of the transaction manager.
RetryNTimes - Class in co.cask.tephra.distributed
A retry strategy that makes N attempts and then gives up.
RetryNTimes(int) - Constructor for class co.cask.tephra.distributed.RetryNTimes
 
RetryNTimes.Provider - Class in co.cask.tephra.distributed
A retry strategy provider for this strategy.
RetryNTimes.Provider() - Constructor for class co.cask.tephra.distributed.RetryNTimes.Provider
 
retryOnConflict(int, long) - Static method in class co.cask.tephra.RetryStrategies
 
RetryOnConflictStrategy - Class in co.cask.tephra
Retries transaction execution when transaction fails with TransactionConflictException.
RetryOnConflictStrategy(int, long) - Constructor for class co.cask.tephra.RetryOnConflictStrategy
 
RetryStrategies - Class in co.cask.tephra
Collection of RetryStrategys.
RetryStrategy - Class in co.cask.tephra.distributed
A retry strategy is an abstraction over how the remote tx client shuold retry operations after connection failures.
RetryStrategy() - Constructor for class co.cask.tephra.distributed.RetryStrategy
 
RetryStrategy - Interface in co.cask.tephra
Retry strategy for failed transactions
RetryStrategyProvider - Interface in co.cask.tephra.distributed
A retry strategy provider is used by the tx client to get a new retry strategy for every call.
RetryWithBackoff - Class in co.cask.tephra.distributed
A retry strategy that makes N attempts and then gives up.
RetryWithBackoff(int, int, int) - Constructor for class co.cask.tephra.distributed.RetryWithBackoff
 
RetryWithBackoff.Provider - Class in co.cask.tephra.distributed
A provider for this retry strategy.
RetryWithBackoff.Provider() - Constructor for class co.cask.tephra.distributed.RetryWithBackoff.Provider
 
returnClient(TransactionServiceThriftClient) - Method in class co.cask.tephra.distributed.PooledClientProvider
 
returnClient(TransactionServiceThriftClient) - Method in class co.cask.tephra.distributed.SingleUseClientProvider
 
returnClient(TransactionServiceThriftClient) - Method in class co.cask.tephra.distributed.ThreadLocalClientProvider
 
returnClient(TransactionServiceThriftClient) - Method in interface co.cask.tephra.distributed.ThriftClientProvider
Release an tx client back to the provider's pool.
rollbackTx() - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
RPCServiceHandler - Interface in co.cask.tephra.rpc
Defines lifecycle interface for all rpc handlers.
run() - Method in class co.cask.tephra.rpc.ThriftRPCServer
 

S

send_abortTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_canCommitTx(TTransaction, Set<ByteBuffer>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_checkpoint(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_commitTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_getSnapshot() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_invalidateTx(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_invalidTxSize() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_resetState() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_startLong() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_startShort() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_startShortTimeout(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_status() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_truncateInvalidTx(Set<Long>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
send_truncateInvalidTxBefore(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
setAllowNonTransactional(boolean) - Method in class co.cask.tephra.AbstractTransactionAwareTable
Set whether the instance allows non-transactional operations.
setChanges(Set<ByteBuffer>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
setChangesIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
setCheckpointWritePointers(List<Long>) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setCheckpointWritePointersIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setConf(Configuration) - Method in class co.cask.tephra.coprocessor.TransactionStateCache
 
setE(TTransactionNotInProgressException) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
setE(TTransactionNotInProgressException) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
setE(TTransactionNotInProgressException) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
setE(TTransactionCouldNotTakeSnapshotException) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
setE(TInvalidTruncateTimeException) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
setEIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
setEIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
setEIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
setEIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
setEIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
setFieldValue(TBoolean._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
setFieldValue(TInvalidTruncateTimeException._Fields, Object) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
setFieldValue(TTransaction._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setFieldValue(TTransactionCouldNotTakeSnapshotException._Fields, Object) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
setFieldValue(TTransactionNotInProgressException._Fields, Object) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
setFieldValue(TTransactionServer.abortTx_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
setFieldValue(TTransactionServer.abortTx_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
setFieldValue(TTransactionServer.canCommitTx_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
setFieldValue(TTransactionServer.canCommitTx_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
setFieldValue(TTransactionServer.checkpoint_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
setFieldValue(TTransactionServer.checkpoint_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
setFieldValue(TTransactionServer.commitTx_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
setFieldValue(TTransactionServer.commitTx_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
setFieldValue(TTransactionServer.getSnapshot_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
setFieldValue(TTransactionServer.getSnapshot_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
setFieldValue(TTransactionServer.invalidateTx_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
setFieldValue(TTransactionServer.invalidateTx_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
setFieldValue(TTransactionServer.invalidTxSize_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
setFieldValue(TTransactionServer.invalidTxSize_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
setFieldValue(TTransactionServer.resetState_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
setFieldValue(TTransactionServer.resetState_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
setFieldValue(TTransactionServer.startLong_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
setFieldValue(TTransactionServer.startLong_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
setFieldValue(TTransactionServer.startShort_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
setFieldValue(TTransactionServer.startShort_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
setFieldValue(TTransactionServer.startShortTimeout_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
setFieldValue(TTransactionServer.startShortTimeout_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
setFieldValue(TTransactionServer.status_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
setFieldValue(TTransactionServer.status_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
setFieldValue(TTransactionServer.truncateInvalidTx_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
setFieldValue(TTransactionServer.truncateInvalidTx_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
setFieldValue(TTransactionServer.truncateInvalidTxBefore_args._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
setFieldValue(TTransactionServer.truncateInvalidTxBefore_result._Fields, Object) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
setFirstShort(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setFirstShortIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setHost(String) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
setInProgress(List<Long>) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setInProgressIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setInvalids(List<Long>) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setInvalidsIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setIOThreads(int) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
setMaxReadBufferBytes(int) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
setMessage(String) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
setMessage(String) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
setMessage(String) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
setMessageIsSet(boolean) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
setMessageIsSet(boolean) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
setMessageIsSet(boolean) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
setName(String) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
setPort(int) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
setReadPointer(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setReadPointerIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setSuccess(TBoolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
setSuccess(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
setSuccess(TBoolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
setSuccess(byte[]) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
setSuccess(ByteBuffer) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
setSuccess(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
setSuccess(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
setSuccess(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
setSuccess(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
setSuccess(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
setSuccess(String) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
setSuccess(TBoolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
setSuccess(TBoolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
setSuccessIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
setTime(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
setTimeIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
setTimeout(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
setTimeoutIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
setTransactionId(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setTransactionIdIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
setTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
setTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
setTx(TTransaction) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
setTx(long) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
setTxIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
setTxIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
setTxIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
setTxIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
setTxIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
setTxns(Set<Long>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
setTxnsIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
setType(TTransactionType) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setTypeIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setValue(boolean) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
setValueIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
setVisibilityLevel(TVisibilityLevel) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setVisibilityLevelIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setWorkerThreads(int) - Method in class co.cask.tephra.rpc.ThriftRPCServer.Builder
 
setWritePointer(long) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
setWritePointerIsSet(boolean) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
shutDown() - Method in class co.cask.tephra.coprocessor.TransactionStateCache
 
shutDown() - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
 
shutDown() - Method in class co.cask.tephra.metrics.TxMetricsCollector
 
shutDown() - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
shutDown() - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
shutDown() - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
shutDown() - Method in class co.cask.tephra.rpc.ThriftRPCServer
 
SingleUseClientProvider - Class in co.cask.tephra.distributed
An tx client provider that creates a new connection every time.
SingleUseClientProvider(Configuration, DiscoveryServiceClient, int) - Constructor for class co.cask.tephra.distributed.SingleUseClientProvider
 
SnapshotCodec - Interface in co.cask.tephra.snapshot
Interface to decode and encode a transaction snapshot.
SnapshotCodecProvider - Class in co.cask.tephra.snapshot
Maintains the codecs for all known versions of the transaction snapshot encoding.
SnapshotCodecProvider(Configuration) - Constructor for class co.cask.tephra.snapshot.SnapshotCodecProvider
 
SnapshotCodecV2 - Class in co.cask.tephra.snapshot
Handles serialization/deserialization of a TransactionSnapshot and its elements to byte[].
SnapshotCodecV2() - Constructor for class co.cask.tephra.snapshot.SnapshotCodecV2
 
SnapshotCodecV3 - Class in co.cask.tephra.snapshot
Handles serialization/deserialization of a TransactionSnapshot and its elements to byte[].
SnapshotCodecV3() - Constructor for class co.cask.tephra.snapshot.SnapshotCodecV3
 
SnapshotCodecV4 - Class in co.cask.tephra.snapshot
Handles serialization/deserialization of a TransactionSnapshot and its elements to byte[].
SnapshotCodecV4() - Constructor for class co.cask.tephra.snapshot.SnapshotCodecV4
 
start() - Method in class co.cask.tephra.TransactionContext
Starts a new transaction.
start() - Method in class co.cask.tephra.TransactionServiceMain
Invoked by jsvc to start the program.
startLong(AsyncMethodCallback<TTransactionServer.AsyncClient.startLong_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
startLong(AsyncMethodCallback<TTransactionServer.AsyncClient.startLong_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
startLong() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
startLong() - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
startLong() - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
startLong() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
startLong() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
startLong() - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
startLong() - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
startLong() - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
startLong() - Method in class co.cask.tephra.TransactionManager
Start a long transaction.
startLong() - Method in interface co.cask.tephra.TransactionSystemClient
Starts new long transaction.
startShort(AsyncMethodCallback<TTransactionServer.AsyncClient.startShort_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
startShort(AsyncMethodCallback<TTransactionServer.AsyncClient.startShort_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
startShort() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
startShort() - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
startShort() - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
startShort(int) - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
startShort() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
startShort(int) - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
startShort() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
startShort() - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
startShort(int) - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
startShort() - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
startShort(int) - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
startShort() - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
startShort(int) - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
startShort() - Method in class co.cask.tephra.TransactionManager
Start a short transaction with the default timeout.
startShort(int) - Method in class co.cask.tephra.TransactionManager
Start a short transaction with a given timeout.
startShort() - Method in interface co.cask.tephra.TransactionSystemClient
Starts new short transaction.
startShort(int) - Method in interface co.cask.tephra.TransactionSystemClient
Starts new short transaction.
startShortTimeout(int, AsyncMethodCallback<TTransactionServer.AsyncClient.startShortTimeout_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
startShortTimeout(int, AsyncMethodCallback<TTransactionServer.AsyncClient.startShortTimeout_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
startShortTimeout(int) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
startShortTimeout(int) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
startShortTimeout(int) - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
startTx(Transaction) - Method in class co.cask.tephra.AbstractTransactionAwareTable
 
startUp() - Method in class co.cask.tephra.coprocessor.TransactionStateCache
 
startUp() - Method in class co.cask.tephra.metrics.DefaultMetricsCollector
 
startUp() - Method in class co.cask.tephra.metrics.TxMetricsCollector
 
startUp() - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
startUp() - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
startUp() - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
startUp() - Method in class co.cask.tephra.rpc.ThriftRPCServer
 
status(AsyncMethodCallback<TTransactionServer.AsyncClient.status_call>) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient
 
status(AsyncMethodCallback<TTransactionServer.AsyncClient.status_call>) - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.AsyncIface
 
status() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.Client
 
status() - Method in interface co.cask.tephra.distributed.thrift.TTransactionServer.Iface
 
status() - Method in class co.cask.tephra.distributed.TransactionServiceClient
 
status() - Method in class co.cask.tephra.distributed.TransactionServiceThriftClient
 
status() - Method in class co.cask.tephra.distributed.TransactionServiceThriftHandler
 
status() - Method in class co.cask.tephra.inmemory.DetachedTxSystemClient
 
status() - Method in class co.cask.tephra.inmemory.InMemoryTxSystemClient
 
status() - Method in class co.cask.tephra.inmemory.MinimalTxSystemClient
 
status() - Method in interface co.cask.tephra.TransactionSystemClient
Return the status of the transaction Manager
STATUS_NOTOK - Static variable in class co.cask.tephra.TxConstants
 
STATUS_OK - Static variable in class co.cask.tephra.TxConstants
 
stop() - Method in class co.cask.tephra.TransactionServiceMain
Invoked by jsvc to stop the program.
submit(TransactionExecutor.Function<I, O>, I) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
submit(TransactionExecutor.Procedure<I>, I) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
submit(Callable<O>) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
submit(TransactionExecutor.Subroutine) - Method in class co.cask.tephra.AbstractTransactionExecutor
 
submit(TransactionExecutor.Function<I, O>, I) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Function, Object) but executes asynchronously
submit(TransactionExecutor.Procedure<I>, I) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Procedure, Object) but executes asynchronously
submit(Callable<O>) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Callable) but executes asynchronously
submit(TransactionExecutor.Subroutine) - Method in interface co.cask.tephra.TransactionExecutor
Same as TransactionExecutor.execute(Subroutine) but executes asynchronously
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
success - Variable in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
sync() - Method in interface co.cask.tephra.persist.TransactionLogWriter
Syncs any pending transaction edits added through TransactionLogWriter.append(AbstractTransactionLog.Entry), but not yet flushed to durable storage.

T

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
Allows calling some methods on TransactionManager from command line.
TransactionAdmin(PrintStream, PrintStream) - Constructor for class co.cask.tephra.TransactionAdmin
 
TransactionClientModule - Class in co.cask.tephra.runtime
Provides Guice binding for ThriftClientProvider.
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
Represents a transaction state change in the TransactionLog.
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
Represents a reader for TransactionLog instances.
TransactionLogWriter - Interface in co.cask.tephra.persist
Common interface for transaction log writers used by classes extending AbstractTransactionLog.
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
Supplies instances of TransactionStateCache implementations.
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
A provider for TransactionStateStorage that provides different TransactionStateStorage implementation based on configuration.
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
 

U

undoRegiser() - Method in class co.cask.tephra.inmemory.InMemoryTransactionService
 
unsetChanges() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
unsetCheckpointWritePointers() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
unsetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
unsetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
unsetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
unsetE() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
unsetFirstShort() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetInProgress() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetInvalids() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetMessage() - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
unsetMessage() - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
unsetMessage() - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
unsetReadPointer() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
unsetSuccess() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
unsetTime() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
unsetTimeout() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
unsetTransactionId() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
unsetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
unsetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
unsetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
unsetTx() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
unsetTxns() - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
unsetType() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetValue() - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
unsetVisibilityLevel() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unsetWritePointer() - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
unwrap(TTransaction) - Static method in class co.cask.tephra.distributed.TransactionConverterUtils
 
updateTx(Transaction) - Method in class co.cask.tephra.AbstractTransactionAwareTable
 

V

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
 

W

wrap(Transaction) - Static method in class co.cask.tephra.distributed.TransactionConverterUtils
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TBoolean
 
write(TProtocol) - Method in exception co.cask.tephra.distributed.thrift.TInvalidTruncateTimeException
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransaction
 
write(TProtocol) - Method in exception co.cask.tephra.distributed.thrift.TTransactionCouldNotTakeSnapshotException
 
write(TProtocol) - Method in exception co.cask.tephra.distributed.thrift.TTransactionNotInProgressException
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.abortTx_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.canCommitTx_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.checkpoint_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.commitTx_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.getSnapshot_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidateTx_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.invalidTxSize_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.resetState_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startLong_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShort_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.startShortTimeout_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.status_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTx_result
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_args
 
write(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.truncateInvalidTxBefore_result
 
write(DataOutput) - Method in class co.cask.tephra.persist.AbstractTransactionLog.Entry
 
write(DataOutput) - Method in class co.cask.tephra.persist.TransactionEdit
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.abortTx_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.canCommitTx_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.checkpoint_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.commitTx_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.getSnapshot_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidateTx_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.invalidTxSize_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.resetState_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startLong_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShort_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.startShortTimeout_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.status_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTx_call
 
write_args(TProtocol) - Method in class co.cask.tephra.distributed.thrift.TTransactionServer.AsyncClient.truncateInvalidTxBefore_call
 
writeBytes(byte[]) - Method in class co.cask.tephra.snapshot.BinaryEncoder
write a sequence of bytes.
writeInt(int) - Method in class co.cask.tephra.snapshot.BinaryEncoder
write a single int value.
writeLong(long) - Method in class co.cask.tephra.snapshot.BinaryEncoder
write a single long int value.
writePointer - Variable in class co.cask.tephra.distributed.thrift.TTransaction
 
writeSnapshot(OutputStream, TransactionSnapshot) - Method in class co.cask.tephra.persist.AbstractTransactionStateStorage
 
writeSnapshot(TransactionSnapshot) - Method in class co.cask.tephra.persist.HDFSTransactionStateStorage
 
writeSnapshot(TransactionSnapshot) - Method in class co.cask.tephra.persist.LocalFileTransactionStateStorage
 
writeSnapshot(OutputStream, TransactionSnapshot) - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
writeSnapshot(TransactionSnapshot) - Method in class co.cask.tephra.persist.NoOpTransactionStateStorage
 
writeSnapshot(OutputStream, TransactionSnapshot) - Method in interface co.cask.tephra.persist.TransactionStateStorage
Persists a snapshot of transaction state to an output stream.
writeSnapshot(TransactionSnapshot) - Method in interface co.cask.tephra.persist.TransactionStateStorage
Persists a snapshot of transaction state.

Z

ZK_SESSION_TIMEOUT - Static variable in class co.cask.tephra.TxConstants.HBase
 
ZKModule - Class in co.cask.tephra.runtime
Provides Guice binding to ZKClient and ZKClientService.
ZKModule() - Constructor for class co.cask.tephra.runtime.ZKModule
 
ZOOKEEPER_QUORUM - Static variable in class co.cask.tephra.TxConstants.HBase
 
A B C D E F G H I L M N O P R S T U V W Z 

Copyright © 2015. All Rights Reserved.