Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97FBC18F5B for ; Mon, 9 Nov 2015 17:27:11 +0000 (UTC) Received: (qmail 25777 invoked by uid 500); 9 Nov 2015 17:27:11 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 25628 invoked by uid 500); 9 Nov 2015 17:27:11 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 25469 invoked by uid 99); 9 Nov 2015 17:27:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2015 17:27:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 084512C1F5B for ; Mon, 9 Nov 2015 17:27:11 +0000 (UTC) Date: Mon, 9 Nov 2015 17:27:11 +0000 (UTC) From: "Adam Fuchs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-4049) create a generic counting iterator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Adam Fuchs created ACCUMULO-4049: ------------------------------------ Summary: create a generic counting iterator Key: ACCUMULO-4049 URL: https://issues.apache.org/jira/browse/ACCUMULO-4049 Project: Accumulo Issue Type: Improvement Components: core Reporter: Adam Fuchs As a user I want to be able to count the number of key/values, rows, row+column family, etc. exist in a range. This could be done via a simple iterator like the CountingIterator added at scan time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)