From dev-return-29484-archive-asf-public=cust-asf.ponee.io@geode.apache.org Thu Aug 23 23:23:58 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 EC07A180677 for ; Thu, 23 Aug 2018 23:23:57 +0200 (CEST) Received: (qmail 225 invoked by uid 500); 23 Aug 2018 21:23:57 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 214 invoked by uid 99); 23 Aug 2018 21:23:56 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2018 21:23:56 +0000 Received: from mail-vk0-f70.google.com (mail-vk0-f70.google.com [209.85.213.70]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 3BD624EEF for ; Thu, 23 Aug 2018 21:23:56 +0000 (UTC) Received: by mail-vk0-f70.google.com with SMTP id w73-v6so2707254vkd.9 for ; Thu, 23 Aug 2018 14:23:56 -0700 (PDT) X-Gm-Message-State: AOUpUlF7qcN/BfSumyaE6/NiQzlK+KEWt84tCfj1GjJ5DwaxA3D/vHww QRD4eC+FEaPCtMuz4q68sin4s7ph9/M5jHCbJa+Y2aVx00wQRjNEkSvXNtS8QgqWGndY1mzy5ar nHytq/V5CpDQ+eCX7+d0rbZobvU6VXvZ82KeHFNBajnbpDCd2QIYHnKA= X-Received: by 2002:ab0:4b17:: with SMTP id h23-v6mr41983352uaf.84.1535059435683; Thu, 23 Aug 2018 14:23:55 -0700 (PDT) X-Google-Smtp-Source: AA+uWPz1PhpYzkH1illGK/Ip8up6qdxEJBymFxhVxieouQrglkdUHgxhjGrZR+jkLphxLzsH7kHtHy8Hxrn6SPhelh4= X-Received: by 2002:ab0:4b17:: with SMTP id h23-v6mr41983346uaf.84.1535059435602; Thu, 23 Aug 2018 14:23:55 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a67:e18a:0:0:0:0:0 with HTTP; Thu, 23 Aug 2018 14:23:55 -0700 (PDT) From: Kirk Lund Date: Thu, 23 Aug 2018 14:23:55 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: CacheServer.setNotifyBySubscription(false) To: geode Content-Type: multipart/alternative; boundary="0000000000005e5f89057420e0cc" --0000000000005e5f89057420e0cc Content-Type: text/plain; charset="UTF-8" Question about CacheServer.setNotifyBySubscription(boolean) which is deprecated... The default is now TRUE. But I found a test that is setting it to FALSE. What is the preferred non-deprecated API for setting this to FALSE? * @deprecated as of 6.0.1. This method is no longer in use, by default notifyBySubscription * attribute is set to true. */ @Deprecated void setNotifyBySubscription(boolean b); --0000000000005e5f89057420e0cc--