Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06033A7A for ; Tue, 28 Aug 2012 13:34:04 +0000 (UTC) Received: (qmail 79983 invoked by uid 500); 28 Aug 2012 13:34:01 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 79950 invoked by uid 500); 28 Aug 2012 13:34:01 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 79942 invoked by uid 99); 28 Aug 2012 13:34:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 13:34:01 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FSL_RCVD_USER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [75.150.60.225] (HELO adam.ccri.com) (75.150.60.225) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 13:33:55 +0000 Received: from [192.168.200.1] (unknown [192.168.200.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by adam.ccri.com (Postfix) with ESMTPSA id 003FF260127 for ; Tue, 28 Aug 2012 09:33:33 -0400 (EDT) Message-ID: <503CC895.7020307@ccri.com> Date: Tue, 28 Aug 2012 09:33:09 -0400 From: John Armstrong Reply-To: john.armstrong@ccri.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: user@accumulo.apache.org Subject: Re: TimeSpan Iterator References: <97EB0FF1279CC5428640A3FB61B10BD602DC640F@mx1.Comcept.L-3Com.com> In-Reply-To: <97EB0FF1279CC5428640A3FB61B10BD602DC640F@mx1.Comcept.L-3Com.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 08/28/2012 09:26 AM, Bob.Thorman@l-3com.com wrote: > Does anyone know of a TimeSpan Iterator that will fetch rows based on > the accumulo timestamp? We actually wrote our own TimestampRangeIterator and TimestampSetIterator classes. I don't know if 1.4 has any in the core libraries. It's not very hard though.