blob: 653796a0ea90ea2ac870443ed920e227d57142ce [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>RegionShortcut (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="RegionShortcut (Apache Geode 1.15.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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><a href="../../../../org/apache/geode/cache/RegionService.html" title="interface in org.apache.geode.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/cache/RequiredRoles.html" title="class in org.apache.geode.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/cache/RegionShortcut.html" target="_top">Frames</a></li>
<li><a href="RegionShortcut.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>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&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</div>
<h2 title="Enum RegionShortcut" class="title">Enum RegionShortcut</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><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a>&gt;</li>
<li>
<ul class="inheritance">
<li>org.apache.geode.cache.RegionShortcut</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public enum <span class="typeNameLabel">RegionShortcut</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a>&gt;</pre>
<div class="block">Each enum represents a predefined <code>RegionAttributes</code> in a <code>Cache</code>. These enum values
can be used to create regions using a <code>RegionFactory</code> obtained by calling
<code>Cache.createRegionFactory(RegionShortcut)</code>.
<p>
Another way to use predefined region attributes is in cache.xml by setting the refid attribute on
a region element or region-attributes element to the string of each value.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 6.5</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#LOCAL">LOCAL</a></span></code>
<div class="block">A LOCAL region only has local state and never sends operations to others.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#LOCAL_HEAP_LRU">LOCAL_HEAP_LRU</a></span></code>
<div class="block">A LOCAL_HEAP_LRU region only has local state and never sends operations to others.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#LOCAL_OVERFLOW">LOCAL_OVERFLOW</a></span></code>
<div class="block">A LOCAL_OVERFLOW region only has local state and never sends operations to others.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#LOCAL_PERSISTENT">LOCAL_PERSISTENT</a></span></code>
<div class="block">A LOCAL_PERSISTENT region only has local state and never sends operations to others but it does
write its state to disk and can recover that state when the region is created.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#LOCAL_PERSISTENT_OVERFLOW">LOCAL_PERSISTENT_OVERFLOW</a></span></code>
<div class="block">A LOCAL_PERSISTENT_OVERFLOW region only has local state and never sends operations to others
but it does write its state to disk and can recover that state when the region is created.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION">PARTITION</a></span></code>
<div class="block">A PARTITION has local state that is partitioned across each peer member that created the
region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_HEAP_LRU">PARTITION_HEAP_LRU</a></span></code>
<div class="block">A PARTITION_HEAP_LRU has local state that is partitioned across each peer member that created
the region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_OVERFLOW">PARTITION_OVERFLOW</a></span></code>
<div class="block">A PARTITION_OVERFLOW has local state that is partitioned across each peer member that created
the region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_PERSISTENT">PARTITION_PERSISTENT</a></span></code>
<div class="block">A PARTITION_PERSISTENT has local state that is partitioned across each peer member that created
the region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_PERSISTENT_OVERFLOW">PARTITION_PERSISTENT_OVERFLOW</a></span></code>
<div class="block">A PARTITION_PERSISTENT_OVERFLOW has local state that is partitioned across each peer member
that created the region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_PROXY">PARTITION_PROXY</a></span></code>
<div class="block">A PARTITION_PROXY has no local state and forwards all operations to a PARTITION or a
PARTITION_PERSISTENT that exists in its peers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_PROXY_REDUNDANT">PARTITION_PROXY_REDUNDANT</a></span></code>
<div class="block">A PARTITION_PROXY_REDUNDANT has no local state and forwards all operations to a
PARTITION_REDUNDANT or a PARTITION_REDUNDANT_PERSISTENT that exists in its peers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_REDUNDANT">PARTITION_REDUNDANT</a></span></code>
<div class="block">A PARTITION_REDUNDANT has local state that is partitioned across each peer member that created
the region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_REDUNDANT_HEAP_LRU">PARTITION_REDUNDANT_HEAP_LRU</a></span></code>
<div class="block">A PARTITION_REDUNDANT_HEAP_LRU has local state that is partitioned across each peer member that
created the region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_REDUNDANT_OVERFLOW">PARTITION_REDUNDANT_OVERFLOW</a></span></code>
<div class="block">A PARTITION_REDUNDANT_OVERFLOW has local state that is partitioned across each peer member that
created the region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_REDUNDANT_PERSISTENT">PARTITION_REDUNDANT_PERSISTENT</a></span></code>
<div class="block">A PARTITION_REDUNDANT_PERSISTENT has local state that is partitioned across each peer member
that created the region.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#PARTITION_REDUNDANT_PERSISTENT_OVERFLOW">PARTITION_REDUNDANT_PERSISTENT_OVERFLOW</a></span></code>
<div class="block">A PARTITION_REDUNDANT_PERSISTENT_OVERFLOW has local state that is partitioned across each peer
member that created the region.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#REPLICATE">REPLICATE</a></span></code>
<div class="block">A REPLICATE has local state that is kept in sync with all other replicate regions that exist in
its peers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#REPLICATE_HEAP_LRU">REPLICATE_HEAP_LRU</a></span></code>
<div class="block">A REPLICATE_HEAP_LRU has local state that is kept in sync with all other replicate regions that
exist in its peers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#REPLICATE_OVERFLOW">REPLICATE_OVERFLOW</a></span></code>
<div class="block">A REPLICATE_OVERFLOW has local state that is kept in sync with all other replicate regions that
exist in its peers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#REPLICATE_PERSISTENT">REPLICATE_PERSISTENT</a></span></code>
<div class="block">A REPLICATE_PERSISTENT has local state that is kept in sync with all other replicate regions
that exist in its peers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#REPLICATE_PERSISTENT_OVERFLOW">REPLICATE_PERSISTENT_OVERFLOW</a></span></code>
<div class="block">A REPLICATE_PERSISTENT_OVERFLOW has local state that is kept in sync with all other replicate
regions that exist in its peers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#REPLICATE_PROXY">REPLICATE_PROXY</a></span></code>
<div class="block">A REPLICATE_PROXY has no local state and forwards all operations (except queries) to a
REPLICATE or a REPLICATE_PERSISTENT that exists in its peers.</div>
</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#isLocal--">isLocal</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#isOverflow--">isOverflow</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#isPartition--">isPartition</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#isPersistent--">isPersistent</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#isProxy--">isProxy</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#isReplicate--">isReplicate</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#valueOf-java.lang.String-">valueOf</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;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/cache/RegionShortcut.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.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/Enum.html?is-external=true#compareTo-E-" title="class or interface in java.lang">compareTo</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.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/Enum.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/Enum.html?is-external=true#getDeclaringClass--" title="class or interface in java.lang">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.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/Enum.html?is-external=true#name--" title="class or interface in java.lang">name</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="class or interface in java.lang">ordinal</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.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/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="class or interface in java.lang">valueOf</a></code></li>
</ul>
<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#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#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#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">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="PARTITION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION</pre>
<div class="block">A PARTITION has local state that is partitioned across each peer member that created the
region. The actual RegionAttributes for a PARTITION region set the <code>DataPolicy</code> to
<code>DataPolicy.PARTITION</code>.</div>
</li>
</ul>
<a name="PARTITION_REDUNDANT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_REDUNDANT</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_REDUNDANT</pre>
<div class="block">A PARTITION_REDUNDANT has local state that is partitioned across each peer member that created
the region. In addition an extra copy of the data is kept in memory. The actual
RegionAttributes for a PARTITION_REDUNDANT region set the <code>DataPolicy</code> to
<code>DataPolicy.PARTITION</code> and the redundant-copies to 1.</div>
</li>
</ul>
<a name="PARTITION_PERSISTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_PERSISTENT</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_PERSISTENT</pre>
<div class="block">A PARTITION_PERSISTENT has local state that is partitioned across each peer member that created
the region. In addition its state is written to disk and recovered from disk when the region is
created. The actual RegionAttributes for a PARTITION_PERSISTENT region set the
<code>DataPolicy</code> to <code>DataPolicy.PERSISTENT_PARTITION</code>.</div>
</li>
</ul>
<a name="PARTITION_REDUNDANT_PERSISTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_REDUNDANT_PERSISTENT</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_REDUNDANT_PERSISTENT</pre>
<div class="block">A PARTITION_REDUNDANT_PERSISTENT has local state that is partitioned across each peer member
that created the region. In addition its state is written to disk and recovered from disk when
the region is created. In addition an extra copy of the data is kept in memory. The actual
RegionAttributes for a PARTITION_REDUNDANT_PERSISTENT region set the <code>DataPolicy</code> to
<code>DataPolicy.PERSISTENT_PARTITION</code> and the redundant-copies to 1.</div>
</li>
</ul>
<a name="PARTITION_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_OVERFLOW</pre>
<div class="block">A PARTITION_OVERFLOW has local state that is partitioned across each peer member that created
the region. It will also move the values of entries to disk once it detects that the java vm is
running low of memory. The actual RegionAttributes for a PARTITION_OVERFLOW region set the
<code>DataPolicy</code> to <code>DataPolicy.PARTITION</code>. and <code>EvictionAttributes</code> are set to
<code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="PARTITION_REDUNDANT_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_REDUNDANT_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_REDUNDANT_OVERFLOW</pre>
<div class="block">A PARTITION_REDUNDANT_OVERFLOW has local state that is partitioned across each peer member that
created the region. In addition an extra copy of the data is kept in memory. It will also move
the values of entries to disk once it detects that the java vm is running low of memory. The
actual RegionAttributes for a PARTITION_REDUNDANT_OVERFLOW region set the <code>DataPolicy</code> to
<code>DataPolicy.PARTITION</code>, the redundant-copies to 1, and <code>EvictionAttributes</code> are set
to <code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="PARTITION_PERSISTENT_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_PERSISTENT_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_PERSISTENT_OVERFLOW</pre>
<div class="block">A PARTITION_PERSISTENT_OVERFLOW has local state that is partitioned across each peer member
that created the region. In addition its state is written to disk and recovered from disk when
the region is created. It will also remove the values of entries from memory once it detects
that the java vm is running low of memory. The actual RegionAttributes for a
PARTITION_PERSISTENT_OVERFLOW region set the <code>DataPolicy</code> to
<code>DataPolicy.PERSISTENT_PARTITION</code> and <code>EvictionAttributes</code> are set to
<code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="PARTITION_REDUNDANT_PERSISTENT_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_REDUNDANT_PERSISTENT_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_REDUNDANT_PERSISTENT_OVERFLOW</pre>
<div class="block">A PARTITION_REDUNDANT_PERSISTENT_OVERFLOW has local state that is partitioned across each peer
member that created the region. In addition its state is written to disk and recovered from
disk when the region is created. In addition an extra copy of the data is kept in memory. It
will also remove the values of entries from memory once it detects that the java vm is running
low of memory. The actual RegionAttributes for a PARTITION_REDUNDANT_PERSISTENT_OVERFLOW region
set the <code>DataPolicy</code> to <code>DataPolicy.PERSISTENT_PARTITION</code>, the redundant-copies to
1, and <code>EvictionAttributes</code> are set to <code>EvictionAlgorithm.LRU_HEAP</code> with
<code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="PARTITION_HEAP_LRU">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_HEAP_LRU</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_HEAP_LRU</pre>
<div class="block">A PARTITION_HEAP_LRU has local state that is partitioned across each peer member that created
the region. It will also destroy entries once it detects that the java vm is running low of
memory. The actual RegionAttributes for a PARTITION_HEAP_LRU region set the <code>DataPolicy</code>
to <code>DataPolicy.PARTITION</code> and <code>EvictionAttributes</code> are set to
<code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.LOCAL_DESTROY</code>.</div>
</li>
</ul>
<a name="PARTITION_REDUNDANT_HEAP_LRU">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_REDUNDANT_HEAP_LRU</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_REDUNDANT_HEAP_LRU</pre>
<div class="block">A PARTITION_REDUNDANT_HEAP_LRU has local state that is partitioned across each peer member that
created the region. In addition an extra copy of the data is kept in memory. It will also
destroy entries once it detects that the java vm is running low of memory. The actual
RegionAttributes for a PARTITION_REDUNDANT_HEAP_LRU region set the <code>DataPolicy</code> to
<code>DataPolicy.PARTITION</code>, the redundant-copies to 1, and <code>EvictionAttributes</code> are set
to <code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.LOCAL_DESTROY</code>.</div>
</li>
</ul>
<a name="REPLICATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPLICATE</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> REPLICATE</pre>
<div class="block">A REPLICATE has local state that is kept in sync with all other replicate regions that exist in
its peers. The actual RegionAttributes for a REPLICATE region set the <code>DataPolicy</code> to
<code>DataPolicy.REPLICATE</code> and <code>Scope</code> to <code>Scope.DISTRIBUTED_ACK</code>.</div>
</li>
</ul>
<a name="REPLICATE_PERSISTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPLICATE_PERSISTENT</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> REPLICATE_PERSISTENT</pre>
<div class="block">A REPLICATE_PERSISTENT has local state that is kept in sync with all other replicate regions
that exist in its peers. In addition its state is written to disk and recovered from disk when
the region is created. The actual RegionAttributes for a REPLICATE_PERSISTENT region set the
<code>DataPolicy</code> to <code>DataPolicy.PERSISTENT_REPLICATE</code> and <code>Scope</code> to
<code>Scope.DISTRIBUTED_ACK</code>.</div>
</li>
</ul>
<a name="REPLICATE_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPLICATE_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> REPLICATE_OVERFLOW</pre>
<div class="block">A REPLICATE_OVERFLOW has local state that is kept in sync with all other replicate regions that
exist in its peers. The actual RegionAttributes for a REPLICATE_OVERFLOW region set the
<code>DataPolicy</code> to <code>DataPolicy.REPLICATE</code>, the <code>Scope</code> to
<code>Scope.DISTRIBUTED_ACK</code> and <code>EvictionAttributes</code> are set to
<code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="REPLICATE_PERSISTENT_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPLICATE_PERSISTENT_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> REPLICATE_PERSISTENT_OVERFLOW</pre>
<div class="block">A REPLICATE_PERSISTENT_OVERFLOW has local state that is kept in sync with all other replicate
regions that exist in its peers. In addition its state is written to disk and recovered from
disk when the region is created. It will also remove the values of entries from memory once it
detects that the java vm is running low of memory. The actual RegionAttributes for a
REPLICATE_PERSISTENT_OVERFLOW region set the <code>DataPolicy</code> to
<code>DataPolicy.PERSISTENT_REPLICATE</code>, the <code>Scope</code> to <code>Scope.DISTRIBUTED_ACK</code>,
and <code>EvictionAttributes</code> are set to <code>EvictionAlgorithm.LRU_HEAP</code> with
<code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="REPLICATE_HEAP_LRU">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPLICATE_HEAP_LRU</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> REPLICATE_HEAP_LRU</pre>
<div class="block">A REPLICATE_HEAP_LRU has local state that is kept in sync with all other replicate regions that
exist in its peers. It will also destroy entries once it detects that the java vm is running
low of memory. The actual RegionAttributes for a REPLICATE_HEAP_LRU region set the
<code>DataPolicy</code> to <code>DataPolicy.PRELOADED</code>, the <code>Scope</code> to
<code>Scope.DISTRIBUTED_ACK</code>, <code>SubscriptionAttributes</code> to <code>InterestPolicy.ALL</code>,
and <code>EvictionAttributes</code> are set to <code>EvictionAlgorithm.LRU_HEAP</code> with
<code>EvictionAction.LOCAL_DESTROY</code>.</div>
</li>
</ul>
<a name="LOCAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> LOCAL</pre>
<div class="block">A LOCAL region only has local state and never sends operations to others. The actual
RegionAttributes for a LOCAL region set the <code>Scope</code> to <code>Scope.LOCAL</code>
and the <code>DataPolicy</code> to <code>DataPolicy.NORMAL</code>.</div>
</li>
</ul>
<a name="LOCAL_PERSISTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCAL_PERSISTENT</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> LOCAL_PERSISTENT</pre>
<div class="block">A LOCAL_PERSISTENT region only has local state and never sends operations to others but it does
write its state to disk and can recover that state when the region is created. The actual
RegionAttributes for a LOCAL_PERSISTENT region set the <code>Scope</code> to <code>Scope.LOCAL</code>
and the <code>DataPolicy</code> to <code>DataPolicy.PERSISTENT_REPLICATE</code>.</div>
</li>
</ul>
<a name="LOCAL_HEAP_LRU">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCAL_HEAP_LRU</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> LOCAL_HEAP_LRU</pre>
<div class="block">A LOCAL_HEAP_LRU region only has local state and never sends operations to others. It will also
destroy entries once it detects that the java vm is running low of memory. The actual
RegionAttributes for a LOCAL_HEAP_LRU region set the the <code>Scope</code> to <code>Scope.LOCAL</code>,
the <code>DataPolicy</code> to <code>DataPolicy.NORMAL</code>, and <code>EvictionAttributes</code> are set to
<code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.LOCAL_DESTROY</code>.</div>
</li>
</ul>
<a name="LOCAL_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCAL_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> LOCAL_OVERFLOW</pre>
<div class="block">A LOCAL_OVERFLOW region only has local state and never sends operations to others. It will also
move the values of entries to disk once it detects that the java vm is running low of memory.
The actual RegionAttributes for a LOCAL_OVERFLOW region set
the <code>Scope</code> to <code>Scope.LOCAL</code>,
the <code>DataPolicy</code> to <code>DataPolicy.NORMAL</code>, and <code>EvictionAttributes</code> are set to
<code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="LOCAL_PERSISTENT_OVERFLOW">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCAL_PERSISTENT_OVERFLOW</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> LOCAL_PERSISTENT_OVERFLOW</pre>
<div class="block">A LOCAL_PERSISTENT_OVERFLOW region only has local state and never sends operations to others
but it does write its state to disk and can recover that state when the region is created. It
will also remove the values of entries from memory once it detects that the java vm is running
low of memory. The actual RegionAttributes for a LOCAL_PERSISTENT_OVERFLOW region set
the <code>Scope</code> to <code>Scope.LOCAL</code>, the
<code>DataPolicy</code> to <code>DataPolicy.PERSISTENT_REPLICATE</code>, and <code>EvictionAttributes</code>
are set to <code>EvictionAlgorithm.LRU_HEAP</code> with <code>EvictionAction.OVERFLOW_TO_DISK</code>.</div>
</li>
</ul>
<a name="PARTITION_PROXY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_PROXY</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_PROXY</pre>
<div class="block">A PARTITION_PROXY has no local state and forwards all operations to a PARTITION or a
PARTITION_PERSISTENT that exists in its peers. The actual RegionAttributes for a
PARTITION_PROXY region set the <code>DataPolicy</code> to <code>DataPolicy.PARTITION</code> and the
local-max-memory to 0.</div>
</li>
</ul>
<a name="PARTITION_PROXY_REDUNDANT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARTITION_PROXY_REDUNDANT</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> PARTITION_PROXY_REDUNDANT</pre>
<div class="block">A PARTITION_PROXY_REDUNDANT has no local state and forwards all operations to a
PARTITION_REDUNDANT or a PARTITION_REDUNDANT_PERSISTENT that exists in its peers. The actual
RegionAttributes for a PARTITION_PROXY_REDUNDANT region set the <code>DataPolicy</code> to
<code>DataPolicy.PARTITION</code>, the local-max-memory to 0, and the redundant-copies to 1.</div>
</li>
</ul>
<a name="REPLICATE_PROXY">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>REPLICATE_PROXY</h4>
<pre>public static final&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a> REPLICATE_PROXY</pre>
<div class="block">A REPLICATE_PROXY has no local state and forwards all operations (except queries) to a
REPLICATE or a REPLICATE_PERSISTENT that exists in its peers. Queries will be executed on this
PROXY region. The actual RegionAttributes for a REPLICATE_PROXY region set the
<code>DataPolicy</code> to <code>DataPolicy.EMPTY</code> and <code>Scope</code> to
<code>Scope.DISTRIBUTED_ACK</code>.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a>[]&nbsp;values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (RegionShortcut c : RegionShortcut.values())
&nbsp; System.out.println(c);
</pre></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<a name="valueOf-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/geode/cache/RegionShortcut.html" title="enum in org.apache.geode.cache">RegionShortcut</a>&nbsp;valueOf(<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;name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd>
</dl>
</li>
</ul>
<a name="isProxy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isProxy</h4>
<pre>public&nbsp;boolean&nbsp;isProxy()</pre>
</li>
</ul>
<a name="isLocal--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLocal</h4>
<pre>public&nbsp;boolean&nbsp;isLocal()</pre>
</li>
</ul>
<a name="isPartition--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPartition</h4>
<pre>public&nbsp;boolean&nbsp;isPartition()</pre>
</li>
</ul>
<a name="isReplicate--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isReplicate</h4>
<pre>public&nbsp;boolean&nbsp;isReplicate()</pre>
</li>
</ul>
<a name="isPersistent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPersistent</h4>
<pre>public&nbsp;boolean&nbsp;isPersistent()</pre>
</li>
</ul>
<a name="isOverflow--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isOverflow</h4>
<pre>public&nbsp;boolean&nbsp;isOverflow()</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><a href="../../../../org/apache/geode/cache/RegionService.html" title="interface in org.apache.geode.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/cache/RequiredRoles.html" title="class in org.apache.geode.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/cache/RegionShortcut.html" target="_top">Frames</a></li>
<li><a href="RegionShortcut.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>Nested&nbsp;|&nbsp;</li>
<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&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>