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 2017/03/20 17:08:59 UTC

geode-native git commit: GEODE-2513 Unbrand Connection Pools section of docs This closes #62

Repository: geode-native
Updated Branches:
  refs/heads/develop b4fe674a1 -> 34db40faf


GEODE-2513 Unbrand Connection Pools section of docs
This closes #62


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/34db40fa
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/34db40fa
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/34db40fa

Branch: refs/heads/develop
Commit: 34db40faf24fc74b61990d1f35fe7904160e2c22
Parents: b4fe674
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Mar 17 16:06:28 2017 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Mon Mar 20 10:08:20 2017 -0700

----------------------------------------------------------------------
 .../connection-pools/client-load-balancing.html.md.erb           | 2 +-
 .../connection-pools/configuring-pools.html.md.erb               | 2 +-
 .../connection-pools/native-client-pool-api.html.md.erb          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/34db40fa/docs/geode-native-docs/connection-pools/client-load-balancing.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/connection-pools/client-load-balancing.html.md.erb b/docs/geode-native-docs/connection-pools/client-load-balancing.html.md.erb
index 7379d6f..7f5cebf 100644
--- a/docs/geode-native-docs/connection-pools/client-load-balancing.html.md.erb
+++ b/docs/geode-native-docs/connection-pools/client-load-balancing.html.md.erb
@@ -21,7 +21,7 @@ limitations under the License.
 
 In a distributed system, servers can be added or removed and their capacity to service new client connections may vary. The server connectivity options are specified in the connection pool configuration.
 
-The Geode connection pool API supports connecting to servers through server locators or directly connecting to servers.
+The connection pool API supports connecting to servers through server locators or directly connecting to servers.
 
 -   **[Server Locators](about-server-locators.html)**
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/34db40fa/docs/geode-native-docs/connection-pools/configuring-pools.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/connection-pools/configuring-pools.html.md.erb b/docs/geode-native-docs/connection-pools/configuring-pools.html.md.erb
index a60dd22..4b4d483 100644
--- a/docs/geode-native-docs/connection-pools/configuring-pools.html.md.erb
+++ b/docs/geode-native-docs/connection-pools/configuring-pools.html.md.erb
@@ -25,7 +25,7 @@ You configure locator, server, and pool settings declaratively in the client's `
 
 -   **[Native Client Pool API](native-client-pool-api.html)**
 
-    The Geode native client API allows your clients to create and manage connection pools. The server side does not have an API.
+    The native client API allows your clients to create and manage connection pools. The server side does not have an API.
 
 -   **[Pool Configuration Example and Settings](configuring-pools-attributes-example.html)**
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/34db40fa/docs/geode-native-docs/connection-pools/native-client-pool-api.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/connection-pools/native-client-pool-api.html.md.erb b/docs/geode-native-docs/connection-pools/native-client-pool-api.html.md.erb
index 05394b5..6bb7047 100644
--- a/docs/geode-native-docs/connection-pools/native-client-pool-api.html.md.erb
+++ b/docs/geode-native-docs/connection-pools/native-client-pool-api.html.md.erb
@@ -19,14 +19,14 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-The Geode native client API allows your clients to create and manage connection pools. The server side does not have an API.
+The native client API allows your clients to create and manage connection pools. The server side does not have an API.
 
 This section lists the primary native client API for pool management. For complete information on the classes and interfaces described here, see the API documentation.
 
 **Note:**
 Only C\# versions of Pool API interfaces, classes, and methods are shown throughout the text in this section (example: `Pool.GetQueryService()`) . The code examples demonstrate both C++ and C\# versions.
 
-**Gemstone::GemFire::Cache**
+**Apache.Geode.Client.Cache**
 
 -   `Pool` interface. API to retrieve pool attributes.
 -   `PoolFactory` interface. API to configure pool attributes.