Uses of Interface
org.apache.fluo.api.client.Loader.Context
-
Packages that use Loader.Context Package Description org.apache.fluo.api.client -
-
Uses of Loader.Context in org.apache.fluo.api.client
Methods in org.apache.fluo.api.client with parameters of type Loader.Context 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
.
-