Author: buildbot Date: Mon Apr 6 02:20:43 2015 New Revision: 946449 Log: Staging update by buildbot for accumulo
Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html Propchange: websites/staging/accumulo/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Apr 6 02:20:43 2015 @@ -1 +1 @@ -1664728 +1671469 Modified: websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html ============================================================================== --- websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html (original) +++ websites/staging/accumulo/trunk/content/1.6/accumulo_user_manual.html Mon Apr 6 02:20:43 2015 @@ -2128,7 +2128,7 @@ AgeOffFilter removes entries with timest ----------> set org.apache.accumulo.core.iterators.user.AgeOffFilter parameter negate, default false keeps k/v that pass accept method, true rejects k/v that pass accept method: ----------> set org.apache.accumulo.core.iterators.user.AgeOffFilter parameter ttl, time to - live (milliseconds): 3000 + live (milliseconds): 30000 ----------> set org.apache.accumulo.core.iterators.user.AgeOffFilter parameter currentTime, if set, use the given value as the absolute time in milliseconds as the current time of day: @@ -2158,15 +2158,15 @@ user@myinstance filtertest></pre> SCOPE | NAME | VALUE ---------+---------------------------------------------+------------------ table | table.iterator.majc.myfilter .............. | 10,org.apache.accumulo.core.iterators.user.AgeOffFilter -table | table.iterator.majc.myfilter.opt.ttl ...... | 3000 +table | table.iterator.majc.myfilter.opt.ttl ...... | 30000 table | table.iterator.majc.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator table | table.iterator.majc.vers.opt.maxVersions .. | 1 table | table.iterator.minc.myfilter .............. | 10,org.apache.accumulo.core.iterators.user.AgeOffFilter -table | table.iterator.minc.myfilter.opt.ttl ...... | 3000 +table | table.iterator.minc.myfilter.opt.ttl ...... | 30000 table | table.iterator.minc.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator table | table.iterator.minc.vers.opt.maxVersions .. | 1 table | table.iterator.scan.myfilter .............. | 10,org.apache.accumulo.core.iterators.user.AgeOffFilter -table | table.iterator.scan.myfilter.opt.ttl ...... | 3000 +table | table.iterator.scan.myfilter.opt.ttl ...... | 30000 table | table.iterator.scan.vers .................. | 20,org.apache.accumulo.core.iterators.VersioningIterator table | table.iterator.scan.vers.opt.maxVersions .. | 1 ---------+---------------------------------------------+------------------</pre>