Package | Description |
---|---|
org.apache.accumulo.core.iterators | |
org.apache.accumulo.core.iterators.user |
Modifier and Type | Method and Description |
---|---|
static void |
Combiner.setColumns(IteratorSetting is,
List<IteratorSetting.Column> columns)
A convenience method to set which columns a combiner should be applied to.
|
Modifier and Type | Method and Description |
---|---|
static void |
ColumnAgeOffFilter.addTTL(IteratorSetting is,
IteratorSetting.Column column,
Long ttl)
A convenience method for adding or changing an age off threshold for a column.
|
static void |
ColumnAgeOffFilter.removeTTL(IteratorSetting is,
IteratorSetting.Column column)
A convenience method for removing an age off threshold for a column.
|
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.