| Package | Description |
|---|---|
| org.apache.fluo.api.client | |
| org.apache.fluo.api.observer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction
Enables users to read and write to Fluo at a certain point in time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransactionBase
This class provides default implementations for many of the methods in TransactionBase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Loader.load(TransactionBase tx,
Loader.Context context)
Users implement this method to load data into Fluo using the provided
TransactionBase. |
| Modifier and Type | Method and Description |
|---|---|
default void |
StringObserver.process(TransactionBase tx,
Bytes row,
Column col) |
void |
Observer.process(TransactionBase tx,
Bytes row,
Column col)
Implemented by users to process notifications on a
Observer.ObservedColumn. |
void |
StringObserver.process(TransactionBase tx,
String row,
Column col) |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.