blob: ead6873bfd45890c8e27bd8d2d3d803216f8d15f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>CacheConfig (Apache Geode 1.15.0)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CacheConfig (Apache Geode 1.15.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/configuration/CacheConfig.html" target="_top">Frames</a></li>
<li><a href="CacheConfig.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.geode.cache.configuration</div>
<h2 title="Class CacheConfig" class="title">Class CacheConfig</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.geode.cache.configuration.CacheConfig</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre><a href="../../../../../org/apache/geode/annotations/Experimental.html" title="annotation in org.apache.geode.annotations">@Experimental</a>
public class <span class="typeNameLabel">CacheConfig</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block"><p>
Java class for anonymous complex type.
<p>
The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="cache-transaction-manager" type="{http://geode.apache.org/schema/cache}cache-transaction-manager-type" minOccurs="0"/&gt;
&lt;element name="dynamic-region-factory" type="{http://geode.apache.org/schema/cache}dynamic-region-factory-type" minOccurs="0"/&gt;
&lt;element name="gateway-hub" maxOccurs="unbounded" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="gateway" maxOccurs="unbounded" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;choice&gt;
&lt;element name="gateway-endpoint" maxOccurs="unbounded"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;attribute name="host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="gateway-listener" maxOccurs="unbounded"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/&gt;
&lt;element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;/choice&gt;
&lt;element name="gateway-queue" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;attribute name="alert-threshold" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="batch-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="batch-time-interval" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="enable-persistence" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="roll-oplogs" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="maximum-queue-memory" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="overflow-directory" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;/sequence&gt;
&lt;attribute name="early-ack" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="socket-read-timeout" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="concurrency-level" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="order-policy" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;/sequence&gt;
&lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="bind-address" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="maximum-time-between-pings" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="port" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="startup-policy"&gt;
&lt;simpleType&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt;
&lt;enumeration value="primary"/&gt;
&lt;enumeration value="secondary"/&gt;
&lt;enumeration value="none"/&gt;
&lt;/restriction&gt;
&lt;/simpleType&gt;
&lt;/attribute&gt;
&lt;attribute name="manual-start" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="max-connections" type="{http://www.w3.org/2001/XMLSchema}integer" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="gateway-sender" maxOccurs="unbounded" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="gateway-event-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="gateway-event-substitution-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" minOccurs="0"/&gt;
&lt;element name="gateway-transport-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="remote-distributed-system-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="parallel" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="manual-start" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="socket-read-timeout" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="enable-batch-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="batch-time-interval" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="enable-persistence" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="disk-synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="maximum-queue-memory" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="alert-threshold" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="dispatcher-threads" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="order-policy" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="group-transaction-events" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="gateway-receiver" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="gateway-transport-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="start-port" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="end-port" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="bind-address" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="maximum-time-between-pings" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="socket-buffer-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="hostname-for-senders" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="manual-start" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="gateway-conflict-resolver" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/&gt;
&lt;element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="async-event-queue" maxOccurs="unbounded" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="gateway-event-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="gateway-event-substitution-filter" type="{http://geode.apache.org/schema/cache}class-with-parameters-type" minOccurs="0"/&gt;
&lt;element name="async-event-listener" type="{http://geode.apache.org/schema/cache}class-with-parameters-type"/&gt;
&lt;/sequence&gt;
&lt;attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="parallel" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="batch-time-interval" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="enable-batch-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="maximum-queue-memory" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="persistent" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="disk-synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="dispatcher-threads" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="order-policy" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="forward-expiration-destroy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="cache-server" maxOccurs="unbounded" minOccurs="0"&gt;
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;extension base="{http://geode.apache.org/schema/cache}server-type"&gt;
&lt;attribute name="tcp-no-delay" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;/extension&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
&lt;/element&gt;
&lt;element name="pool" type="{http://geode.apache.org/schema/cache}pool-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="disk-store" type="{http://geode.apache.org/schema/cache}disk-store-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="pdx" type="{http://geode.apache.org/schema/cache}pdx-type" minOccurs="0"/&gt;
&lt;element name="region-attributes" type="{http://geode.apache.org/schema/cache}region-attributes-type" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;choice maxOccurs="unbounded" minOccurs="0"&gt;
&lt;element name="jndi-bindings" type="{http://geode.apache.org/schema/cache}jndi-bindings-type"/&gt;
&lt;element name="region" type="{http://geode.apache.org/schema/cache}region-type"/&gt;
&lt;element name="vm-root-region" type="{http://geode.apache.org/schema/cache}region-type"/&gt;
&lt;/choice&gt;
&lt;element name="function-service" type="{http://geode.apache.org/schema/cache}function-service-type" minOccurs="0"/&gt;
&lt;element name="resource-manager" type="{http://geode.apache.org/schema/cache}resource-manager-type" minOccurs="0"/&gt;
&lt;element name="serialization-registration" type="{http://geode.apache.org/schema/cache}serialization-registration-type" minOccurs="0"/&gt;
&lt;element name="backup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="initializer" type="{http://geode.apache.org/schema/cache}initializer-type" minOccurs="0"/&gt;
&lt;any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="copy-on-read" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="is-server" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt;
&lt;attribute name="lock-timeout" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="lock-lease" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="message-sync-interval" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="search-timeout" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="version" use="required" type="{http://geode.apache.org/schema/cache}versionType" fixed="1.0" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration">CacheConfig.AsyncEventQueue</a></span></code>
<div class="block">
Java class for anonymous complex type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.CacheServer.html" title="class in org.apache.geode.cache.configuration">CacheConfig.CacheServer</a></span></code>
<div class="block">
Java class for anonymous complex type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewayHub.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewayHub</a></span></code>
<div class="block">Java class for anonymous complex type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewaySender.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewaySender</a></span></code>
<div class="block">
Java class for anonymous complex type.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration">CacheConfig.AsyncEventQueue</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#asyncEventQueues">asyncEventQueues</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#backups">backups</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#cacheElements">cacheElements</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.CacheServer.html" title="class in org.apache.geode.cache.configuration">CacheConfig.CacheServer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#cacheServers">cacheServers</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration">CacheTransactionManagerType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#cacheTransactionManager">cacheTransactionManager</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#copyOnRead">copyOnRead</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/DiskStoreType.html" title="class in org.apache.geode.cache.configuration">DiskStoreType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#diskStores">diskStores</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration">DynamicRegionFactoryType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#dynamicRegionFactory">dynamicRegionFactory</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration">FunctionServiceType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#functionService">functionService</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#gatewayConflictResolver">gatewayConflictResolver</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewayHub.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewayHub</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#gatewayHubs">gatewayHubs</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration">GatewayReceiverConfig</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#gatewayReceiver">gatewayReceiver</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewaySender.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewaySender</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#gatewaySenders">gatewaySenders</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#initializer">initializer</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#isServer">isServer</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/JndiBindingsType.html" title="class in org.apache.geode.cache.configuration">JndiBindingsType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#jndiBindings">jndiBindings</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#lockLease">lockLease</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#lockTimeout">lockTimeout</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#messageSyncInterval">messageSyncInterval</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration">PdxType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#pdx">pdx</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/PoolType.html" title="class in org.apache.geode.cache.configuration">PoolType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#pools">pools</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionAttributesType.html" title="class in org.apache.geode.cache.configuration">RegionAttributesType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#regionAttributes">regionAttributes</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration">RegionConfig</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#regions">regions</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration">ResourceManagerType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#resourceManager">resourceManager</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#searchTimeout">searchTimeout</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#SEPARATOR">SEPARATOR</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Please use <a href="../../../../../org/apache/geode/cache/Region.html#SEPARATOR"><code>Region.SEPARATOR</code></a></span></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration">SerializationRegistrationType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#serializationRegistration">serializationRegistration</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#version">version</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#CacheConfig--">CacheConfig</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#CacheConfig-java.lang.String-">CacheConfig</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;<br>T</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#findCustomCacheElement-java.lang.String-java.lang.Class-">findCustomCacheElement</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementId,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;<br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;T&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#findCustomCacheElements-java.lang.Class-">findCustomCacheElements</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;<br>T</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#findCustomRegionElement-java.lang.String-java.lang.String-java.lang.Class-">findCustomRegionElement</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regionPath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementId,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;<br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;T&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#findCustomRegionElements-java.lang.String-java.lang.Class-">findCustomRegionElements</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regionPath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration">RegionConfig</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#findRegionConfiguration-java.lang.String-">findRegionConfiguration</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regionPath)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration">CacheConfig.AsyncEventQueue</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getAsyncEventQueues--">getAsyncEventQueues</a></span>()</code>
<div class="block">Gets the value of the asyncEventQueues property.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getBackups--">getBackups</a></span>()</code>
<div class="block">Gets the value of the backup property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.CacheServer.html" title="class in org.apache.geode.cache.configuration">CacheConfig.CacheServer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getCacheServers--">getCacheServers</a></span>()</code>
<div class="block">Gets the value of the cacheServers property.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration">CacheTransactionManagerType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getCacheTransactionManager--">getCacheTransactionManager</a></span>()</code>
<div class="block">Gets the value of the cacheTransactionManager property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getCustomCacheElements--">getCustomCacheElements</a></span>()</code>
<div class="block">Gets the value of the customCacheElements property.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/DiskStoreType.html" title="class in org.apache.geode.cache.configuration">DiskStoreType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getDiskStores--">getDiskStores</a></span>()</code>
<div class="block">Gets the value of the diskStores property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration">DynamicRegionFactoryType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getDynamicRegionFactory--">getDynamicRegionFactory</a></span>()</code>
<div class="block">Gets the value of the dynamicRegionFactory property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration">FunctionServiceType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getFunctionService--">getFunctionService</a></span>()</code>
<div class="block">Gets the value of the functionService property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getGatewayConflictResolver--">getGatewayConflictResolver</a></span>()</code>
<div class="block">Gets the value of the gatewayConflictResolver property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewayHub.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewayHub</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getGatewayHubs--">getGatewayHubs</a></span>()</code>
<div class="block">Gets the value of the gatewayHubs property.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration">GatewayReceiverConfig</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getGatewayReceiver--">getGatewayReceiver</a></span>()</code>
<div class="block">Gets the value of the gatewayReceiver property.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewaySender.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewaySender</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getGatewaySenders--">getGatewaySenders</a></span>()</code>
<div class="block">Gets the value of the gatewaySenders property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getInitializer--">getInitializer</a></span>()</code>
<div class="block">Gets the value of the initializer property.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/JndiBindingsType.JndiBinding.html" title="class in org.apache.geode.cache.configuration">JndiBindingsType.JndiBinding</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getJndiBindings--">getJndiBindings</a></span>()</code>
<div class="block">Gets the value of the jndiBindings property.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getLockLease--">getLockLease</a></span>()</code>
<div class="block">Gets the value of the lockLease property.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getLockTimeout--">getLockTimeout</a></span>()</code>
<div class="block">Gets the value of the lockTimeout property.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getMessageSyncInterval--">getMessageSyncInterval</a></span>()</code>
<div class="block">Gets the value of the messageSyncInterval property.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration">PdxType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getPdx--">getPdx</a></span>()</code>
<div class="block">Gets the value of the pdx property.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/PoolType.html" title="class in org.apache.geode.cache.configuration">PoolType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getPools--">getPools</a></span>()</code>
<div class="block">Gets the value of the pool property.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionAttributesType.html" title="class in org.apache.geode.cache.configuration">RegionAttributesType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getRegionAttributes--">getRegionAttributes</a></span>()</code>
<div class="block">Gets the value of the regionAttributes property.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration">RegionConfig</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getRegions--">getRegions</a></span>()</code>
<div class="block">Gets the value of the regions property.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration">ResourceManagerType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getResourceManager--">getResourceManager</a></span>()</code>
<div class="block">Gets the value of the resourceManager property.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getSearchTimeout--">getSearchTimeout</a></span>()</code>
<div class="block">Gets the value of the searchTimeout property.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration">SerializationRegistrationType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getSerializationRegistration--">getSerializationRegistration</a></span>()</code>
<div class="block">Gets the value of the serializationRegistration property.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#getVersion--">getVersion</a></span>()</code>
<div class="block">Gets the value of the version property.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#isCopyOnRead--">isCopyOnRead</a></span>()</code>
<div class="block">Gets the value of the copyOnRead property.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#isIsServer--">isIsServer</a></span>()</code>
<div class="block">Gets the value of the isServer property.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setCacheTransactionManager-org.apache.geode.cache.configuration.CacheTransactionManagerType-">setCacheTransactionManager</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration">CacheTransactionManagerType</a>&nbsp;value)</code>
<div class="block">Sets the value of the cacheTransactionManager property.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setCopyOnRead-java.lang.Boolean-">setCopyOnRead</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</code>
<div class="block">Sets the value of the copyOnRead property.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setDynamicRegionFactory-org.apache.geode.cache.configuration.DynamicRegionFactoryType-">setDynamicRegionFactory</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration">DynamicRegionFactoryType</a>&nbsp;value)</code>
<div class="block">Sets the value of the dynamicRegionFactory property.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setFunctionService-org.apache.geode.cache.configuration.FunctionServiceType-">setFunctionService</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration">FunctionServiceType</a>&nbsp;value)</code>
<div class="block">Sets the value of the functionService property.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setGatewayConflictResolver-org.apache.geode.cache.configuration.DeclarableType-">setGatewayConflictResolver</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a>&nbsp;value)</code>
<div class="block">Sets the value of the gatewayConflictResolver property.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setGatewayReceiver-org.apache.geode.cache.configuration.GatewayReceiverConfig-">setGatewayReceiver</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration">GatewayReceiverConfig</a>&nbsp;value)</code>
<div class="block">Sets the value of the gatewayReceiver property.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setInitializer-org.apache.geode.cache.configuration.DeclarableType-">setInitializer</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a>&nbsp;value)</code>
<div class="block">Sets the value of the initializer property.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setIsServer-java.lang.Boolean-">setIsServer</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</code>
<div class="block">Sets the value of the isServer property.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setLockLease-java.lang.String-">setLockLease</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the lockLease property.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setLockTimeout-java.lang.String-">setLockTimeout</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the lockTimeout property.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setMessageSyncInterval-java.lang.String-">setMessageSyncInterval</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the messageSyncInterval property.</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setPdx-org.apache.geode.cache.configuration.PdxType-">setPdx</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration">PdxType</a>&nbsp;value)</code>
<div class="block">Sets the value of the pdx property.</div>
</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setResourceManager-org.apache.geode.cache.configuration.ResourceManagerType-">setResourceManager</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration">ResourceManagerType</a>&nbsp;value)</code>
<div class="block">Sets the value of the resourceManager property.</div>
</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setSearchTimeout-java.lang.String-">setSearchTimeout</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the searchTimeout property.</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setSerializationRegistration-org.apache.geode.cache.configuration.SerializationRegistrationType-">setSerializationRegistration</a></span>(<a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration">SerializationRegistrationType</a>&nbsp;value)</code>
<div class="block">Sets the value of the serializationRegistration property.</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.html#setVersion-java.lang.String-">setVersion</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">Sets the value of the version property.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="cacheTransactionManager">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cacheTransactionManager</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration">CacheTransactionManagerType</a> cacheTransactionManager</pre>
</li>
</ul>
<a name="dynamicRegionFactory">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dynamicRegionFactory</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration">DynamicRegionFactoryType</a> dynamicRegionFactory</pre>
</li>
</ul>
<a name="gatewayHubs">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>gatewayHubs</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewayHub.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewayHub</a>&gt; gatewayHubs</pre>
</li>
</ul>
<a name="gatewaySenders">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>gatewaySenders</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewaySender.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewaySender</a>&gt; gatewaySenders</pre>
</li>
</ul>
<a name="gatewayReceiver">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>gatewayReceiver</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration">GatewayReceiverConfig</a> gatewayReceiver</pre>
</li>
</ul>
<a name="gatewayConflictResolver">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>gatewayConflictResolver</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a> gatewayConflictResolver</pre>
</li>
</ul>
<a name="asyncEventQueues">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asyncEventQueues</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration">CacheConfig.AsyncEventQueue</a>&gt; asyncEventQueues</pre>
</li>
</ul>
<a name="cacheServers">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cacheServers</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.CacheServer.html" title="class in org.apache.geode.cache.configuration">CacheConfig.CacheServer</a>&gt; cacheServers</pre>
</li>
</ul>
<a name="pools">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pools</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/PoolType.html" title="class in org.apache.geode.cache.configuration">PoolType</a>&gt; pools</pre>
</li>
</ul>
<a name="diskStores">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>diskStores</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/DiskStoreType.html" title="class in org.apache.geode.cache.configuration">DiskStoreType</a>&gt; diskStores</pre>
</li>
</ul>
<a name="pdx">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pdx</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration">PdxType</a> pdx</pre>
</li>
</ul>
<a name="regionAttributes">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>regionAttributes</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionAttributesType.html" title="class in org.apache.geode.cache.configuration">RegionAttributesType</a>&gt; regionAttributes</pre>
</li>
</ul>
<a name="jndiBindings">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>jndiBindings</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/JndiBindingsType.html" title="class in org.apache.geode.cache.configuration">JndiBindingsType</a> jndiBindings</pre>
</li>
</ul>
<a name="regions">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>regions</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration">RegionConfig</a>&gt; regions</pre>
</li>
</ul>
<a name="functionService">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>functionService</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration">FunctionServiceType</a> functionService</pre>
</li>
</ul>
<a name="resourceManager">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resourceManager</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration">ResourceManagerType</a> resourceManager</pre>
</li>
</ul>
<a name="serializationRegistration">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializationRegistration</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration">SerializationRegistrationType</a> serializationRegistration</pre>
</li>
</ul>
<a name="backups">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>backups</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; backups</pre>
</li>
</ul>
<a name="initializer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializer</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a> initializer</pre>
</li>
</ul>
<a name="cacheElements">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cacheElements</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt; cacheElements</pre>
</li>
</ul>
<a name="copyOnRead">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyOnRead</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> copyOnRead</pre>
</li>
</ul>
<a name="isServer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isServer</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> isServer</pre>
</li>
</ul>
<a name="lockTimeout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lockTimeout</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lockTimeout</pre>
</li>
</ul>
<a name="lockLease">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lockLease</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lockLease</pre>
</li>
</ul>
<a name="messageSyncInterval">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>messageSyncInterval</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> messageSyncInterval</pre>
</li>
</ul>
<a name="searchTimeout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>searchTimeout</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> searchTimeout</pre>
</li>
</ul>
<a name="version">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>version</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> version</pre>
</li>
</ul>
<a name="SEPARATOR">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SEPARATOR</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SEPARATOR</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Please use <a href="../../../../../org/apache/geode/cache/Region.html#SEPARATOR"><code>Region.SEPARATOR</code></a></span></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.geode.cache.configuration.CacheConfig.SEPARATOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CacheConfig--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CacheConfig</h4>
<pre>public&nbsp;CacheConfig()</pre>
</li>
</ul>
<a name="CacheConfig-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CacheConfig</h4>
<pre>public&nbsp;CacheConfig(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;version)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCacheTransactionManager--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheTransactionManager</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration">CacheTransactionManagerType</a>&nbsp;getCacheTransactionManager()</pre>
<div class="block">Gets the value of the cacheTransactionManager property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration"><code>CacheTransactionManagerType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the cacheTransactionManager property</dd>
</dl>
</li>
</ul>
<a name="setCacheTransactionManager-org.apache.geode.cache.configuration.CacheTransactionManagerType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCacheTransactionManager</h4>
<pre>public&nbsp;void&nbsp;setCacheTransactionManager(<a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration">CacheTransactionManagerType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the cacheTransactionManager property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/CacheTransactionManagerType.html" title="class in org.apache.geode.cache.configuration"><code>CacheTransactionManagerType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the cacheTransactionManager property</dd>
</dl>
</li>
</ul>
<a name="getDynamicRegionFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDynamicRegionFactory</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration">DynamicRegionFactoryType</a>&nbsp;getDynamicRegionFactory()</pre>
<div class="block">Gets the value of the dynamicRegionFactory property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration"><code>DynamicRegionFactoryType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the dynamicRegionFactory property</dd>
</dl>
</li>
</ul>
<a name="setDynamicRegionFactory-org.apache.geode.cache.configuration.DynamicRegionFactoryType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDynamicRegionFactory</h4>
<pre>public&nbsp;void&nbsp;setDynamicRegionFactory(<a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration">DynamicRegionFactoryType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the dynamicRegionFactory property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/DynamicRegionFactoryType.html" title="class in org.apache.geode.cache.configuration"><code>DynamicRegionFactoryType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the dynamicRegionFactory property</dd>
</dl>
</li>
</ul>
<a name="getGatewayHubs--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGatewayHubs</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewayHub.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewayHub</a>&gt;&nbsp;getGatewayHubs()</pre>
<div class="block">Gets the value of the gatewayHubs property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the gatewayHubs property.
<p>
For example, to add a new item, do as follows:
<pre>
getGatewayHubs().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewayHub.html" title="class in org.apache.geode.cache.configuration"><code>CacheConfig.GatewayHub</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the gatewayHubs property</dd>
</dl>
</li>
</ul>
<a name="getGatewaySenders--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGatewaySenders</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewaySender.html" title="class in org.apache.geode.cache.configuration">CacheConfig.GatewaySender</a>&gt;&nbsp;getGatewaySenders()</pre>
<div class="block">Gets the value of the gatewaySenders property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the gatewaySenders property.
<p>
For example, to add a new item, do as follows:
<pre>
getGatewaySenders().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.GatewaySender.html" title="class in org.apache.geode.cache.configuration"><code>CacheConfig.GatewaySender</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the gatewaySenders property</dd>
</dl>
</li>
</ul>
<a name="getGatewayReceiver--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGatewayReceiver</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration">GatewayReceiverConfig</a>&nbsp;getGatewayReceiver()</pre>
<div class="block">Gets the value of the gatewayReceiver property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration"><code>GatewayReceiverConfig</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the gatewayReceiver property</dd>
</dl>
</li>
</ul>
<a name="setGatewayReceiver-org.apache.geode.cache.configuration.GatewayReceiverConfig-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setGatewayReceiver</h4>
<pre>public&nbsp;void&nbsp;setGatewayReceiver(<a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration">GatewayReceiverConfig</a>&nbsp;value)</pre>
<div class="block">Sets the value of the gatewayReceiver property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/GatewayReceiverConfig.html" title="class in org.apache.geode.cache.configuration"><code>GatewayReceiverConfig</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the gatewayReceiver property</dd>
</dl>
</li>
</ul>
<a name="getGatewayConflictResolver--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGatewayConflictResolver</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a>&nbsp;getGatewayConflictResolver()</pre>
<div class="block">Gets the value of the gatewayConflictResolver property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration"><code>DeclarableType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the gatewayConflictResolver property</dd>
</dl>
</li>
</ul>
<a name="setGatewayConflictResolver-org.apache.geode.cache.configuration.DeclarableType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setGatewayConflictResolver</h4>
<pre>public&nbsp;void&nbsp;setGatewayConflictResolver(<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the gatewayConflictResolver property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration"><code>DeclarableType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the gatewayConflictResolver property</dd>
</dl>
</li>
</ul>
<a name="getAsyncEventQueues--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAsyncEventQueues</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration">CacheConfig.AsyncEventQueue</a>&gt;&nbsp;getAsyncEventQueues()</pre>
<div class="block">Gets the value of the asyncEventQueues property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the asyncEventQueues property.
<p>
For example, to add a new item, do as follows:
<pre>
getAsyncEventQueues().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration"><code>CacheConfig.AsyncEventQueue</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the asyncEventQueues property</dd>
</dl>
</li>
</ul>
<a name="getCacheServers--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheServers</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.CacheServer.html" title="class in org.apache.geode.cache.configuration">CacheConfig.CacheServer</a>&gt;&nbsp;getCacheServers()</pre>
<div class="block">Gets the value of the cacheServers property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the cacheServers property.
<p>
For example, to add a new item, do as follows:
<pre>
getCacheServers().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.CacheServer.html" title="class in org.apache.geode.cache.configuration"><code>CacheConfig.CacheServer</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the cacheServers property</dd>
</dl>
</li>
</ul>
<a name="getPools--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPools</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/PoolType.html" title="class in org.apache.geode.cache.configuration">PoolType</a>&gt;&nbsp;getPools()</pre>
<div class="block">Gets the value of the pool property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the pool property.
<p>
For example, to add a new item, do as follows:
<pre>
getPools().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/PoolType.html" title="class in org.apache.geode.cache.configuration"><code>PoolType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the pools property</dd>
</dl>
</li>
</ul>
<a name="getDiskStores--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDiskStores</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/DiskStoreType.html" title="class in org.apache.geode.cache.configuration">DiskStoreType</a>&gt;&nbsp;getDiskStores()</pre>
<div class="block">Gets the value of the diskStores property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the diskStore property.
<p>
For example, to add a new item, do as follows:
<pre>
getDiskStores().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/DiskStoreType.html" title="class in org.apache.geode.cache.configuration"><code>DiskStoreType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the diskStores property</dd>
</dl>
</li>
</ul>
<a name="getPdx--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPdx</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration">PdxType</a>&nbsp;getPdx()</pre>
<div class="block">Gets the value of the pdx property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration"><code>PdxType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the pdx property</dd>
</dl>
</li>
</ul>
<a name="setPdx-org.apache.geode.cache.configuration.PdxType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPdx</h4>
<pre>public&nbsp;void&nbsp;setPdx(<a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration">PdxType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the pdx property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/PdxType.html" title="class in org.apache.geode.cache.configuration"><code>PdxType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the pdx property</dd>
</dl>
</li>
</ul>
<a name="getRegionAttributes--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegionAttributes</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionAttributesType.html" title="class in org.apache.geode.cache.configuration">RegionAttributesType</a>&gt;&nbsp;getRegionAttributes()</pre>
<div class="block">Gets the value of the regionAttributes property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the regionAttributes property.
<p>
For example, to add a new item, do as follows:
<pre>
getRegionAttributes().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/RegionAttributesType.html" title="class in org.apache.geode.cache.configuration"><code>RegionAttributesType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the regionAttributes property</dd>
</dl>
</li>
</ul>
<a name="getJndiBindings--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getJndiBindings</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/JndiBindingsType.JndiBinding.html" title="class in org.apache.geode.cache.configuration">JndiBindingsType.JndiBinding</a>&gt;&nbsp;getJndiBindings()</pre>
<div class="block">Gets the value of the jndiBindings property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the jndiBindings property.
<p>
For example, to add a new item, do as follows:
<pre>
getJndiBindings().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/JndiBindingsType.html" title="class in org.apache.geode.cache.configuration"><code>JndiBindingsType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the jndiBindings property</dd>
</dl>
</li>
</ul>
<a name="getRegions--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegions</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration">RegionConfig</a>&gt;&nbsp;getRegions()</pre>
<div class="block">Gets the value of the regions property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the region property.
<p>
For example, to add a new item, do as follows:
<pre>
getRegions().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration"><code>RegionConfig</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the regions property</dd>
</dl>
</li>
</ul>
<a name="getFunctionService--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionService</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration">FunctionServiceType</a>&nbsp;getFunctionService()</pre>
<div class="block">Gets the value of the functionService property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration"><code>FunctionServiceType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the functionService property</dd>
</dl>
</li>
</ul>
<a name="setFunctionService-org.apache.geode.cache.configuration.FunctionServiceType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFunctionService</h4>
<pre>public&nbsp;void&nbsp;setFunctionService(<a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration">FunctionServiceType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the functionService property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/FunctionServiceType.html" title="class in org.apache.geode.cache.configuration"><code>FunctionServiceType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the functionService property</dd>
</dl>
</li>
</ul>
<a name="getResourceManager--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getResourceManager</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration">ResourceManagerType</a>&nbsp;getResourceManager()</pre>
<div class="block">Gets the value of the resourceManager property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration"><code>ResourceManagerType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the resourceManager property</dd>
</dl>
</li>
</ul>
<a name="setResourceManager-org.apache.geode.cache.configuration.ResourceManagerType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setResourceManager</h4>
<pre>public&nbsp;void&nbsp;setResourceManager(<a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration">ResourceManagerType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the resourceManager property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/ResourceManagerType.html" title="class in org.apache.geode.cache.configuration"><code>ResourceManagerType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the resourceManager property</dd>
</dl>
</li>
</ul>
<a name="getSerializationRegistration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSerializationRegistration</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration">SerializationRegistrationType</a>&nbsp;getSerializationRegistration()</pre>
<div class="block">Gets the value of the serializationRegistration property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration"><code>SerializationRegistrationType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the serializationRegistration property</dd>
</dl>
</li>
</ul>
<a name="setSerializationRegistration-org.apache.geode.cache.configuration.SerializationRegistrationType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSerializationRegistration</h4>
<pre>public&nbsp;void&nbsp;setSerializationRegistration(<a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration">SerializationRegistrationType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the serializationRegistration property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/SerializationRegistrationType.html" title="class in org.apache.geode.cache.configuration"><code>SerializationRegistrationType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the serializationRegistration property</dd>
</dl>
</li>
</ul>
<a name="getBackups--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBackups</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getBackups()</pre>
<div class="block">Gets the value of the backup property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the backup property.
<p>
For example, to add a new item, do as follows:
<pre>
getBackups().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the backup property</dd>
</dl>
</li>
</ul>
<a name="getInitializer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitializer</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a>&nbsp;getInitializer()</pre>
<div class="block">Gets the value of the initializer property.
possible object is
<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration"><code>DeclarableType</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the initializer property</dd>
</dl>
</li>
</ul>
<a name="setInitializer-org.apache.geode.cache.configuration.DeclarableType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setInitializer</h4>
<pre>public&nbsp;void&nbsp;setInitializer(<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration">DeclarableType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the initializer property.
allowed object is
<a href="../../../../../org/apache/geode/cache/configuration/DeclarableType.html" title="class in org.apache.geode.cache.configuration"><code>DeclarableType</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the initializer property</dd>
</dl>
</li>
</ul>
<a name="getCustomCacheElements--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCustomCacheElements</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;&nbsp;getCustomCacheElements()</pre>
<div class="block">Gets the value of the customCacheElements property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the any property.
<p>
For example, to add a new item, do as follows:
<pre>
getCustomCacheElements().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<a href="https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom"><code>Element</code></a>
<a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration"><code>CacheElement</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the customCacheElements property</dd>
</dl>
</li>
</ul>
<a name="isCopyOnRead--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCopyOnRead</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;isCopyOnRead()</pre>
<div class="block">Gets the value of the copyOnRead property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the copyOnRead property</dd>
</dl>
</li>
</ul>
<a name="setCopyOnRead-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCopyOnRead</h4>
<pre>public&nbsp;void&nbsp;setCopyOnRead(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</pre>
<div class="block">Sets the value of the copyOnRead property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the copyOnRead property</dd>
</dl>
</li>
</ul>
<a name="isIsServer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isIsServer</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;isIsServer()</pre>
<div class="block">Gets the value of the isServer property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the isServer property</dd>
</dl>
</li>
</ul>
<a name="setIsServer-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIsServer</h4>
<pre>public&nbsp;void&nbsp;setIsServer(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;value)</pre>
<div class="block">Sets the value of the isServer property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the isServer property</dd>
</dl>
</li>
</ul>
<a name="getLockTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLockTimeout</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLockTimeout()</pre>
<div class="block">Gets the value of the lockTimeout property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the lockTimeout property</dd>
</dl>
</li>
</ul>
<a name="setLockTimeout-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLockTimeout</h4>
<pre>public&nbsp;void&nbsp;setLockTimeout(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the lockTimeout property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the lockTimeout property</dd>
</dl>
</li>
</ul>
<a name="getLockLease--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLockLease</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLockLease()</pre>
<div class="block">Gets the value of the lockLease property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the lockLease property</dd>
</dl>
</li>
</ul>
<a name="setLockLease-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLockLease</h4>
<pre>public&nbsp;void&nbsp;setLockLease(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the lockLease property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the lockLease property</dd>
</dl>
</li>
</ul>
<a name="getMessageSyncInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessageSyncInterval</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMessageSyncInterval()</pre>
<div class="block">Gets the value of the messageSyncInterval property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the messageSyncInterval property</dd>
</dl>
</li>
</ul>
<a name="setMessageSyncInterval-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMessageSyncInterval</h4>
<pre>public&nbsp;void&nbsp;setMessageSyncInterval(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the messageSyncInterval property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the messageSyncInterval property</dd>
</dl>
</li>
</ul>
<a name="getSearchTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSearchTimeout</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getSearchTimeout()</pre>
<div class="block">Gets the value of the searchTimeout property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the searchTimeout property</dd>
</dl>
</li>
</ul>
<a name="setSearchTimeout-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSearchTimeout</h4>
<pre>public&nbsp;void&nbsp;setSearchTimeout(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the searchTimeout property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the searchTimeout property</dd>
</dl>
</li>
</ul>
<a name="getVersion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getVersion()</pre>
<div class="block">Gets the value of the version property.
possible object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the value of the version property</dd>
</dl>
</li>
</ul>
<a name="setVersion-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVersion</h4>
<pre>public&nbsp;void&nbsp;setVersion(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</pre>
<div class="block">Sets the value of the version property.
allowed object is
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - the value of the version property</dd>
</dl>
</li>
</ul>
<a name="findRegionConfiguration-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findRegionConfiguration</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/geode/cache/configuration/RegionConfig.html" title="class in org.apache.geode.cache.configuration">RegionConfig</a>&nbsp;findRegionConfiguration(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regionPath)</pre>
</li>
</ul>
<a name="findCustomCacheElements-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findCustomCacheElements</h4>
<pre>public&nbsp;&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;T&gt;&nbsp;findCustomCacheElements(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</pre>
</li>
</ul>
<a name="findCustomCacheElement-java.lang.String-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findCustomCacheElement</h4>
<pre>public&nbsp;&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;&nbsp;T&nbsp;findCustomCacheElement(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementId,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</pre>
</li>
</ul>
<a name="findCustomRegionElements-java.lang.String-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findCustomRegionElements</h4>
<pre>public&nbsp;&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;T&gt;&nbsp;findCustomRegionElements(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regionPath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</pre>
</li>
</ul>
<a name="findCustomRegionElement-java.lang.String-java.lang.String-java.lang.Class-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>findCustomRegionElement</h4>
<pre>public&nbsp;&lt;T extends <a href="../../../../../org/apache/geode/cache/configuration/CacheElement.html" title="class in org.apache.geode.cache.configuration">CacheElement</a>&gt;&nbsp;T&nbsp;findCustomRegionElement(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;regionPath,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementId,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;T&gt;&nbsp;classT)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../org/apache/geode/cache/configuration/CacheConfig.AsyncEventQueue.html" title="class in org.apache.geode.cache.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/configuration/CacheConfig.html" target="_top">Frames</a></li>
<li><a href="CacheConfig.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>