A B C D E F G H I L M O P R S T 

A

addToOperation(OperationWithAttributes, Transaction) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
allowEmptyValues - Variable in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
append(Append) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

B

batch(List<? extends Row>, Object[]) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
batch(List<? extends Row>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
batchCallback(List<? extends Row>, Batch.Callback<R>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

C

CellSkipFilter - Class in org.apache.tephra.hbase.coprocessor
Filter that encapsulates another Filter.
CellSkipFilter(Filter) - Constructor for class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
close() - Method in class org.apache.tephra.hbase.SecondaryIndexTable
 
close() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
CompactionState - Class in org.apache.tephra.hbase.txprune
Record compaction state for invalid list pruning
CompactionState(RegionCoprocessorEnvironment, TableName, long) - Constructor for class org.apache.tephra.hbase.txprune.CompactionState
 
conf - Variable in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 
connection - Variable in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 
coprocessorService(byte[]) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
createPruneTable(TableName) - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
Create the prune state table given the TableName if the table doesn't exist already.
createStoreScanner(RegionCoprocessorEnvironment, String, TransactionVisibilityState, Store, List<? extends KeyValueScanner>, ScanType, long) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 

D

DataJanitorState - Class in org.apache.tephra.hbase.txprune
Persist data janitor state into an HBase table.
DataJanitorState(DataJanitorState.TableSupplier) - Constructor for class org.apache.tephra.hbase.txprune.DataJanitorState
 
dataJanitorState - Variable in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 
DataJanitorState.TableSupplier - Interface in org.apache.tephra.hbase.txprune
Supplies table for persisting state
delete(Delete) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
delete(List<Delete>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
deleteAllRegionsOnOrBeforeTime(long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Delete all the regions that were recorded for all times equal or less than the given time.
deleteEmptyRegionsOnOrBeforeTime(long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Delete empty region records saved on or before the given time.
deleteInactiveTransactionBoundsOnOrBeforeTime(long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Delete all inactive transaction bounds recorded for a time less than the given time
deletePruneUpperBounds(long, SortedSet<byte[]>) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Delete prune upper bounds for the regions that are not in the given exclude set, and the prune upper bound is less than the given value.
destroy() - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 
destroy() - Method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
 
determineReturnCode(Filter.ReturnCode, Filter.ReturnCode) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
Determines the return code of TransactionVisibilityFilter based on sub-filter's return code.
doCommit() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
doRollback() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

E

ensureValidTxLifetime(RegionCoprocessorEnvironment, OperationWithAttributes, Transaction) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
Make sure that the transaction is within the max valid transaction lifetime.
equals(Object) - Method in class org.apache.tephra.hbase.txprune.TimeRegions
 
exists(Get) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
exists(List<Get>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
existsAll(List<Get>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

F

FAMILY - Static variable in class org.apache.tephra.hbase.txprune.DataJanitorState
 
fetchPruneUpperBound(long, long) - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
Determines prune upper bound for the data store as mentioned above.
filterAllRemaining() - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
filterAllRemaining() - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
filterKeyValue(Cell) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
filterKeyValue(Cell) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
filterRow() - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
filterRow() - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
filterRowCells(List<Cell>) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
filterRowCells(List<Cell>) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
filterRowKey(byte[], int, int) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
flushCommits() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

G

get() - Method in class org.apache.tephra.hbase.HBase11ConfigurationProvider
 
get(Configuration) - Method in class org.apache.tephra.hbase.HBase11ConfigurationProvider
 
get(Get) - Method in class org.apache.tephra.hbase.SecondaryIndexTable
 
get(List<Get>) - Method in class org.apache.tephra.hbase.SecondaryIndexTable
 
get(Get) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
get(List<Get>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
get() - Method in interface org.apache.tephra.hbase.txprune.DataJanitorState.TableSupplier
 
get() - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriterSupplier
 
getByIndex(byte[]) - Method in class org.apache.tephra.hbase.SecondaryIndexTable
 
getConfiguration(CoprocessorEnvironment) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
Fetch the Configuration that contains the properties required by the coprocessor.
getConfiguration() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getEmptyRegionsAfterTime(long, SortedSet<byte[]>) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Return regions that were recorded as empty after the given time.
getIdleRegions(Integer) - Method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
Return a list of RegionPruneInfo.
getInactiveTransactionBoundForTime(long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Return inactive transaction bound for the given time.
getName() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getNextCellHint(Cell) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
getNextCellHint(Cell) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
getNextKeyHint(KeyValue) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
getNextKeyHint(KeyValue) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
getPruneInfoForRegion(byte[]) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Get the latest RegionPruneInfo for a given region.
getPruneInfoForRegions(SortedSet<byte[]>) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Gets a list of RegionPruneInfo for given regions.
getPruneUpperBoundForRegion(byte[]) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Get latest prune upper bound for a given region.
getPruneUpperBoundForRegions(SortedSet<byte[]>) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Get latest prune upper bounds for given regions.
getRegionPruneInfo(String) - Method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
Return the prune upper bound value of a given region.
getRegions() - Method in class org.apache.tephra.hbase.txprune.TimeRegions
 
getRegionsOnOrBeforeTime(long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Return the set of regions saved for the time at or before the given time.
getRegionsOnOrBeforeTime(Long) - Method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
 
getRegionsToBeCompacted(Integer) - Method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
Returns a set of regions that are live but are not empty nor have a prune upper bound recorded.
getRowOrBefore(byte[], byte[]) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getScanner(Scan) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getScanner(byte[]) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getScanner(byte[], byte[]) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getTableDescriptor() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getTableKey() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getTableName() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
getTime() - Method in class org.apache.tephra.hbase.txprune.TimeRegions
 
getTransactionalRegions() - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 
getTransactionFilter(Transaction, ScanType, Filter) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
Derived classes can override this method to customize the filter used to return data visible for the current transaction.
getTransactionStateCacheSupplier(RegionCoprocessorEnvironment) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
getVisibilityFilter(Transaction, Map<byte[], Long>, boolean, ScanType) - Static method in class org.apache.tephra.hbase.coprocessor.TransactionFilters
Creates a new Filter for returning data only from visible transactions.
getVisibilityFilter(Transaction, Map<byte[], Long>, boolean, ScanType, Filter) - Static method in class org.apache.tephra.hbase.coprocessor.TransactionFilters
Creates a new Filter for returning data only from visible transactions.
getWriteBufferSize() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

H

hasFilterRow() - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
hasFilterRow() - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
hashCode() - Method in class org.apache.tephra.hbase.txprune.TimeRegions
 
HBase11ConfigurationProvider - Class in org.apache.tephra.hbase
HBase 1.1 version of ConfigurationProvider.
HBase11ConfigurationProvider() - Constructor for class org.apache.tephra.hbase.HBase11ConfigurationProvider
 
HBaseTransactionPruningPlugin - Class in org.apache.tephra.hbase.txprune
Default implementation of the TransactionPruningPlugin for HBase.
HBaseTransactionPruningPlugin() - Constructor for class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 

I

increment(Increment) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
incrementColumnValue(byte[], byte[], byte[], long) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
incrementColumnValue(byte[], byte[], byte[], long, boolean) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
initialize(Configuration) - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 
initialize(Configuration) - Method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
Initialize the Invalid List Debug Tool.
initializePruneState(RegionCoprocessorEnvironment) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
Refresh the properties related to transaction pruning.
InvalidListPruningDebug - Class in org.apache.tephra.hbase.txprune
Invalid List Pruning Debug Tool.
InvalidListPruningDebug() - Constructor for class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
 
isAlive() - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriter
 
isAutoFlush() - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
isFamilyEssential(byte[]) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
isFamilyEssential(byte[]) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
isTransactionalTable(HTableDescriptor) - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
Returns whether the table is a transactional table.

L

LOG - Static variable in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
 

M

main(String[]) - Static method in class org.apache.tephra.hbase.txprune.InvalidListPruningDebug
 
makeRollbackOperation(Delete) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
mutateRow(RowMutations) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

O

org.apache.tephra.hbase - package org.apache.tephra.hbase
 
org.apache.tephra.hbase.coprocessor - package org.apache.tephra.hbase.coprocessor
 
org.apache.tephra.hbase.txprune - package org.apache.tephra.hbase.txprune
 

P

persist() - Method in class org.apache.tephra.hbase.txprune.CompactionState
Persists the transaction state recorded by record(CompactionRequest, TransactionVisibilityState).
persistPruneEntry(byte[], long) - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriter
 
persistRegionEmpty(long) - Method in class org.apache.tephra.hbase.txprune.CompactionState
Persist that the given region is empty at the given time
persistRegionEmpty(byte[], long) - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriter
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionRequest) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
preCompactScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends KeyValueScanner>, ScanType, long, InternalScanner, CompactionRequest) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
preFlushScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Store, KeyValueScanner, InternalScanner) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
PRUNE_UPPER_BOUND_COL - Static variable in class org.apache.tephra.hbase.txprune.DataJanitorState
 
pruneComplete(long, long) - Method in class org.apache.tephra.hbase.txprune.HBaseTransactionPruningPlugin
After invalid list has been pruned, this cleans up state information that is no longer required.
pruneEnable - Variable in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
PruneUpperBoundWriter - Class in org.apache.tephra.hbase.txprune
Thread that will write the the prune upper bound.
PruneUpperBoundWriter(TableName, DataJanitorState, long) - Constructor for class org.apache.tephra.hbase.txprune.PruneUpperBoundWriter
 
PruneUpperBoundWriterSupplier - Class in org.apache.tephra.hbase.txprune
Supplies instances of PruneUpperBoundWriter implementations.
PruneUpperBoundWriterSupplier(TableName, DataJanitorState, long) - Constructor for class org.apache.tephra.hbase.txprune.PruneUpperBoundWriterSupplier
 
put(Put) - Method in class org.apache.tephra.hbase.SecondaryIndexTable
 
put(List<Put>) - Method in class org.apache.tephra.hbase.SecondaryIndexTable
 
put(Put) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
put(List<Put>) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 

R

readNonTxnData - Variable in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
record(CompactionRequest, TransactionVisibilityState) - Method in class org.apache.tephra.hbase.txprune.CompactionState
Records the transaction state used for a compaction.
release() - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriterSupplier
 
reset() - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
reset() - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
resetPruneState() - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
Stop and clear state related to pruning.

S

saveEmptyRegionForTime(long, byte[]) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Save the given region as empty as of the given time.
saveInactiveTransactionBoundForTime(long, long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Persist inactive transaction bound for a given time.
savePruneUpperBoundForRegion(byte[], long) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Persist the latest prune upper bound for a given region.
saveRegionsForTime(long, Set<byte[]>) - Method in class org.apache.tephra.hbase.txprune.DataJanitorState
Persist the regions for the given time.
SecondaryIndexTable - Class in org.apache.tephra.hbase
A Transactional SecondaryIndexTable.
SecondaryIndexTable(TransactionServiceClient, HTableInterface, byte[]) - Constructor for class org.apache.tephra.hbase.SecondaryIndexTable
 
setAutoFlush(boolean) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
setAutoFlush(boolean, boolean) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
setAutoFlushTo(boolean) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
setWriteBufferSize(long) - Method in class org.apache.tephra.hbase.TransactionAwareHTable
 
shutDown() - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriter
 
start(CoprocessorEnvironment) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
startUp() - Method in class org.apache.tephra.hbase.txprune.PruneUpperBoundWriter
 
stop(CoprocessorEnvironment) - Method in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
stop() - Method in class org.apache.tephra.hbase.txprune.CompactionState
Releases the usage PruneUpperBoundWriter.

T

TimeRegions - Class in org.apache.tephra.hbase.txprune
Contains information on the set of transactional regions recorded at a given time
TimeRegions(long, SortedSet<byte[]>) - Constructor for class org.apache.tephra.hbase.txprune.TimeRegions
 
toByteArray() - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
toString() - Method in class org.apache.tephra.hbase.txprune.TimeRegions
 
TransactionAwareHTable - Class in org.apache.tephra.hbase
A Transaction Aware HTable implementation for HBase 1.1.
TransactionAwareHTable(HTableInterface) - Constructor for class org.apache.tephra.hbase.TransactionAwareHTable
Create a transactional aware instance of the passed HTable
TransactionAwareHTable(HTableInterface, TxConstants.ConflictDetection) - Constructor for class org.apache.tephra.hbase.TransactionAwareHTable
Create a transactional aware instance of the passed HTable
TransactionAwareHTable(HTableInterface, boolean) - Constructor for class org.apache.tephra.hbase.TransactionAwareHTable
Create a transactional aware instance of the passed HTable, with the option of allowing non-transactional operations.
TransactionAwareHTable(HTableInterface, TxConstants.ConflictDetection, boolean) - Constructor for class org.apache.tephra.hbase.TransactionAwareHTable
Create a transactional aware instance of the passed HTable, with the option of allowing non-transactional operations.
TransactionFilters - Class in org.apache.tephra.hbase.coprocessor
Factory class for providing Filter instances.
TransactionFilters() - Constructor for class org.apache.tephra.hbase.coprocessor.TransactionFilters
 
TransactionProcessor - Class in org.apache.tephra.hbase.coprocessor
org.apache.hadoop.hbase.coprocessor.RegionObserver coprocessor that handles server-side processing for transactions: applies filtering to exclude data from invalid and in-progress transactions overrides the scanner returned for flush and compaction to drop data written by invalidated transactions, or expired due to TTL.
TransactionProcessor() - Constructor for class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
TransactionVisibilityFilter - Class in org.apache.tephra.hbase.coprocessor
Applies filtering of data based on transactional visibility (HBase 1.1+ specific version).
TransactionVisibilityFilter(Transaction, Map<byte[], Long>, boolean, ScanType) - Constructor for class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
Creates a new Filter for returning data only from visible transactions.
TransactionVisibilityFilter(Transaction, Map<byte[], Long>, boolean, ScanType, Filter) - Constructor for class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
Creates a new Filter for returning data only from visible transactions.
transformCell(Cell) - Method in class org.apache.tephra.hbase.coprocessor.CellSkipFilter
 
transformCell(Cell) - Method in class org.apache.tephra.hbase.coprocessor.TransactionVisibilityFilter
 
ttlByFamily - Variable in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
txMaxLifetimeMillis - Variable in class org.apache.tephra.hbase.coprocessor.TransactionProcessor
 
A B C D E F G H I L M O P R S T 

Copyright © 2017 The Apache Software Foundation. All rights reserved.