Merge branch 'feature/GEODE-1964' into develop This adds the documentation for geode-native from the geode repo. All history was brought over intact to preserve changes.
Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/c91d6c73 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/c91d6c73 Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/c91d6c73 Branch: refs/heads/develop Commit: c91d6c73271e9da3fb09fa36812d196fa2ed37c6 Parents: 37a0e00 de0559b Author: Anthony Baker <[email protected]> Authored: Tue Feb 14 11:38:10 2017 -0800 Committer: Anthony Baker <[email protected]> Committed: Tue Feb 14 11:38:10 2017 -0800 ---------------------------------------------------------------------- geode-docs/docs/geode-native-book/Gemfile | 5 + geode-docs/docs/geode-native-book/Gemfile.lock | 203 ++++ geode-docs/docs/geode-native-book/README.md | 1 + geode-docs/docs/geode-native-book/config.yml | 47 + .../docs/geode-native-book/develop.config.yml | 25 + .../source/archive_menus/_default.erb | 12 + .../source/bugnotes/css/report.css | 121 +++ .../source/bugnotes/css/style.css | 16 + .../source/bugnotes/css/trac.css | 566 +++++++++++ .../source/googlec8d35e760ec86060.html | 1 + .../source/googledf246213a40b73ba.html | 1 + .../master_middleman/source/images/favicon.ico | Bin 0 -> 1374 bytes .../source/images/icon_gemfire.png | Bin 0 -> 2949 bytes .../master_middleman/source/index.html.erb | 7 + .../master_middleman/source/javascripts/book.js | 0 .../source/layouts/_book-footer.erb | 7 + .../source/layouts/_book-search.erb | 9 + .../master_middleman/source/pdf_header.html | 8 + .../master_middleman/source/robots.txt | 2 + .../source/stylesheets/book-styles.css.scss | 0 .../stylesheets/partials/_book-base-values.scss | 0 .../source/stylesheets/partials/_book-vars.scss | 0 .../source/subnavs/gemfire-nc-nav.erb | 985 +++++++++++++++++++ geode-docs/docs/geode-native-book/redirects.rb | 14 + geode-docs/docs/geode-native-docs/README.md | 1 + .../about_native_client_users_guide.html.md.erb | 85 ++ .../cache-init-file/cache-dtd.html.md.erb | 267 +++++ .../chapter-overview.html.md.erb | 66 ++ .../example-cache-file.html.md.erb | 48 + .../cache-init-file/file-basics.html.md.erb | 18 + .../client-cache/accessing-entries.html.md.erb | 38 + .../adding-entries-to-cache.html.md.erb | 34 + .../application-plugins.html.md.erb | 262 +++++ .../client-cache/cache-management.html.md.erb | 29 + .../client-cache/cache-ownership.html.md.erb | 11 + .../client-cache/caches.html.md.erb | 27 + .../client-cache/caching-apis.html.md.erb | 28 + .../client-cache/caching-enabled.html.md.erb | 27 + .../client-cache/chapter-overview.html.md.erb | 37 + .../client-to-server-connection.html.md.erb | 39 + .../client-cache/closing-cache.html.md.erb | 11 + .../concurrency-checks-enabled.html.md.erb | 18 + .../client-cache/concurrency-level.html.md.erb | 18 + .../consistency_checking_in_regions.html.md.erb | 17 + .../controlling-cache-size.html.md.erb | 20 + .../create-access-cache.html.md.erb | 53 + .../declarative-region-creation.html.md.erb | 35 + .../client-cache/disk-policy.html.md.erb | 34 + .../client-cache/entries.html.md.erb | 20 + .../expiration-attributes.html.md.erb | 65 ++ .../getting-the-region-size.html.md.erb | 11 + .../client-cache/initial-capacity.html.md.erb | 15 + .../invalidating-cached-entries.html.md.erb | 16 + .../invalidating-region.html.md.erb | 26 + .../client-cache/load-factor.html.md.erb | 15 + .../client-cache/lru-entries-limit.html.md.erb | 31 + .../managing-lifetime-cached-object.html.md.erb | 48 + .../notification-for-operations.html.md.erb | 16 + .../overview-client-cache.html.md.erb | 25 + .../persistence-manager.html.md.erb | 224 +++++ .../programmatic-region-creation.html.md.erb | 20 + .../client-cache/region-access.html.md.erb | 21 + .../region-attributes-desc.html.md.erb | 39 + .../client-cache/region-attributes.html.md.erb | 35 + .../client-cache/region-shortcuts.html.md.erb | 58 ++ .../client-cache/regions.html.md.erb | 30 + ...registering-interest-for-entries.html.md.erb | 93 ++ .../requirements-for-distrib.html.md.erb | 11 + .../specify-region-attributes.html.md.erb | 9 + .../client-cache/troubleshooting.html.md.erb | 41 + .../client-cache/updating-entries.html.md.erb | 16 + .../using-serverkeys-to-retrieve.html.md.erb | 32 + .../using-thread-safety.html.md.erb | 13 + .../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-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 .../images/data-indep-func-from-client.gif | Bin 0 -> 8105 bytes .../delta-propagation-in-client-server.gif | Bin 0 -> 7115 bytes .../common/images/delta-propagation.gif | Bin 0 -> 8817 bytes .../common/images/ha-data-dep-func.gif | Bin 0 -> 14684 bytes .../common/images/native-client-overview.gif | Bin 0 -> 6421 bytes .../images/security-client-connections.gif | Bin 0 -> 8300 bytes .../common/images/xact-run-from-client.gif | Bin 0 -> 9928 bytes .../about-connection-pools.html.md.erb | 20 + .../about-server-locators.html.md.erb | 17 + .../client-load-balancing.html.md.erb | 21 + ...iguring-pools-attributes-example.html.md.erb | 156 +++ .../configuring-pools.html.md.erb | 25 + .../connection-pools.html.md.erb | 15 + ...discovering-locators-dynamically.html.md.erb | 17 + .../native-client-pool-api.html.md.erb | 22 + .../running-connection-pool-code.html.md.erb | 59 ++ .../subscription-properties.html.md.erb | 24 + .../1-how-cont-query-works.html.md.erb | 55 ++ ...2-config-for-continuous-querying.html.md.erb | 13 + .../3-native-client-cq-api.html.md.erb | 38 + .../5-implementing-cq.html.md.erb | 18 + .../5a-writing-cq.html.md.erb | 26 + .../5b-writing-cq-listener.html.md.erb | 280 ++++++ .../5c-cq-event-object.html.md.erb | 60 ++ .../5d-when-error-occurs.html.md.erb | 17 + .../5e-running-cq-code.html.md.erb | 67 ++ .../5f-cq-execution-options.html.md.erb | 13 + .../6-managing-cqs.html.md.erb | 35 + .../continuous-querying.html.md.erb | 23 + .../cpp-caching-api/accessing-entry.html.md.erb | 28 + .../add-entry-to-cache.html.md.erb | 43 + .../cpp-caching-api/cpp-caching-api.html.md.erb | 51 + .../cpp-caching-api/creating-cache.html.md.erb | 22 + .../creating-new-statistics.html.md.erb | 53 + .../cpp-caching-api/creating-region.html.md.erb | 34 + .../cpp-caching-api/data-as-blob.html.md.erb | 11 + .../cpp-caching-api/gfe-cpp-api.html.md.erb | 61 ++ .../cpp-caching-api/object-graphs.html.md.erb | 9 + .../pdx_auto_serialization.html.md.erb | 355 +++++++ .../pdx_ignore_unread_fields.html.md.erb | 20 + .../pdx_serialization.html.md.erb | 43 + .../pdx_with_delta_propagation.html.md.erb | 28 + .../pdxserializable_interface.html.md.erb | 100 ++ .../performing_ops_with_pdx_object.html.md.erb | 43 + ...ion_data_requiring_serialization.html.md.erb | 19 + .../cpp-caching-api/removing-entry.html.md.erb | 19 + .../serialization_options.html.md.erb | 65 ++ .../serialization_overview.html.md.erb | 31 + ...serialization_using_serializable.html.md.erb | 246 +++++ .../type_interoperability.html.md.erb | 46 + .../user-defined-objects.html.md.erb | 29 + .../using-custom-class.html.md.erb | 68 ++ .../using_enum_type_with_pdx.html.md.erb | 113 +++ .../using_pdxinstance.html.md.erb | 42 + .../using_pdxinstancefactory.html.md.erb | 117 +++ .../using_pdxserializer.html.md.erb | 102 ++ .../delta-propagation-api.html.md.erb | 27 + .../delta-propagation-examples.html.md.erb | 335 +++++++ .../delta-propagation-properties.html.md.erb | 40 + .../delta-propagation.html.md.erb | 31 + .../how-delta-propagation-works.html.md.erb | 19 + .../implementing-delta-propagation.html.md.erb | 41 + .../delta-propagation/performance.html.md.erb | 48 + .../application-callbacks.html.md.erb | 81 ++ .../dotnet-caching-api/cache-apis.html.md.erb | 10 + ...p-class-to-dotnet-class-mappings.html.md.erb | 164 +++ .../creating-a-cache.html.md.erb | 33 + .../creating-a-region.html.md.erb | 37 + .../csharp-dotnet-api.html.md.erb | 29 + ...csharp-dotnet-naming-conventions.html.md.erb | 15 + .../custom-class-igfserializable.html.md.erb | 136 +++ .../data-serialization-apis.html.md.erb | 23 + .../dotnet-accessing-an-entry.html.md.erb | 34 + .../dotnet-adding-entry-to-cache.html.md.erb | 29 + .../dotnet-application-domains.html.md.erb | 11 + .../dotnet-caching-api.html.md.erb | 65 ++ ...otnet-data-serialization-options.html.md.erb | 64 ++ .../dotnet-data-serialization.html.md.erb | 18 + .../dotnet-pdx-autoserializer.html.md.erb | 57 ++ ...otnet-pdx-serialization-features.html.md.erb | 27 + .../dotnet-pdx-serialization.html.md.erb | 11 + .../event-handling-apis.html.md.erb | 15 + .../extending-pdx-autoserializer.html.md.erb | 59 ++ .../how-igfserializable-works.html.md.erb | 19 + .../implementing-igfserializable.html.md.erb | 122 +++ .../implementing-shared-assembly.html.md.erb | 21 + .../java-to-dotnet-type-mapping.html.md.erb | 146 +++ ...mapping-dotnet-domain-type-names.html.md.erb | 25 + .../object-lifetimes.html.md.erb | 37 + .../dotnet-caching-api/other-apis.html.md.erb | 14 + .../primary-apis-cache-generic.html.md.erb | 30 + .../private-assembly.html.md.erb | 39 + .../problem-scenarios.html.md.erb | 24 + .../programming-ipdxinstance.html.md.erb | 45 + .../region-entry-apis.html.md.erb | 18 + .../registering-the-type.html.md.erb | 27 + .../removing-entry.html.md.erb | 21 + .../resolving-the-error.html.md.erb | 9 + .../serializable-types.html.md.erb | 20 + .../serialize-using-igfserializable.html.md.erb | 23 + ...serialize-using-ipdxserializable.html.md.erb | 103 ++ .../serializing-domain-objects.html.md.erb | 29 + .../simple-csharp-example.html.md.erb | 43 + ...ubleshooting-dotnet-applications.html.md.erb | 25 + .../using-ipdxinstancefactory.html.md.erb | 108 ++ .../data-aware-function-execution.html.md.erb | 11 + .../executing-functions.html.md.erb | 19 + .../function-execution.html.md.erb | 22 + .../handling-function-results.html.md.erb | 34 + .../how-functions-execute.html.md.erb | 59 ++ .../running-function.html.md.erb | 122 +++ .../solutions-use-cases.html.md.erb | 13 + ...mfire_native_client_requirements.html.md.erb | 190 ++++ .../chapter_overview.html.md.erb | 17 + .../default_sample_file.html.md.erb | 104 ++ .../gfcpp.properties_search_path.html.md.erb | 11 + .../overriding_gfcpp.properties.html.md.erb | 9 + .../docs/geode-native-docs/glossary.html.md.erb | 213 ++++ .../images/SQLite_Persistence_Mgr.png | Bin 0 -> 58388 bytes .../introduction/developing-linux.html.md.erb | 86 ++ .../introduction/developing-solaris.html.md.erb | 44 + .../introduction/developing-windows.html.md.erb | 56 ++ .../examples-quickstart.html.md.erb | 15 + .../introduction/install-overview.html.md.erb | 17 + .../introduction/install-unix.html.md.erb | 33 + .../introduction/install-windows.html.md.erb | 60 ++ .../introduction/install_opensource.md | 22 + .../native-client-intro.html.md.erb | 25 + .../native-client-overview.html.md.erb | 20 + .../introduction/product-examples.html.md.erb | 19 + .../introduction/quickstart.html.md.erb | 570 +++++++++++ .../running-client-apps.html.md.erb | 19 + .../introduction/runnng-client-apps.html.md.erb | 19 + .../introduction/uninstall.html.md.erb | 38 + .../app-ops-during-int-reg.html.md.erb | 17 + .../client-side-config.html.md.erb | 19 + .../config-durable-interest-keys.html.md.erb | 33 + .../config-durable-reconnect.html.md.erb | 42 + .../configuring-durable-nc.html.md.erb | 36 + .../configuring-nc-ha.html.md.erb | 49 + .../disconnecting-from-server.html.md.erb | 21 + .../preserving-data/disconnection.html.md.erb | 27 + .../durable-client-life-cycle.html.md.erb | 27 + .../durable-client-messaging-req.html.md.erb | 19 + .../durable-client-messaging.html.md.erb | 31 + .../durable-message-replay.html.md.erb | 27 + .../high-availability-client-server.html.md.erb | 18 + ...-cache-listeners-durable-clients.html.md.erb | 19 + .../initial-operation.html.md.erb | 9 + .../preserving-data/preserving-data.html.md.erb | 21 + .../preserving-data/reconnection.html.md.erb | 32 + .../sending-cache-ready-message.html.md.erb | 19 + .../sending-periodic-ack.html.md.erb | 31 + .../using-queue-conflation.html.md.erb | 23 + .../cpp-example.html.md.erb | 33 + .../csharp-example.html.md.erb | 85 ++ .../native-client-region.html.md.erb | 29 + .../programming-examples.html.md.erb | 19 + .../serialization-cpp.html.md.erb | 296 ++++++ .../serialization-csharp.html.md.erb | 98 ++ .../serialization-java.html.md.erb | 210 ++++ .../serialization-overview.html.md.erb | 15 + .../relnotes/release_notes_nc-9.0.html.md.erb | 74 ++ .../1-quickintro-overview.html.md.erb | 17 + .../2-quickintro-querycodeexamples.html.md.erb | 40 + .../3-quickintro-requirements.html.md.erb | 43 + ...uickintro-exampleportfolioregion.html.md.erb | 60 ++ ...quickintro-query-portfolioregion.html.md.erb | 97 ++ ...-quickintro-modify-cachecontents.html.md.erb | 25 + .../2-accessingdata.html.md.erb | 14 + .../21-basic-region-access.html.md.erb | 31 + .../22-drilldown-modify-query-scope.html.md.erb | 29 + .../23-attribute-visibility.html.md.erb | 49 + .../24-nested-query-scope.html.md.erb | 38 + .../25-when-names-cant-resolve.html.md.erb | 5 + .../1-querystring-overview.html.md.erb | 11 + .../93-querystrings/3-from-clause.html.md.erb | 58 ++ .../3a-iterator-variables.html.md.erb | 16 + ...b-importing-using-object-classes.html.md.erb | 32 + .../3c-predefined-class-types.html.md.erb | 29 + .../3d-specify-object-types.html.md.erb | 53 + .../93-querystrings/4-where-clause.html.md.erb | 21 + .../93-querystrings/5-joins.html.md.erb | 15 + .../6-select-projection-list.html.md.erb | 19 + ...7-select-statement-query-results.html.md.erb | 113 +++ .../8-query-language-elements.html.md.erb | 19 + .../8a-method-invocation.html.md.erb | 18 + .../8b-query-lang-literals.html.md.erb | 19 + .../8c-type-conversions.html.md.erb | 31 + .../94-indexes/indexes-overview.html.md.erb | 29 + .../1-remote-query-api-overview.html.md.erb | 23 + .../2-create-manage-queries.html.md.erb | 46 + .../3-query-result-sets.html.md.erb | 10 + .../2-query-code-examples-resultset.html.md.erb | 68 ++ .../3-query-code-examples-structset.html.md.erb | 192 ++++ .../remote-querying/remote-querying.html.md.erb | 27 + .../security/LDAPserverauth.html.md.erb | 27 + .../geode-native-docs/security/PKCS.html.md.erb | 28 + .../security/authentication-levels.html.md.erb | 21 + .../security/authforcacheserver.html.md.erb | 23 + .../security/caveatregionservice.html.md.erb | 26 + .../config-clientauthorization.html.md.erb | 13 + .../createsecureconnregionservice.html.md.erb | 43 + .../security/encrypted-auth.html.md.erb | 15 + .../handling-serv-auth-errors.html.md.erb | 7 + .../security/limitations.html.md.erb | 9 + .../security/overviewauthentication.html.md.erb | 29 + .../overviewclientauthorization.html.md.erb | 21 + .../security/overviewencryptcred.html.md.erb | 42 + .../security/overviewsecurity.html.md.erb | 29 + .../overviewsslclientserver.html.md.erb | 13 + .../security/postopauthorization.html.md.erb | 15 + .../security/security-systemprops.html.md.erb | 68 ++ .../security/ssl-setup.html.md.erb | 119 +++ .../security/systempropsforauth.html.md.erb | 68 ++ .../security/usingoperationcontext.html.md.erb | 21 + .../attribute-def-priority.html.md.erb | 21 + .../attributes-gfcpp.html.md.erb | 264 +++++ .../cache-server-config.html.md.erb | 19 + .../chapter-overview.html.md.erb | 19 + .../config-overview.html.md.erb | 31 + .../define-programmatically.html.md.erb | 18 + .../native-client-config.html.md.erb | 35 + .../chapter_overview.html.md.erb | 21 + .../linux_install.html.md.erb | 42 + .../solaris_install.html.md.erb | 54 + .../windows_install.html.md.erb | 37 + .../cache_performance_statistics.html.md.erb | 30 + .../chapter_overview.html.md.erb | 21 + .../continuous_query_statistics.html.md.erb | 14 + .../cq_service_statistics.html.md.erb | 15 + .../delta_statistics.html.md.erb | 14 + .../linux_os_statistics.html.md.erb | 17 + .../operating_system_statistics.html.md.erb | 19 + .../pool_statistics.html.md.erb | 30 + .../region_statistics.html.md.erb | 113 +++ .../sampling_statistics.html.md.erb | 17 + .../solaris_os_statistics.html.md.erb | 17 + .../system_performance_statistics.html.md.erb | 31 + .../windows_os_statistics.html.md.erb | 26 + .../pulse/system_requirements.html.md.erb | 18 + .../vsd/vsd_system_requirements.html.md.erb | 38 + .../how-native-client-xacts-work.html.md.erb | 38 + .../running-native-client-xact.html.md.erb | 73 ++ .../suspend-resume-xacts.html.md.erb | 17 + .../transactions/transactions.html.md.erb | 19 + .../type_mappings/chapter_overview.html.md.erb | 13 + ...p-class-to-dotnet-class-mappings.html.md.erb | 169 ++++ .../java-to-dotnet-type-mapping.html.md.erb | 147 +++ 331 files changed, 16046 insertions(+) ----------------------------------------------------------------------
