Uses of Interface
org.apache.fluo.api.client.TransactionBase
-
Packages that use TransactionBase Package Description org.apache.fluo.api.client org.apache.fluo.api.observer -
-
Uses of TransactionBase in org.apache.fluo.api.client
Subinterfaces of TransactionBase in org.apache.fluo.api.client Modifier and Type Interface Description interface
Transaction
Enables users to read and write to Fluo at a certain point in time.Classes in org.apache.fluo.api.client that implement TransactionBase Modifier and Type Class Description class
AbstractTransactionBase
This class provides default implementations for many of the methods in TransactionBase.Methods in org.apache.fluo.api.client with parameters of type TransactionBase Modifier and Type Method Description void
Loader. load(TransactionBase tx, Loader.Context context)
Users implement this method to load data into Fluo using the providedTransactionBase
. -
Uses of TransactionBase in org.apache.fluo.api.observer
Methods in org.apache.fluo.api.observer with parameters of type TransactionBase Modifier and Type Method Description void
Observer. process(TransactionBase tx, Bytes row, Column col)
Implemented by users to process notifications on aObserver.ObservedColumn
.void
StringObserver. process(TransactionBase tx, String row, Column col)
default void
StringObserver. process(TransactionBase tx, Bytes row, Column col)
-