| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.common |
| Modifier and Type | Method and Description |
|---|---|
List<RowRange> |
TransientRegistry.getTransientRanges()
This method is expected to be called after Fluo is initialized to get the ranges that were
registered before initialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransientRegistry.addTransientRange(String id,
RowRange range)
This method is expected to be called before Fluo is initialized to register transient ranges.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.