From notifications-return-44781-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Wed Sep 5 19:53:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6E0B2180672 for ; Wed, 5 Sep 2018 19:53:13 +0200 (CEST) Received: (qmail 20835 invoked by uid 500); 5 Sep 2018 17:53:12 -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 20824 invoked by uid 99); 5 Sep 2018 17:53:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2018 17:53:12 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] keith-turner commented on a change in pull request #575: Add splits to table at time of table creation #573 Message-ID: <153616999192.22104.17537547914784203521.gitbox@gitbox.apache.org> Date: Wed, 05 Sep 2018 17:53:11 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit keith-turner commented on a change in pull request #575: Add splits to table at time of table creation #573 URL: https://github.com/apache/accumulo/pull/575#discussion_r215367781 ########## File path: core/src/main/java/org/apache/accumulo/core/client/admin/TableCreationMode.java ########## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.accumulo.core.client.admin; + +/** + * Creation mode for table creation. + * + * @since 2.0.0 + */ +public enum TableCreationMode { Review comment: Another possible name for this is `InitialTableState` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services