forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-1657 Remove silly ^M characters
- Loading branch information
Showing
103 changed files
with
6,995 additions
and
6,995 deletions.
There are no files selected for viewing
80 changes: 40 additions & 40 deletions
80
extensions/geode-modules-assembly/release/conf/cache-client.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<client-cache | ||
xmlns="http://geode.apache.org/schema/cache" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" | ||
version="1.0"> | ||
|
||
<!-- The default pool connects to a locator running on localhost at | ||
port 10334. To connect to a different locator host and port, modify | ||
the following pool locator host and port. --> | ||
<pool name="sessions" subscription-enabled="true"> | ||
<locator host="localhost" port="10334"/> | ||
</pool> | ||
|
||
<!-- To configure the client to use a server instead of a locator, replace | ||
the locator pool above with the server pool below and modify the server | ||
host and port as necessary. --> | ||
<!-- | ||
<pool name="sessions" subscription-enabled="true"> | ||
<server host="localhost" port="40404"/> | ||
</pool> | ||
--> | ||
|
||
</client-cache> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<client-cache | ||
xmlns="http://geode.apache.org/schema/cache" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" | ||
version="1.0"> | ||
|
||
<!-- The default pool connects to a locator running on localhost at | ||
port 10334. To connect to a different locator host and port, modify | ||
the following pool locator host and port. --> | ||
<pool name="sessions" subscription-enabled="true"> | ||
<locator host="localhost" port="10334"/> | ||
</pool> | ||
|
||
<!-- To configure the client to use a server instead of a locator, replace | ||
the locator pool above with the server pool below and modify the server | ||
host and port as necessary. --> | ||
<!-- | ||
<pool name="sessions" subscription-enabled="true"> | ||
<server host="localhost" port="40404"/> | ||
</pool> | ||
--> | ||
|
||
</client-cache> |
96 changes: 48 additions & 48 deletions
96
extensions/geode-modules-assembly/release/conf/cache-peer.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<cache | ||
xmlns="http://geode.apache.org/schema/cache" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" | ||
version="1.0"> | ||
|
||
<!-- Uncomment the following disk-store element to modify the default disk store directory --> | ||
<!-- | ||
<disk-store name="DEFAULT"> | ||
<disk-dirs> | ||
<disk-dir>/path/to/persistent/data</disk-dir> | ||
</disk-dirs> | ||
</disk-store> | ||
--> | ||
|
||
<!-- This is the definition of the default session region --> | ||
<!-- | ||
<region name="gemfire_modules_sessions"> | ||
<region-attributes scope="distributed-ack" enable-gateway="false" data-policy="replicate" statistics-enabled="true"> | ||
<entry-idle-time> | ||
<expiration-attributes timeout="0" action="invalidate"> | ||
<custom-expiry> | ||
<class-name>org.apache.geode.modules.util.SessionCustomExpiry</class-name> | ||
</custom-expiry> | ||
</expiration-attributes> | ||
</entry-idle-time> | ||
</region-attributes> | ||
</region> | ||
--> | ||
|
||
</cache> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<cache | ||
xmlns="http://geode.apache.org/schema/cache" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" | ||
version="1.0"> | ||
|
||
<!-- Uncomment the following disk-store element to modify the default disk store directory --> | ||
<!-- | ||
<disk-store name="DEFAULT"> | ||
<disk-dirs> | ||
<disk-dir>/path/to/persistent/data</disk-dir> | ||
</disk-dirs> | ||
</disk-store> | ||
--> | ||
|
||
<!-- This is the definition of the default session region --> | ||
<!-- | ||
<region name="gemfire_modules_sessions"> | ||
<region-attributes scope="distributed-ack" enable-gateway="false" data-policy="replicate" statistics-enabled="true"> | ||
<entry-idle-time> | ||
<expiration-attributes timeout="0" action="invalidate"> | ||
<custom-expiry> | ||
<class-name>org.apache.geode.modules.util.SessionCustomExpiry</class-name> | ||
</custom-expiry> | ||
</expiration-attributes> | ||
</entry-idle-time> | ||
</region-attributes> | ||
</region> | ||
--> | ||
|
||
</cache> |
144 changes: 72 additions & 72 deletions
144
extensions/geode-modules-assembly/release/conf/cache-server.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<cache | ||
xmlns="http://geode.apache.org/schema/cache" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" | ||
version="1.0"> | ||
|
||
<!-- Uncomment the following gateway-hub element to create a gateway hub --> | ||
<!-- | ||
<gateway-hub id="NY" port="11110"> | ||
<gateway id="LN"> | ||
<gateway-endpoint id="LN-1" host="localhost" port="22220"/> | ||
<gateway-queue disk-store-name="NY_GATEWAY"/> | ||
</gateway> | ||
</gateway-hub> | ||
--> | ||
|
||
<!-- Change the following cache-server element to modify the listening port --> | ||
<cache-server port="0"/> | ||
|
||
<!-- Uncomment the following disk-store element to modify the default disk store directory --> | ||
<!-- | ||
<disk-store name="DEFAULT"> | ||
<disk-dirs> | ||
<disk-dir>/path/to/persistent/data</disk-dir> | ||
</disk-dirs> | ||
</disk-store> | ||
--> | ||
|
||
<!-- Uncomment the following disk-store element to create the NY_GATEWAY disk store | ||
(for the gateway-hub element defined above) --> | ||
<!-- | ||
<disk-store name="NY_GATEWAY"> | ||
<disk-dirs> | ||
<disk-dir>/path/to/persistent/data</disk-dir> | ||
</disk-dirs> | ||
</disk-store> | ||
--> | ||
|
||
<!-- This is the definition of the default session region --> | ||
<!-- | ||
<region name="gemfire_modules_sessions"> | ||
<region-attributes enable-gateway="false" data-policy="partition" statistics-enabled="true"> | ||
<entry-idle-time> | ||
<expiration-attributes timeout="0" action="invalidate"> | ||
<custom-expiry> | ||
<class-name>org.apache.geode.modules.util.SessionCustomExpiry</class-name> | ||
</custom-expiry> | ||
</expiration-attributes> | ||
</entry-idle-time> | ||
<partition-attributes redundant-copies="1" total-num-buckets="113"/> | ||
</region-attributes> | ||
</region> | ||
--> | ||
|
||
</cache> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<cache | ||
xmlns="http://geode.apache.org/schema/cache" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" | ||
version="1.0"> | ||
|
||
<!-- Uncomment the following gateway-hub element to create a gateway hub --> | ||
<!-- | ||
<gateway-hub id="NY" port="11110"> | ||
<gateway id="LN"> | ||
<gateway-endpoint id="LN-1" host="localhost" port="22220"/> | ||
<gateway-queue disk-store-name="NY_GATEWAY"/> | ||
</gateway> | ||
</gateway-hub> | ||
--> | ||
|
||
<!-- Change the following cache-server element to modify the listening port --> | ||
<cache-server port="0"/> | ||
|
||
<!-- Uncomment the following disk-store element to modify the default disk store directory --> | ||
<!-- | ||
<disk-store name="DEFAULT"> | ||
<disk-dirs> | ||
<disk-dir>/path/to/persistent/data</disk-dir> | ||
</disk-dirs> | ||
</disk-store> | ||
--> | ||
|
||
<!-- Uncomment the following disk-store element to create the NY_GATEWAY disk store | ||
(for the gateway-hub element defined above) --> | ||
<!-- | ||
<disk-store name="NY_GATEWAY"> | ||
<disk-dirs> | ||
<disk-dir>/path/to/persistent/data</disk-dir> | ||
</disk-dirs> | ||
</disk-store> | ||
--> | ||
|
||
<!-- This is the definition of the default session region --> | ||
<!-- | ||
<region name="gemfire_modules_sessions"> | ||
<region-attributes enable-gateway="false" data-policy="partition" statistics-enabled="true"> | ||
<entry-idle-time> | ||
<expiration-attributes timeout="0" action="invalidate"> | ||
<custom-expiry> | ||
<class-name>org.apache.geode.modules.util.SessionCustomExpiry</class-name> | ||
</custom-expiry> | ||
</expiration-attributes> | ||
</entry-idle-time> | ||
<partition-attributes redundant-copies="1" total-num-buckets="113"/> | ||
</region-attributes> | ||
</region> | ||
--> | ||
|
||
</cache> |
Oops, something went wrong.