Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7A1A1172A for ; Wed, 18 Jun 2014 15:32:28 +0000 (UTC) Received: (qmail 90866 invoked by uid 500); 18 Jun 2014 15:32:25 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 90842 invoked by uid 500); 18 Jun 2014 15:32:25 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 90822 invoked by uid 99); 18 Jun 2014 15:32:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 15:32:25 +0000 Date: Wed, 18 Jun 2014 15:32:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-93) Have TransactionCreateBuilder implement Compressible 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/CURATOR-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14035826#comment-14035826 ] ASF GitHub Bot commented on CURATOR-93: --------------------------------------- Github user madrob commented on a diff in the pull request: https://github.com/apache/curator/pull/12#discussion_r13921577 --- Diff: curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java --- @@ -87,16 +87,28 @@ TransactionCreateBuilder asTransactionCreateBuilder(final CuratorTransactionImpl CreateBuilderImpl.this.withMode(mode); return this; } - + + @Override + public ACLPathAndBytesable compressed() + { + CreateBuilderImpl.this.compressed(); + return this; + } + @Override public CuratorTransactionBridge forPath(String path) throws Exception { return forPath(path, client.getDefaultData()); - } + } --- End diff -- nit: trailing whitespace > Have TransactionCreateBuilder implement Compressible > ---------------------------------------------------- > > Key: CURATOR-93 > URL: https://issues.apache.org/jira/browse/CURATOR-93 > Project: Apache Curator > Issue Type: Improvement > Reporter: Benjamin Jaton > Assignee: Jordan Zimmerman > Priority: Minor > Labels: compression, curator, transaction > > It would be nice to support compression for operations done in a transaction. -- This message was sent by Atlassian JIRA (v6.2#6252)