You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/04/24 17:22:49 UTC

[geode-native] 02/02: Merge branch 'feature/GEODE-4728' into develop

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit be8afc2e3ac41ee558cd374ba79b3a1377124cfc
Merge: 5b1411f 6b6609b
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Tue Apr 24 10:22:18 2018 -0700

    Merge branch 'feature/GEODE-4728' into develop
    
    * feature/GEODE-4728:
      GEODE-4728: Docs - Re-introduce files from earlier version for updating
      GEODE-4728: Docs - update dotnet example README

 .../client-cache/accessing-entries.html.md.erb     |  55 ++++
 .../adding-entries-to-cache.html.md.erb            |  48 +++
 .../client-cache/application-plugins.html.md.erb   | 278 ++++++++++++++++
 .../client-cache/cache-init-file.html.md.erb       |  80 +++++
 .../client-cache/cache-management.html.md.erb      |  46 +++
 .../client-cache/cache-ownership.html.md.erb       |  28 ++
 .../client-cache/caches.html.md.erb                |  44 +++
 .../client-cache/caching-apis.html.md.erb          |  45 +++
 .../client-cache/caching-enabled.html.md.erb       |  44 +++
 .../client-cache/chapter-overview.html.md.erb      |  54 +++
 .../client-to-server-connection.html.md.erb        |  56 ++++
 .../client-cache/closing-cache.html.md.erb         |  28 ++
 .../concurrency-checks-enabled.html.md.erb         |  35 ++
 .../client-cache/concurrency-level.html.md.erb     |  35 ++
 .../consistency-checking-in-regions.html.md.erb    |  34 ++
 .../controlling-cache-size.html.md.erb             |  37 +++
 .../client-cache/create-access-cache.html.md.erb   |  69 ++++
 .../declarative-region-creation.html.md.erb        |  52 +++
 .../client-cache/disk-policy.html.md.erb           |  51 +++
 .../client-cache/entries.html.md.erb               |  37 +++
 .../client-cache/expiration-attributes.html.md.erb |  82 +++++
 .../getting-the-region-size.html.md.erb            |  28 ++
 .../client-cache/initial-capacity.html.md.erb      |  32 ++
 .../invalidating-cached-entries.html.md.erb        |  33 ++
 .../client-cache/invalidating-region.html.md.erb   |  43 +++
 .../client-cache/load-factor.html.md.erb           |  32 ++
 .../client-cache/lru-entries-limit.html.md.erb     |  48 +++
 .../managing-lifetime-cached-object.html.md.erb    |  65 ++++
 .../notification-for-operations.html.md.erb        |  33 ++
 .../client-cache/overview-client-cache.html.md.erb |  41 +++
 .../client-cache/persistence-manager.html.md.erb   | 241 ++++++++++++++
 .../programmatic-region-creation.html.md.erb       |  37 +++
 .../client-cache/region-access.html.md.erb         |  38 +++
 .../region-attributes-desc.html.md.erb             |  56 ++++
 .../client-cache/region-attributes.html.md.erb     |  50 +++
 .../client-cache/region-shortcuts.html.md.erb      |  76 +++++
 .../client-cache/regions.html.md.erb               |  47 +++
 .../registering-interest-for-entries.html.md.erb   | 110 +++++++
 .../requirements-for-distrib.html.md.erb           |  28 ++
 .../specify-region-attributes.html.md.erb          |  26 ++
 .../client-cache/troubleshooting.html.md.erb       |  58 ++++
 .../client-cache/updating-entries.html.md.erb      |  33 ++
 .../using-serverkeys-to-retrieve.html.md.erb       |  49 +++
 .../client-cache/using-thread-safety.html.md.erb   |  30 ++
 .../common/images/10-Continuous_Querying-1.gif     | Bin 0 -> 7411 bytes
 .../common/images/10-Continuous_Querying-3.gif     | Bin 0 -> 8611 bytes
 .../common/images/6-DotNet_API-1.gif               | Bin 0 -> 4218 bytes
 .../common/images/7-Preserving_Data-2.gif          | Bin 0 -> 13146 bytes
 .../common/images/client-cache-data-flow.gif       | Bin 0 -> 4422 bytes
 .../common/images/client-cache-plugins-run.gif     | Bin 0 -> 4340 bytes
 .../common/images/client-overview.gif              | Bin 0 -> 6421 bytes
 .../common/images/client-server-arch.gif           | Bin 0 -> 7198 bytes
 .../common/images/data-dep-func-from-client.gif    | Bin 0 -> 10336 bytes
 .../common/images/data-dep-func-with-filter.gif    | Bin 0 -> 11062 bytes
 .../common/images/data-indep-func-from-client.gif  | Bin 0 -> 8105 bytes
 .../images/delta-propagation-in-client-server.gif  | Bin 0 -> 7115 bytes
 .../common/images/ha-data-dep-func.gif             | Bin 0 -> 14684 bytes
 .../common/images/security-client-connections.gif  | Bin 0 -> 8300 bytes
 .../common/images/xact-run-from-client.gif         | Bin 0 -> 9928 bytes
 .../configuring/configuration.html.md.erb          |  93 ++++++
 .../configuring/sysprops.html.md.erb               | 363 ++++++++++++++++++++
 .../system-level-configuration.html.md.erb         | 132 ++++++++
 .../about-connection-pools.html.md.erb             |  37 +++
 .../about-server-locators.html.md.erb              |  34 ++
 .../client-load-balancing.html.md.erb              |  38 +++
 .../connection-pools/client-pool-api.html.md.erb   |  39 +++
 ...onfiguring-pools-attributes-example.html.md.erb | 173 ++++++++++
 .../connection-pools/configuring-pools.html.md.erb |  42 +++
 .../connection-pools/connection-pools.html.md.erb  |  32 ++
 .../discovering-locators-dynamically.html.md.erb   |  34 ++
 .../running-connection-pool-code.html.md.erb       |  76 +++++
 .../subscription-properties.html.md.erb            |  41 +++
 .../1-how-cont-query-works.html.md.erb             |  72 ++++
 .../2-config-for-continuous-querying.html.md.erb   |  30 ++
 .../3-client-cq-api.html.md.erb                    |  56 ++++
 .../5-implementing-cq.html.md.erb                  |  39 +++
 .../continuous-querying/5a-writing-cq.html.md.erb  |  43 +++
 .../5b-writing-cq-listener.html.md.erb             | 297 +++++++++++++++++
 .../5c-cq-event-object.html.md.erb                 |  77 +++++
 .../5d-when-error-occurs.html.md.erb               |  34 ++
 .../5e-running-cq-code.html.md.erb                 |  84 +++++
 .../5f-cq-execution-options.html.md.erb            |  30 ++
 .../continuous-querying/6-managing-cqs.html.md.erb |  52 +++
 .../continuous-querying.html.md.erb                |  40 +++
 .../cpp-caching-api/accessing-entry.html.md.erb    |  45 +++
 .../cpp-caching-api/add-entry-to-cache.html.md.erb |  60 ++++
 .../cpp-caching-api/cpp-caching-api.html.md.erb    |  68 ++++
 .../cpp-caching-api/creating-cache.html.md.erb     |  39 +++
 .../creating-new-statistics.html.md.erb            |  70 ++++
 .../cpp-caching-api/creating-region.html.md.erb    |  51 +++
 .../cpp-caching-api/data-as-blob.html.md.erb       |  25 ++
 .../cpp-caching-api/gfe-cpp-api.html.md.erb        |  78 +++++
 .../cpp-caching-api/object-graphs.html.md.erb      |  23 ++
 .../pdx-auto-serialization.html.md.erb             | 366 +++++++++++++++++++++
 .../pdx-ignore-unread-fields.html.md.erb           |  37 +++
 .../cpp-caching-api/pdx-serialization.html.md.erb  |  60 ++++
 .../pdx-with-delta-propagation.html.md.erb         |  45 +++
 .../pdxserializable-interface.html.md.erb          | 112 +++++++
 .../performing-ops-with-pdx-object.html.md.erb     |  60 ++++
 ...region-data-requiring-serialization.html.md.erb |  36 ++
 .../cpp-caching-api/removing-entry.html.md.erb     |  36 ++
 .../serialization-options.html.md.erb              |  79 +++++
 .../serialization-overview.html.md.erb             |  48 +++
 .../serialization-using-serializable.html.md.erb   | 256 ++++++++++++++
 .../type-interoperability.html.md.erb              |  63 ++++
 .../user-defined-objects.html.md.erb               |  46 +++
 .../cpp-caching-api/using-custom-class.html.md.erb |  85 +++++
 .../using-enum-type-with-pdx.html.md.erb           | 130 ++++++++
 .../cpp-caching-api/using-pdxinstance.html.md.erb  |  59 ++++
 .../using-pdxinstancefactory.html.md.erb           | 134 ++++++++
 .../using-pdxserializer.html.md.erb                | 119 +++++++
 .../application-callbacks.html.md.erb              |  98 ++++++
 .../dotnet-caching-api/cache-apis.html.md.erb      |  27 ++
 .../cpp-class-to-dotnet-class-mappings.html.md.erb | 181 ++++++++++
 .../creating-a-cache.html.md.erb                   |  50 +++
 .../creating-a-region.html.md.erb                  |  54 +++
 .../csharp-dotnet-api.html.md.erb                  |  44 +++
 .../csharp-dotnet-naming-conventions.html.md.erb   |  32 ++
 .../custom-class-igfserializable.html.md.erb       | 153 +++++++++
 .../data-serialization-apis.html.md.erb            |  40 +++
 .../dotnet-accessing-an-entry.html.md.erb          |  48 +++
 .../dotnet-adding-entry-to-cache.html.md.erb       |  46 +++
 .../dotnet-application-domains.html.md.erb         |  25 ++
 .../dotnet-caching-api.html.md.erb                 |  80 +++++
 .../dotnet-data-serialization-options.html.md.erb  |  79 +++++
 .../dotnet-data-serialization.html.md.erb          |  35 ++
 .../dotnet-pdx-autoserializer.html.md.erb          |  72 ++++
 .../dotnet-pdx-serialization-features.html.md.erb  |  42 +++
 .../dotnet-pdx-serialization.html.md.erb           |  26 ++
 .../event-handling-apis.html.md.erb                |  32 ++
 .../extending-pdx-autoserializer.html.md.erb       |  76 +++++
 .../how-igfserializable-works.html.md.erb          |  36 ++
 .../implementing-igfserializable.html.md.erb       | 139 ++++++++
 .../implementing-shared-assembly.html.md.erb       |  38 +++
 .../java-to-dotnet-type-mapping.html.md.erb        | 163 +++++++++
 .../mapping-dotnet-domain-type-names.html.md.erb   |  42 +++
 .../object-lifetimes.html.md.erb                   |  54 +++
 .../dotnet-caching-api/other-apis.html.md.erb      |  31 ++
 .../primary-apis-cache-generic.html.md.erb         |  47 +++
 .../private-assembly.html.md.erb                   |  56 ++++
 .../problem-scenarios.html.md.erb                  |  41 +++
 .../programming-ipdxinstance.html.md.erb           |  62 ++++
 .../region-entry-apis.html.md.erb                  |  35 ++
 .../registering-the-type.html.md.erb               |  44 +++
 .../dotnet-caching-api/removing-entry.html.md.erb  |  38 +++
 .../resolving-the-error.html.md.erb                |  26 ++
 .../serializable-types.html.md.erb                 |  36 ++
 .../serialize-using-igfserializable.html.md.erb    |  40 +++
 .../serialize-using-ipdxserializable.html.md.erb   | 120 +++++++
 .../serializing-domain-objects.html.md.erb         |  46 +++
 .../simple-csharp-example.html.md.erb              |  60 ++++
 ...troubleshooting-dotnet-applications.html.md.erb |  27 ++
 .../using-ipdxinstancefactory.html.md.erb          |  27 ++
 docs/geode-native-docs/examples.html.md.erb        |  34 ++
 .../images/SQLite_Persistence_Mgr.png              | Bin 0 -> 58388 bytes
 .../images/client-cache-plugins-run.png            | Bin 0 -> 19227 bytes
 .../geode-native-docs/images/delta-propagation.png | Bin 0 -> 78773 bytes
 .../app-ops-during-int-reg.html.md.erb             |  34 ++
 .../preserving-data/client-side-config.html.md.erb |  36 ++
 .../config-durable-interest-keys.html.md.erb       |  50 +++
 .../config-durable-reconnect.html.md.erb           |  59 ++++
 .../configuring-durable-nc.html.md.erb             |  53 +++
 .../preserving-data/configuring-nc-ha.html.md.erb  |  65 ++++
 .../disconnecting-from-server.html.md.erb          |  36 ++
 .../preserving-data/disconnection.html.md.erb      |  44 +++
 .../durable-client-life-cycle.html.md.erb          |  44 +++
 .../durable-client-messaging-req.html.md.erb       |  36 ++
 .../durable-client-messaging.html.md.erb           |  48 +++
 .../durable-message-replay.html.md.erb             |  44 +++
 .../high-availability-client-server.html.md.erb    |  32 ++
 ...mpl-cache-listeners-durable-clients.html.md.erb |  36 ++
 .../preserving-data/initial-operation.html.md.erb  |  26 ++
 .../preserving-data/preserving-data.html.md.erb    |  38 +++
 .../preserving-data/reconnection.html.md.erb       |  49 +++
 .../sending-cache-ready-message.html.md.erb        |  36 ++
 .../sending-periodic-ack.html.md.erb               |  48 +++
 .../using-queue-conflation.html.md.erb             |  40 +++
 .../1-quickintro-overview.html.md.erb              |  32 ++
 .../2-quickintro-querycodeexamples.html.md.erb     |  58 ++++
 .../3-quickintro-requirements.html.md.erb          |  58 ++++
 ...4-quickintro-exampleportfolioregion.html.md.erb |  77 +++++
 ...41-quickintro-query-portfolioregion.html.md.erb | 113 +++++++
 .../42-quickintro-modify-cachecontents.html.md.erb |  42 +++
 .../91-quickintro/94-indexes-overview.html.md.erb  |  46 +++
 .../92-querylanguage/2-accessingdata.html.md.erb   |  30 ++
 .../21-basic-region-access.html.md.erb             |  50 +++
 .../22-drilldown-modify-query-scope.html.md.erb    |  46 +++
 .../23-attribute-visibility.html.md.erb            |  66 ++++
 .../24-nested-query-scope.html.md.erb              |  55 ++++
 .../25-when-names-cant-resolve.html.md.erb         |  22 ++
 .../1-querystring-overview.html.md.erb             |  28 ++
 .../93-querystrings/3-from-clause.html.md.erb      |  75 +++++
 .../3a-iterator-variables.html.md.erb              |  33 ++
 .../3b-importing-using-object-classes.html.md.erb  |  49 +++
 .../3c-predefined-class-types.html.md.erb          |  46 +++
 .../3d-specify-object-types.html.md.erb            |  70 ++++
 .../93-querystrings/4-where-clause.html.md.erb     |  38 +++
 .../93-querystrings/5-joins.html.md.erb            |  32 ++
 .../6-select-projection-list.html.md.erb           |  36 ++
 .../7-select-statement-query-results.html.md.erb   | 130 ++++++++
 .../8-query-language-elements.html.md.erb          |  36 ++
 .../8a-method-invocation.html.md.erb               |  35 ++
 .../8b-query-lang-literals.html.md.erb             |  36 ++
 .../8c-type-conversions.html.md.erb                |  48 +++
 .../1-remote-query-api-overview.html.md.erb        |  40 +++
 .../2-create-manage-queries.html.md.erb            |  61 ++++
 .../3-query-result-sets.html.md.erb                |  27 ++
 .../2-query-code-examples-resultset.html.md.erb    |  85 +++++
 .../3-query-code-examples-structset.html.md.erb    | 209 ++++++++++++
 .../remote-querying/remote-querying.html.md.erb    |  44 +++
 .../security/LDAPserverauth.html.md.erb            |  42 +++
 docs/geode-native-docs/security/PKCS.html.md.erb   |  43 +++
 .../security/authentication-levels.html.md.erb     |  38 +++
 .../security/authforcacheserver.html.md.erb        |  40 +++
 .../security/caveatregionservice.html.md.erb       |  43 +++
 .../config-clientauthorization.html.md.erb         |  30 ++
 .../createsecureconnregionservice.html.md.erb      |  60 ++++
 .../security/encrypted-auth.html.md.erb            |  32 ++
 .../security/handling-serv-auth-errors.html.md.erb |  24 ++
 .../security/overviewauthentication.html.md.erb    |  46 +++
 .../overviewclientauthorization.html.md.erb        |  38 +++
 .../security/overviewencryptcred.html.md.erb       |  59 ++++
 .../security/overviewsecurity.html.md.erb          |  46 +++
 .../security/postopauthorization.html.md.erb       |  32 ++
 .../security/security-systemprops.html.md.erb      |  89 +++++
 .../security/sslclientserver.html.md.erb           | 131 ++++++++
 .../security/systempropsforauth.html.md.erb        |  85 +++++
 .../security/usingoperationcontext.html.md.erb     |  38 +++
 examples/dotnet/README.md                          |  33 +-
 229 files changed, 12819 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.