Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 57710 invoked from network); 1 May 2010 16:01:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 May 2010 16:01:18 -0000 Received: (qmail 25493 invoked by uid 500); 1 May 2010 16:01:18 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 25404 invoked by uid 500); 1 May 2010 16:01:17 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 25396 invoked by uid 99); 1 May 2010 16:01:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 16:01:17 +0000 X-ASF-Spam-Status: No, hits=-1376.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 16:01:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o41G0tCW011042 for ; Sat, 1 May 2010 16:00:55 GMT Message-ID: <26631864.101272729655757.JavaMail.jira@thor> Date: Sat, 1 May 2010 12:00:55 -0400 (EDT) From: "Kay Kay (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-2507) HTable#flushCommits() - event notification handler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 HTable#flushCommits() - event notification handler --------------------------------------------------- Key: HBASE-2507 URL: https://issues.apache.org/jira/browse/HBASE-2507 Project: Hadoop HBase Issue Type: Improvement Reporter: Kay Kay Attachments: HBASE-2507.patch Event notification handler code when flushing commits on the client side. By default is null. New Class - CommitEventHandler , HTableCommitEvent . notification data - preSize, postSize . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.