Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 506C51984C for ; Tue, 29 Mar 2016 19:23:09 +0000 (UTC) Received: (qmail 1645 invoked by uid 500); 29 Mar 2016 19:23:09 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 1609 invoked by uid 500); 29 Mar 2016 19:23:09 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 1592 invoked by uid 99); 29 Mar 2016 19:23:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 19:23:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 811FBC0CED for ; Tue, 29 Mar 2016 19:23:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.216 X-Spam-Level: X-Spam-Status: No, score=-4.216 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.996] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id MbkONBXcl7LK for ; Tue, 29 Mar 2016 19:22:57 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 53FB75F1ED for ; Tue, 29 Mar 2016 19:22:44 +0000 (UTC) Received: (qmail 99180 invoked by uid 99); 29 Mar 2016 19:22:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 19:22:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65E25E93DB; Tue, 29 Mar 2016 19:22:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.incubator.apache.org Date: Tue, 29 Mar 2016 19:23:20 -0000 Message-Id: <6ea83cdaf7c94456b5cbba976f4fbdf0@git.apache.org> In-Reply-To: <1c8c86262c9e4186bfab2a58ffac6b12@git.apache.org> References: <1c8c86262c9e4186bfab2a58ffac6b12@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/50] [abbrv] incubator-geode git commit: GEODE-52: Remove @author tags from Java source http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriter.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriter.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriter.java index 80caeb7..732d362 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriter.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriter.java @@ -38,7 +38,6 @@ package com.gemstone.gemfire.cache; * exception will be propagated to the initiator of the operation, regardless * of whether the initiator is in the same VM as the CacheWriter. * - * @author Eric Zoerner * * @see AttributesFactory#setCacheWriter * @see RegionAttributes#getCacheWriter http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriterException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriterException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriterException.java index b1357fd..10fc63b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriterException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheWriterException.java @@ -22,7 +22,6 @@ package com.gemstone.gemfire.cache; * is propagated back to the caller that initiated modification of the * cache, even if the caller is not in the same cache VM. * - * @author Eric Zoerner * * @see CacheWriter * @see com.gemstone.gemfire.cache.Region#put(Object, Object) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheXmlException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheXmlException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheXmlException.java index a731d0b..51aa103 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheXmlException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CacheXmlException.java @@ -24,7 +24,6 @@ package com.gemstone.gemfire.cache; * * @see CacheFactory#create * - * @author David Whitlock * * @since 3.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/ClientSession.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/ClientSession.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/ClientSession.java index 34ebeec..1ebccee 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/ClientSession.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/ClientSession.java @@ -35,7 +35,6 @@ package com.gemstone.gemfire.cache; * clientSession.registerInterest(event.getRegion().getFullPath(), event.getKey(), InterestResultPolicy.KEYS_VALUES, true); * * - * @author Barry Oglesby * @since 6.0 * @see com.gemstone.gemfire.cache.server.CacheServer#getClientSession(String) * getClientSession http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitConflictException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitConflictException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitConflictException.java index bc19dfd..c417ca4 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitConflictException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitConflictException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache; /** Thrown when a commit fails due to a write conflict. * - * @author Darrel Schneider * * @see CacheTransactionManager#commit * @since 4.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitDistributionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitDistributionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitDistributionException.java index b818b3d..4cca0d6 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitDistributionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitDistributionException.java @@ -30,7 +30,6 @@ import java.util.*; * {@link MembershipAttributes#getRequiredRoles required roles} are provided * in each RegionDistributionException. * - * @author Kirk Lund * @since 5.0 */ public class CommitDistributionException extends TransactionException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitIncompleteException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitIncompleteException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitIncompleteException.java index 334441a..7a3d5dd 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitIncompleteException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CommitIncompleteException.java @@ -18,7 +18,6 @@ package com.gemstone.gemfire.cache; /** * Thrown when a commit fails to complete due to errors - * @author Mitch Thomas * @since 5.7 */ public class CommitIncompleteException extends TransactionException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomEvictionAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomEvictionAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomEvictionAttributes.java index cf5a1f1..c2bc41b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomEvictionAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomEvictionAttributes.java @@ -20,7 +20,6 @@ package com.gemstone.gemfire.cache; * Custom eviction attributes including {@link EvictionCriteria} and evictor * start time and frequency, if any. * - * @author swale * @since gfxd 1.0 */ public abstract class CustomEvictionAttributes { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomExpiry.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomExpiry.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomExpiry.java index 1594d00..94b73c0 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomExpiry.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/CustomExpiry.java @@ -23,7 +23,6 @@ package com.gemstone.gemfire.cache; *

Note that if you wish to refer to an implementation of this interface in XML, * the implementation must also implement the Declarable interface. * - * @author jpenney * */ public interface CustomExpiry extends CacheCallback { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DataPolicy.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DataPolicy.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DataPolicy.java index defb144..1e87c0f 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DataPolicy.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DataPolicy.java @@ -34,7 +34,6 @@ import java.io.*; *

  • HDFS_PARTITION in addition to PARTITION also causes data to be stored to HDFS. The region initialization may use the data stored on HDFS. * * - * @author Darrel Schneider * * * @see AttributesFactory#setDataPolicy http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/Declarable.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/Declarable.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/Declarable.java index 1eff14b..94dda3b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/Declarable.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/Declarable.java @@ -53,7 +53,6 @@ import java.util.Properties; * * See package introduction. * - * @author Darrel Schneider * * * @since 2.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskAccessException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskAccessException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskAccessException.java index c60580d..f174ec2 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskAccessException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskAccessException.java @@ -21,7 +21,6 @@ import java.io.IOException; /** * Indicates that an IOException during a disk region operation. * - * @author Darrel Schneider * * * @since 3.2 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStore.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStore.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStore.java index 9c6b2c1..40586b2 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStore.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStore.java @@ -30,7 +30,6 @@ import java.util.UUID; * *

    Existing DiskStore instances can be found using {@link Cache#findDiskStore(String)} * - * @author Gester * @since 6.5 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStoreFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStoreFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStoreFactory.java index 9065c01..17254e4 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStoreFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskStoreFactory.java @@ -27,7 +27,6 @@ import java.io.File; * To use this factory configure it with the set methods and then * call {@link #create} to produce a disk store instance. * - * @author Gester * @since 6.5 */ public interface DiskStoreFactory http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributes.java index 47e2f0f..9e4c499 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributes.java @@ -25,8 +25,6 @@ package com.gemstone.gemfire.cache; * @see RegionAttributes#getDiskWriteAttributes * @see Region#writeToDisk * - * @author David Whitlock - * @author Mitul Bid * * @since 3.2 * @deprecated as of 6.5 use {@link DiskStore} instead http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.java index 6da83a6..3fae4d9 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.java @@ -25,8 +25,6 @@ import com.gemstone.gemfire.internal.cache.xmlcache.CacheXml; /** * Factory for getting DiskWriteAttribute objects * - * @author Mitul Bid - * @author Asif * @since 5.1 * @deprecated as of 6.5 use {@link DiskStoreFactory} instead */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.java index cc617f4..233b88a 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.java @@ -23,7 +23,6 @@ import com.gemstone.gemfire.GemFireException; * partitions * * @since 6.6 - * @author kbachhhav */ public class DuplicatePrimaryPartitionException extends GemFireException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionFactory.java index c60951e..3321e87 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionFactory.java @@ -126,9 +126,6 @@ import com.gemstone.gemfire.security.GemFireSecurityException; * not directly access this Region; instead use the methods on this factory. * * @since 4.3 - * @author Gideon Low - * @author Darrel Schneider - * @author Bruce Schuchardt * */ @SuppressWarnings("deprecation") http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionListener.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionListener.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionListener.java index f770dbe..18e49a3 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionListener.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/DynamicRegionListener.java @@ -30,7 +30,6 @@ package com.gemstone.gemfire.cache; *

    * See {@link DynamicRegionFactory} * - * @author Gideon Low * @since 4.3 */ public interface DynamicRegionListener { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryDestroyedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryDestroyedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryDestroyedException.java index 7bc9158..6164bcb 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryDestroyedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryDestroyedException.java @@ -18,7 +18,6 @@ package com.gemstone.gemfire.cache; /** * Indicates that a method was invoked on an entry that has been destroyed. * - * @author Eric Zoerner * * * @see Region.Entry http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryEvent.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryEvent.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryEvent.java index ae6b07c..60c53a0 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryEvent.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryEvent.java @@ -30,7 +30,6 @@ package com.gemstone.gemfire.cache; * Attempts to access off-heap data from this event after it has expired will result in an * IllegalStateException. * - * @author Eric Zoerner * * * @see CacheListener http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryExistsException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryExistsException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryExistsException.java index 81a93d3..574d9b2 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryExistsException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryExistsException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache; /** Thrown when attempting to create a Region.Entry that already * exists in the Region. - * @author Eric Zoerner * * @see com.gemstone.gemfire.cache.Region#create(Object, Object) * @see Region.Entry http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryNotFoundException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryNotFoundException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryNotFoundException.java index 23ffd21..2a6a336 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryNotFoundException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryNotFoundException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * doesn't exist in the Region. This exception is not * thrown by {@link com.gemstone.gemfire.cache.Region#get(Object)} or {@link Region#getEntry}. * - * @author Eric Zoerner * * * @see com.gemstone.gemfire.cache.Region#invalidate(Object) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java index 10680f1..6e8bb4c 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EntryOperation.java @@ -21,8 +21,6 @@ package com.gemstone.gemfire.cache; * Gemfire Context passed to PartitionResolver to compute the * data location * - * @author Yogesh Mahajan - * @author Mitch Thomas * * @see PartitionResolver * @since 6.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java index 6f1fc01..b6957a9 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAction.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache; import javax.print.attribute.EnumSyntax; /** * The action that an {@link com.gemstone.gemfire.cache.EvictionAlgorithm} takes. - * @author Mitch Thomas * @since 5.0 * @see com.gemstone.gemfire.cache.EvictionAlgorithm * @see com.gemstone.gemfire.internal.cache.EvictionAttributesImpl http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAlgorithm.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAlgorithm.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAlgorithm.java index 42d73aa..3911431 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAlgorithm.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAlgorithm.java @@ -20,7 +20,6 @@ import javax.print.attribute.EnumSyntax; /** The algorithm used to determine when to perform an {@link com.gemstone.gemfire.cache.EvictionAction} * - * @author Mitch Thomas * @since 5.0 * @see com.gemstone.gemfire.cache.EvictionAction * @see com.gemstone.gemfire.internal.cache.EvictionAttributesImpl http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributes.java index bc7e39f..cc286e8 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributes.java @@ -28,7 +28,6 @@ import com.gemstone.gemfire.internal.cache.EvictionAttributesImpl; * com.gemstone.gemfire.cache.EvictionAction}. Once a Region is created with an eviction controller, it can * not be removed, however it can be changed through an {@link com.gemstone.gemfire.cache.EvictionAttributesMutator}. * - * @author Mitch Thomas * @see com.gemstone.gemfire.cache.AttributesFactory#setEvictionAttributes(EvictionAttributes) * @see com.gemstone.gemfire.cache.AttributesMutator * @since 5.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributesMutator.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributesMutator.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributesMutator.java index cc49644..77dcab7 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributesMutator.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionAttributesMutator.java @@ -22,7 +22,6 @@ import com.gemstone.gemfire.internal.cache.EvictionAttributesImpl; * The EvictionAttributesMutator allows changes to be made to a * {@link com.gemstone.gemfire.cache.EvictionAttributes}. It is returned * by {@link com.gemstone.gemfire.cache.AttributesMutator#getEvictionAttributesMutator()} - * @author Mitch Thomas * @since 5.0 */ public interface EvictionAttributesMutator http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionCriteria.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionCriteria.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionCriteria.java index 38bc8ce..8df201c 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionCriteria.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/EvictionCriteria.java @@ -25,7 +25,6 @@ import java.util.Map; * task that will get the keys to be evicted using this and then destroy from * the region to which this is attached. * - * @author swale * @since gfxd 1.0 */ public interface EvictionCriteria { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAction.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAction.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAction.java index 6753e0d..f16820b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAction.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAction.java @@ -23,7 +23,6 @@ import java.io.*; /** * Enumerated type for expiration actions. * - * @author Eric Zoerner * * * @see ExpirationAttributes http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAttributes.java index 71e20ce..1c463f7 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/ExpirationAttributes.java @@ -30,7 +30,6 @@ import com.gemstone.gemfire.internal.InternalDataSerializer; * action is not specified, it defaults to ExpirationAction.INVALIDATE. * If the timeout is not specified, it defaults to zero (which means to never timeout). * - * @author Eric Zoerner * * * @see AttributesFactory http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/FailedSynchronizationException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/FailedSynchronizationException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/FailedSynchronizationException.java index 4842324..ee22889 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/FailedSynchronizationException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/FailedSynchronizationException.java @@ -27,7 +27,6 @@ import javax.transaction.UserTransaction; * javax.transaction.Status#STATUS_MARKED_ROLLBACK * status. * - * @author Mitch Thomas * * @see UserTransaction#setRollbackOnly * @see Transaction#registerSynchronization http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionAttributes.java index 04e82e6..69bbfc7 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionAttributes.java @@ -31,7 +31,6 @@ import com.gemstone.gemfire.internal.cache.FixedPartitionAttributesImpl; * @see com.gemstone.gemfire.cache.PartitionAttributes * @see com.gemstone.gemfire.cache.PartitionAttributesFactory * - * @author kbachhav * @since 6.6 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionResolver.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionResolver.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionResolver.java index 8b77e5e..9450856 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionResolver.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/FixedPartitionResolver.java @@ -54,7 +54,6 @@ import java.util.Set; *   }
    * * @see PartitionResolver - * @author kbachhav * @since 6.6 * * http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/GatewayException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/GatewayException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/GatewayException.java index 7274f32..93bc723 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/GatewayException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/GatewayException.java @@ -20,7 +20,6 @@ package com.gemstone.gemfire.cache; /** * An exception thrown by a Gateway. * - * @author Barry Oglesby * * @since 4.2 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/GemFireCache.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/GemFireCache.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/GemFireCache.java index 9425706..96a8ce6 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/GemFireCache.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/GemFireCache.java @@ -43,7 +43,6 @@ import com.gemstone.gemfire.pdx.PdxSerializer; * * * @since 6.5 - * @author darrel */ public interface GemFireCache extends RegionService { /** Returns the name of this cache. http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestPolicy.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestPolicy.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestPolicy.java index 0114e3b..dbe7337 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestPolicy.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestPolicy.java @@ -24,7 +24,6 @@ import java.io.*; * The interest policy specifies what data a subscriber is interested in having * in it's region. * - * @author Darrel Schneider * * * @see SubscriptionAttributes http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationEvent.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationEvent.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationEvent.java index b54cf7a..df0c4ff 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationEvent.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationEvent.java @@ -25,7 +25,6 @@ import com.gemstone.gemfire.internal.cache.tier.InterestType; * Interface InterestRegistrationEvent encapsulated interest * event information like region and keys of interest. * - * @author Barry Oglesby * @since 6.0 */ public interface InterestRegistrationEvent { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationListener.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationListener.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationListener.java index 7f52c32..714be3f 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationListener.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestRegistrationListener.java @@ -59,7 +59,6 @@ package com.gemstone.gemfire.cache; *} * * - * @author Barry Oglesby * * @since 6.0 * http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestResultPolicy.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestResultPolicy.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestResultPolicy.java index 4791081..abfdc8b 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestResultPolicy.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/InterestResultPolicy.java @@ -27,7 +27,6 @@ import java.io.Serializable; * register interest result. The result of a call to Region.registerInterest * can be the keys and current values, just the keys or nothing. * - * @author Barry Oglesby * * @see com.gemstone.gemfire.cache.Region#registerInterest(Object) * @see com.gemstone.gemfire.cache.Region#registerInterestRegex(String) http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/LoaderHelper.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/LoaderHelper.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/LoaderHelper.java index a4e082f..79dabe3 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/LoaderHelper.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/LoaderHelper.java @@ -22,7 +22,6 @@ package com.gemstone.gemfire.cache; * is only valid within the {@link CacheLoader#load(LoaderHelper) load} * method. * - * @author Dave Monnie * * @see CacheLoader#load(LoaderHelper) load * @since 2.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/LossAction.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/LossAction.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/LossAction.java index c6adcd7..08372df 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/LossAction.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/LossAction.java @@ -28,7 +28,6 @@ import java.util.*; * The LossAction is specified when configuring a region's * {@link com.gemstone.gemfire.cache.MembershipAttributes}. * - * @author Kirk Lund * @since 5.0 */ public class LossAction implements Serializable { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/LowMemoryException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/LowMemoryException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/LowMemoryException.java index 2fbbbd2..e2f3748 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/LowMemoryException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/LowMemoryException.java @@ -31,7 +31,6 @@ import com.gemstone.gemfire.distributed.DistributedMember; * @see ResourceManager#setCriticalHeapPercentage(float) * @see Region#put(Object, Object) * - * @author sbawaska * @since 6.0 */ public class LowMemoryException extends ResourceException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/MembershipAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/MembershipAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/MembershipAttributes.java index 7f4e47c..dd0e91a 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/MembershipAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/MembershipAttributes.java @@ -45,7 +45,6 @@ import java.util.*; * required roles are specified. These attributes are immutable after the * Region has been created.

    * - * @author Kirk Lund * @since 5.0 */ public class MembershipAttributes implements DataSerializable, Externalizable { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/MirrorType.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/MirrorType.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/MirrorType.java index ec16a2f..a499958 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/MirrorType.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/MirrorType.java @@ -22,7 +22,6 @@ import java.io.*; /** * Enumerated type for region mirroring. * - * @author Eric Zoerner * * * @see AttributesFactory#setMirrorType http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/NoQueueServersAvailableException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/NoQueueServersAvailableException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/NoQueueServersAvailableException.java index 1d3a423..c63605c 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/NoQueueServersAvailableException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/NoQueueServersAvailableException.java @@ -22,7 +22,6 @@ import com.gemstone.gemfire.cache.client.ServerConnectivityException; * Indicates that this client cannot contact any queue servers and * therefore cannot perform operations that require a queue, such as * registering interest. - * @author dsmith * @since 5.7 */ public class NoQueueServersAvailableException extends ServerConnectivityException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.java index ab49b17..9ececa0 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.java @@ -22,7 +22,6 @@ import com.gemstone.gemfire.cache.client.ServerConnectivityException; * Indicates that this client cannot contact any servers and * therefore cannot perform operations that require subscriptions, such as * registering interest. - * @author dsmith * @since 5.7 */ public class NoSubscriptionServersAvailableException extends ServerConnectivityException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/Operation.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/Operation.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/Operation.java index 9b5919d..7a63855 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/Operation.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/Operation.java @@ -25,7 +25,6 @@ import com.gemstone.gemfire.cache.execute.FunctionService; * Enumerated type for an event operation. * This class describes the operation that generated the event. * - * @author Darrel Schneider * * * @see CacheEvent#getOperation http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/OperationAbortedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/OperationAbortedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/OperationAbortedException.java index 9fe2529..f74763a 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/OperationAbortedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/OperationAbortedException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * would have otherwise affected the cache has been aborted. * Only subclasses are instantiated. * - * @author Eric Zoerner * * * @since 3.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributes.java index fafd084..ef6315f 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributes.java @@ -37,7 +37,6 @@ import com.gemstone.gemfire.cache.partition.PartitionListener; * * Also see {@link com.gemstone.gemfire.cache.DataPolicy#PARTITION}. * - * @author rreja * @since 5.0 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributesFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributesFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributesFactory.java index 41b534d..1e35739 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributesFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionAttributesFactory.java @@ -68,8 +68,6 @@ import com.gemstone.gemfire.internal.i18n.LocalizedStrings; * * @see com.gemstone.gemfire.cache.PartitionAttributes * @see com.gemstone.gemfire.cache.AttributesFactory#setPartitionAttributes(PartitionAttributes) - * @author rreja - * @author bruce * @since 5.0 */ public class PartitionAttributesFactory http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionResolver.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionResolver.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionResolver.java index 3cccb9a..ec4e821 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionResolver.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionResolver.java @@ -56,8 +56,6 @@ package com.gemstone.gemfire.cache; * guaranteed to be colocated. *

    * - * @author Yogesh Mahajan - * @author Mitch Thomas * * @since 6.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionedRegionDistributionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionedRegionDistributionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionedRegionDistributionException.java index 908ff40..dff7872 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionedRegionDistributionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/PartitionedRegionDistributionException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * after multiple attempts. * * @since 5.1 - * @author Mitch Thomas */ public class PartitionedRegionDistributionException extends CacheRuntimeException http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAccessException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAccessException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAccessException.java index 9eaca04..899bf4e 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAccessException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAccessException.java @@ -28,7 +28,6 @@ import com.gemstone.gemfire.distributed.internal.membership.InternalRole; * {@link MembershipAttributes} have been configured with {@link * LossAction#NO_ACCESS} or {@link LossAction#LIMITED_ACCESS}. * - * @author Kirk Lund * @since 5.0 */ public class RegionAccessException extends RegionRoleException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAttributes.java index c36a9c5..4ab576a 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionAttributes.java @@ -36,7 +36,6 @@ import com.gemstone.gemfire.compression.Compressor; * *

    Note that the RegionAttributes are not distributed with the region. * - * @author Eric Zoerner * * @see AttributesFactory * @see AttributesMutator http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDestroyedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDestroyedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDestroyedException.java index 2eb0318..25c6d23 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDestroyedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDestroyedException.java @@ -20,7 +20,6 @@ package com.gemstone.gemfire.cache; * Indicates that the region has been destroyed. Further operations * on the region object are not allowed. * - * @author Eric Zoerner * * @since 2.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDistributionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDistributionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDistributionException.java index 36dd4f4..b30cd2c 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDistributionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionDistributionException.java @@ -31,7 +31,6 @@ import com.gemstone.gemfire.distributed.internal.membership.InternalRole; * may be caused by one or more required roles not acknowledging receipt of * the message. * - * @author Kirk Lund * @since 5.0 */ public class RegionDistributionException extends RegionRoleException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionEvent.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionEvent.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionEvent.java index f7c56bd..d15ee89 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionEvent.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionEvent.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * its identity and the circumstances of the event. * This is passed in to CacheListener and CacheWriter. * - * @author Eric Zoerner * * * @see CacheListener http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionExistsException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionExistsException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionExistsException.java index a215ca6..a4ced6f 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionExistsException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionExistsException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * Indicates that the requested region already exists when a region is * being created. * - * @author Eric Zoerner * * * @see Region#createSubregion http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionFactory.java index 214e878..a83aa20 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionFactory.java @@ -57,7 +57,6 @@ The final step is to produce a {@link Region} by calling {@link #create(String)} .create("partition"); * - * @author Mitch Thomas * @since 5.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionMembershipListener.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionMembershipListener.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionMembershipListener.java index b55a2e8..60f01cf 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionMembershipListener.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionMembershipListener.java @@ -25,7 +25,6 @@ import com.gemstone.gemfire.distributed.DistributedMember; * Instead of implementing this interface it is recommended that you extend * the {@link com.gemstone.gemfire.cache.util.RegionMembershipListenerAdapter} class. * - * @author Darrel Schneider * * * @see AttributesFactory#addCacheListener http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionReinitializedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionReinitializedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionReinitializedException.java index 3c79a98..029576c 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionReinitializedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionReinitializedException.java @@ -22,7 +22,6 @@ package com.gemstone.gemfire.cache; * A new reference must be acquired from the Cache the region's parent * region. * - * @author Eric Zoerner * * @since 4.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleException.java index 31a0c41..1864415 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * Reliability for a Region is defined by its * {@link MembershipAttributes}. * - * @author Kirk Lund * @since 5.0 */ public abstract class RegionRoleException extends RoleException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleListener.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleListener.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleListener.java index 7775bcb..e633396 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleListener.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionRoleListener.java @@ -25,7 +25,6 @@ package com.gemstone.gemfire.cache; * the {@link com.gemstone.gemfire.cache.util.RegionRoleListenerAdapter} * class. * - * @author Kirk Lund * * @see AttributesFactory#setCacheListener * @see RegionAttributes#getCacheListener http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionService.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionService.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionService.java index a7916be..2afdd0e 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionService.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionService.java @@ -46,7 +46,6 @@ import com.gemstone.gemfire.pdx.PdxInstanceFactory; *

    * * @since 6.5 - * @author darrel */ public interface RegionService extends AutoCloseable { /** http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionShortcut.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionShortcut.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionShortcut.java index 3289659..6aae635 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionShortcut.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RegionShortcut.java @@ -25,7 +25,6 @@ package com.gemstone.gemfire.cache; * the refid attribute on a region element or region-attributes element to the * string of each value. * @since 6.5 - * @author darrel */ public enum RegionShortcut { /** http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RemoteTransactionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RemoteTransactionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RemoteTransactionException.java index 62ef60c..bdfea22 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RemoteTransactionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RemoteTransactionException.java @@ -24,7 +24,6 @@ package com.gemstone.gemfire.cache; * is hosted on a member that is not * the initiator of the transaction. * - * @author gregp * @since 6.5 * @deprecated as of 6.6 exceptions from a remote node are no longer wrapped in this exception. Instead of this, {@link TransactionDataNodeHasDepartedException} is thrown. */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RequiredRoles.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RequiredRoles.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RequiredRoles.java index 40b87da..035f62c 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RequiredRoles.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RequiredRoles.java @@ -36,7 +36,6 @@ import java.util.*; * specific Region created. In this case the Role is * considered to be absent for that Region. * - * @author Kirk Lund * @see com.gemstone.gemfire.distributed.Role * @since 5.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/ResourceException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/ResourceException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/ResourceException.java index a22a658..53983f0 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/ResourceException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/ResourceException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * A Generic exception to indicate that a resource exception has occurred. * This class is abstract so that only subclasses can be instantiated. * - * @author sbawaska * @since 6.0 */ public abstract class ResourceException extends CacheRuntimeException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/ResumptionAction.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/ResumptionAction.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/ResumptionAction.java index b708831..a3fbf57 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/ResumptionAction.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/ResumptionAction.java @@ -27,7 +27,6 @@ import java.util.*; * The ResumptionAction is specified when configuring a region's * {@link com.gemstone.gemfire.cache.MembershipAttributes}. * - * @author Kirk Lund * @since 5.0 */ public class ResumptionAction implements java.io.Serializable { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleEvent.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleEvent.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleEvent.java index c5c683c..b38835e 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleEvent.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleEvent.java @@ -24,7 +24,6 @@ import java.util.Set; * including its identity and the circumstances of the event. This is * passed in to {@link RegionRoleListener}. * - * @author Kirk Lund * @see RegionRoleListener * @since 5.0 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleException.java index 52af104..088f504 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/RoleException.java @@ -22,7 +22,6 @@ package com.gemstone.gemfire.cache; * Region regions} that have been configured with required roles using * {@link MembershipAttributes}. * - * @author Kirk Lund * @since 5.0 */ public abstract class RoleException extends CacheRuntimeException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/Scope.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/Scope.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/Scope.java index 8ada23e..1affd0b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/Scope.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/Scope.java @@ -25,7 +25,6 @@ import java.io.*; /** * Enumerated type for region distribution scope. * - * @author Eric Zoerner * * * @see RegionAttributes#getScope http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/SerializedCacheValue.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/SerializedCacheValue.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/SerializedCacheValue.java index a65d4a3..e12076e 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/SerializedCacheValue.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/SerializedCacheValue.java @@ -32,7 +32,6 @@ package com.gemstone.gemfire.cache; * Attempts to access off-heap data from this event after it has expired will result in an * IllegalStateException. * - * @author Barry Oglesby * @since 5.5 */ public interface SerializedCacheValue { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/StatisticsDisabledException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/StatisticsDisabledException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/StatisticsDisabledException.java index f98577f..f135b87 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/StatisticsDisabledException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/StatisticsDisabledException.java @@ -21,7 +21,6 @@ package com.gemstone.gemfire.cache; * Thrown if statistics are requested when statistics are disabled on the * region. * - * @author Eric Zoerner * * * @see AttributesFactory#setStatisticsEnabled http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/SubscriptionAttributes.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/SubscriptionAttributes.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/SubscriptionAttributes.java index 07731ee..2fb218b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/SubscriptionAttributes.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/SubscriptionAttributes.java @@ -26,7 +26,6 @@ import java.io.*; *

    The {@link InterestPolicy} defines what remote operation's data/event * are of interest to this cache's region.

    * - * @author Darrel * @since 5.0 */ public class SubscriptionAttributes implements DataSerializable, Externalizable { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/SynchronizationCommitConflictException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/SynchronizationCommitConflictException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/SynchronizationCommitConflictException.java index d8a5a76..1870ddc 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/SynchronizationCommitConflictException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/SynchronizationCommitConflictException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache; /** Thrown when a commit operation of a JTA enlisted cache transaction fails * - * @author Mitch Thomas * * @see javax.transaction.UserTransaction#commit * @since 4.0 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TimeoutException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TimeoutException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TimeoutException.java index 53c252a..0cdb912 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TimeoutException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TimeoutException.java @@ -20,7 +20,6 @@ package com.gemstone.gemfire.cache; /** Thrown if a netSearch times out without getting a response back from a cache, * or when attempting to acquire a distributed lock. * - * @author Eric Zoerner * * * @see LoaderHelper#netSearch http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.java index 6606c13..f977694 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.java @@ -25,7 +25,6 @@ package com.gemstone.gemfire.cache; * is hosted on a member that is not * the initiator of the transaction. * - * @author gregp * @since 6.5 */ public class TransactionDataNodeHasDepartedException extends TransactionException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNotColocatedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNotColocatedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNotColocatedException.java index e8be5b2..63535d7 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNotColocatedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataNotColocatedException.java @@ -29,7 +29,6 @@ package com.gemstone.gemfire.cache; * is usually colocated. This is because data can be moved from one node to another * during the time between the original transactional operations and the commit. * - * @author gregp * @since 6.5 */ public class TransactionDataNotColocatedException extends TransactionException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataRebalancedException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataRebalancedException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataRebalancedException.java index a2ec326..65b6a18 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataRebalancedException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionDataRebalancedException.java @@ -25,7 +25,6 @@ import com.gemstone.gemfire.cache.control.RebalanceOperation; *

    This exception only occurs when a transaction * involves partitioned regions. * - * @author gregp * @since 6.6 */ public class TransactionDataRebalancedException extends TransactionException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionEvent.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionEvent.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionEvent.java index 99dd6e0..e9cc4ee 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionEvent.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionEvent.java @@ -45,7 +45,6 @@ import java.util.*; *

    The {@link EntryEvent} instances always return null * as their {@link CacheEvent#getCallbackArgument callback argument}. * - * @author Mitch Thomas * * @see TransactionListener * @see EntryEvent http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionException.java index 62a4e0a..1212804 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache; /** * This is the superclass for all Exceptions that may be thrown * by a GemFire transaction. - * @author sbawaska * @since 6.5 */ public class TransactionException extends CacheException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionId.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionId.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionId.java index eb1de7a..f05ab7e 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionId.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionId.java @@ -22,7 +22,6 @@ import java.io.Externalizable; /** The TransactionId interface is a "marker" interface that * represents a unique GemFire transaction. * - * @author Mitch Thomas * * @since 4.0 * http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionInDoubtException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionInDoubtException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionInDoubtException.java index b397f03..49adffd 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionInDoubtException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionInDoubtException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache; /** * This Exception is thrown in presence of node failures, when GemFire cannot * know with certainty about the outcome of the transaction. - * @author sbawaska * @since 6.5 */ public class TransactionInDoubtException extends TransactionException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionListener.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionListener.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionListener.java index b79c16f..0ce2f62 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionListener.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionListener.java @@ -33,7 +33,6 @@ package com.gemstone.gemfire.cache; * *

    Rollback and failed commit operations are local. * - * @author Darrel Schneider * * @see CacheTransactionManager#setListener * @see CacheTransactionManager#getListener http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionWriterException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionWriterException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionWriterException.java index f067f1f..efee741 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionWriterException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/TransactionWriterException.java @@ -24,7 +24,6 @@ package com.gemstone.gemfire.cache; * signal that the current transaction should be aborted. * * @see TransactionWriter#beforeCommit - * @author gregp * @since 6.5 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/UnsupportedOperationInTransactionException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/UnsupportedOperationInTransactionException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/UnsupportedOperationInTransactionException.java index c680d59..a91b822 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/UnsupportedOperationInTransactionException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/UnsupportedOperationInTransactionException.java @@ -20,7 +20,6 @@ package com.gemstone.gemfire.cache; * Indicates that an attempt was mode to invoke an operation that is not * allowed in a transaction. * - * @author gregp * @since 6.5 */ public class UnsupportedOperationInTransactionException extends http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.java index ebca6d9..054c50b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.java @@ -22,7 +22,6 @@ import com.gemstone.gemfire.cache.wan.GatewayQueueEvent; /** * Represents Cache events delivered to AsyncEventListener. * - * @author pdeole * @since 7.0 */ public interface AsyncEvent extends GatewayQueueEvent{ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.java index adf605e..db49025 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.java @@ -56,7 +56,6 @@ import com.gemstone.gemfire.cache.CacheCallback; * } * * - * @author pdeole * @since 7.0 */ public interface AsyncEventListener extends CacheCallback { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.java index 230c7eb..a2b8b0f 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.java @@ -26,7 +26,6 @@ import com.gemstone.gemfire.cache.wan.GatewaySender.OrderPolicy; * Interface of AsyncEventQueue. * This represents the channel over which the events are delivered to the AsyncEventListener. * - * @author pdeole * @since 7.0 */ public interface AsyncEventQueue { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java index 0aeaf6f..3e30b38 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java @@ -45,7 +45,6 @@ import com.gemstone.gemfire.cache.wan.GatewaySenderFactory; AsyncEventQueue asyncQueue = factory.create(asyncQueueId, asyncEventListener); * - * @author pdeole * @since 7.0 */ public interface AsyncEventQueueFactory { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/AllConnectionsInUseException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/AllConnectionsInUseException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/AllConnectionsInUseException.java index 4368d29..b397327 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/AllConnectionsInUseException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/AllConnectionsInUseException.java @@ -20,7 +20,6 @@ package com.gemstone.gemfire.cache.client; /** * Indicates that the connection pool is at its maximum size and * all connections are in use. - * @author dsmith * @since 5.7 */ public class AllConnectionsInUseException extends ServerConnectivityException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCache.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCache.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCache.java index f17545d..707575d 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCache.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCache.java @@ -48,7 +48,6 @@ import com.gemstone.gemfire.cache.query.QueryService; * regions on the server. *

    More pools can be created using {@link PoolManager} or by declaring them in cache.xml. * @since 6.5 - * @author darrel */ public interface ClientCache extends GemFireCache { /** http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCacheFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCacheFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCacheFactory.java index adb1c67..99e11a0 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCacheFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientCacheFactory.java @@ -115,7 +115,6 @@ Now, create the data region in the client cache using this new attributes ID. Region r = c.createClientRegionFactory("MYAPP_CACHING_PROXY_MEM_LRU").create("customers"); * @since 6.5 - * @author darrel */ public class ClientCacheFactory { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientNotReadyException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientNotReadyException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientNotReadyException.java index db9a859..0ad9036 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientNotReadyException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientNotReadyException.java @@ -25,7 +25,6 @@ import com.gemstone.gemfire.cache.OperationAbortedException; * method, but failed. *

    This exception was moved from the util package in 5.7. * - * @author darrel * * @since 5.7 * @deprecated as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed. http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionFactory.java index 4a5621d..9c7fae0 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionFactory.java @@ -60,7 +60,6 @@ import com.gemstone.gemfire.compression.Compressor; * myListener).create("customers"); * * - * @author darrel * @since 6.5 */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionShortcut.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionShortcut.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionShortcut.java index a3eb0b8..3b7c3bf 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionShortcut.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ClientRegionShortcut.java @@ -27,7 +27,6 @@ import com.gemstone.gemfire.cache.*; * the refid attribute on a region element or region-attributes element to the * string of each value. * @since 6.5 - * @author darrel */ public enum ClientRegionShortcut { /** http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.java index 9022761..4157777 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache.client; /** * An exception indicating that there are no active locators available to connect to. - * @author dsmith * @since 5.7 */ public class NoAvailableLocatorsException extends ServerConnectivityException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableServersException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableServersException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableServersException.java index c3fb6a2..e848921 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableServersException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/NoAvailableServersException.java @@ -19,7 +19,6 @@ package com.gemstone.gemfire.cache.client; /** * An exception indicating that there are no active servers available to connect to. - * @author dsmith * @since 5.7 */ public class NoAvailableServersException extends ServerConnectivityException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/Pool.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/Pool.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/Pool.java index a6471aa..233f833 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/Pool.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/Pool.java @@ -45,7 +45,6 @@ import com.gemstone.gemfire.cache.query.QueryService; * on the client regions that will use this pool by calling * {@link RegionFactory#setPoolName}. * - * @author darrel * @since 5.7 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolFactory.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolFactory.java index 06d5e4c..0d89da2 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolFactory.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolFactory.java @@ -54,7 +54,6 @@ import com.gemstone.gemfire.cache.query.*; // for javadocs *

  • {@link Region#registerInterestRegex(String, InterestResultPolicy, boolean)} * * - * @author darrel * @since 5.7 */ public interface PoolFactory { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolManager.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolManager.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolManager.java index 953a367..cf10780 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolManager.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/PoolManager.java @@ -31,7 +31,6 @@ import com.gemstone.gemfire.distributed.DistributedSystem; // for javadocs *

    * To get rid of all created pool call {@link #close()}. * - * @author darrel * @since 5.7 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerConnectivityException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerConnectivityException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerConnectivityException.java index 0bbad4d..c41ae86 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerConnectivityException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerConnectivityException.java @@ -22,7 +22,6 @@ import com.gemstone.gemfire.GemFireException; * A generic exception indicating that a failure has happened while communicating * with a gemfire server. Subclasses of this exception provide more detail * on specific failures. - * @author dsmith * @since 5.7 */ public class ServerConnectivityException extends GemFireException { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7d944f63/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerOperationException.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerOperationException.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerOperationException.java index 79ba2a1..72271c2 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerOperationException.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/client/ServerOperationException.java @@ -21,7 +21,6 @@ import com.gemstone.gemfire.distributed.internal.InternalDistributedSystem; /** * An exception indicating that a failure has happened on the server * while processing an operation that was sent to it by a client. - * @author darrel * @since 5.7 */ public class ServerOperationException extends ServerConnectivityException {