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 C3BDC10A48 for ; Thu, 2 May 2013 12:44:18 +0000 (UTC) Received: (qmail 74806 invoked by uid 500); 2 May 2013 12:44:18 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 73507 invoked by uid 500); 2 May 2013 12:44:16 -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 73046 invoked by uid 99); 2 May 2013 12:44:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 12:44:15 +0000 Date: Thu, 2 May 2013 12:44:15 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1336) Add lexicoders from Typo to Accumulo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647476#comment-13647476 ] Keith Turner commented on ACCUMULO-1336: ---------------------------------------- bq. I felt that o.a.a.core.util was a good place Thats not one of the packages that declared to be part of the public API in the readme. We would not want to maintain all of the code in util as part of the public API. There is a alot of random code in there used in the implementation of Accumulo that we have been changing as needed (w/o deprecation). The reason I was thining of o.a.a.core.client is that package is declared to be part of the public API. > Add lexicoders from Typo to Accumulo > ------------------------------------ > > Key: ACCUMULO-1336 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1336 > Project: Accumulo > Issue Type: New Feature > Reporter: Keith Turner > Assignee: Corey J. Nolet > Fix For: 1.6.0 > > Attachments: ACCUMULO-1336.1.patch > > > [Typo|https://github.com/keith-turner/typo] is something I created to experiment with another Java API for Accumulo. It had two parts, an API with type paramaters and Lexicoders. Lexicoders encode/serialize types in such a way that the lexicographic sort order matches the java types sort order. I think having the Lexicoders available as part of Accumulo would be generally useful. The parametric API is less useful, it assumes all values have the same type. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira