http://git-wip-us.apache.org/repos/asf/geode-site/blob/22311e92/releases/10M2/javadoc/com/gemstone/gemfire/cache/EvictionCriteria.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/cache/EvictionCriteria.html b/releases/10M2/javadoc/com/gemstone/gemfire/cache/EvictionCriteria.html deleted file mode 100644 index 74270ba..0000000 --- a/releases/10M2/javadoc/com/gemstone/gemfire/cache/EvictionCriteria.html +++ /dev/null @@ -1,277 +0,0 @@ -<!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 (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>EvictionCriteria (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> -<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="EvictionCriteria (Apache Geode 1.0.0-incubating.M2)"; - } - } - catch(err) { - } -//--> -var methods = {"i0":6,"i1":6,"i2":6}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionCriteria.html" target="_top">Frames</a></li> -<li><a href="EvictionCriteria.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </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">com.gemstone.gemfire.cache</div> -<h2 title="Interface EvictionCriteria" class="title">Interface EvictionCriteria<K,V></h2> -</div> -<div class="contentContainer"> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<hr> -<br> -<pre>public interface <span class="typeNameLabel">EvictionCriteria<K,V></span></pre> -<div class="block">Interface implemented by an EVICTION BY CRITERIA of - <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>CustomEvictionAttributes</code></a>. This will be invoked by periodic evictor - task that will get the keys to be evicted using this and then destroy from - the region to which this is attached.</div> -<dl> -<dt><span class="simpleTagLabel">Since:</span></dt> -<dd>gfxd 1.0</dd> -</dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========== 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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </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="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#doEvict-com.gemstone.gemfire.cache.EntryEvent-">doEvict</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a><<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>> event)</code> -<div class="block">Last moment check if an entry should be evicted or not applying the - EVICTION BY CRITERIA again under the region entry lock in case the entry - has changed after the check in <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-"><code>getKeysToBeEvicted(long, com.gemstone.gemfire.cache.Region<K, V>)</code></a>.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code>java.util.Iterator<java.util.Map.Entry<<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,java.lang.Object>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-">getKeysToBeEvicted</a></span>(long currentMillis, - <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a><<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>> region)</code> -<div class="block">Get the (key, routing object) of the entries to be evicted from region - satisfying EVICTION BY CRITERIA at this point of time.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#isEquivalent-com.gemstone.gemfire.cache.EvictionCriteria-">isEquivalent</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a><<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>> other)</code> -<div class="block">Return true if this eviction criteria is equivalent to the other one.</div> -</td> -</tr> -</table> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getKeysToBeEvicted</h4> -<pre>java.util.Iterator<java.util.Map.Entry<<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,java.lang.Object>> getKeysToBeEvicted(long currentMillis, - <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a><<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>> region)</pre> -<div class="block">Get the (key, routing object) of the entries to be evicted from region - satisfying EVICTION BY CRITERIA at this point of time. - <p> - The returned Map.Entry object by the Iterator may be reused internally so - caller must extract the key, routing object from the entry on each - iteration.</div> -</li> -</ul> -<a name="doEvict-com.gemstone.gemfire.cache.EntryEvent-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>doEvict</h4> -<pre>boolean doEvict(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a><<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>> event)</pre> -<div class="block">Last moment check if an entry should be evicted or not applying the - EVICTION BY CRITERIA again under the region entry lock in case the entry - has changed after the check in <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-"><code>getKeysToBeEvicted(long, com.gemstone.gemfire.cache.Region<K, V>)</code></a>.</div> -</li> -</ul> -<a name="isEquivalent-com.gemstone.gemfire.cache.EvictionCriteria-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>isEquivalent</h4> -<pre>boolean isEquivalent(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a><<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>> other)</pre> -<div class="block">Return true if this eviction criteria is equivalent to the other one. This - is used to ensure that custom eviction is configured identically on all the - nodes of a cluster hosting the region to which this eviction criteria has - been attached.</div> -</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="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionCriteria.html" target="_top">Frames</a></li> -<li><a href="EvictionCriteria.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/geode-site/blob/22311e92/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAction.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAction.html b/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAction.html deleted file mode 100644 index 1ee867c..0000000 --- a/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAction.html +++ /dev/null @@ -1,493 +0,0 @@ -<!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 (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>ExpirationAction (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> -<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="ExpirationAction (Apache Geode 1.0.0-incubating.M2)"; - } - } - catch(err) { - } -//--> -var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10}; -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="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAction.html" target="_top">Frames</a></li> -<li><a href="ExpirationAction.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li>Constr | </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">com.gemstone.gemfire.cache</div> -<h2 title="Class ExpirationAction" class="title">Class ExpirationAction</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>com.gemstone.gemfire.cache.ExpirationAction</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable</dd> -</dl> -<hr> -<br> -<pre>public class <span class="typeNameLabel">ExpirationAction</span> -extends java.lang.Object -implements java.io.Serializable</pre> -<div class="block">Enumerated type for expiration actions.</div> -<dl> -<dt><span class="simpleTagLabel">Since:</span></dt> -<dd>3.0</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><code>ExpirationAttributes</code></a>, -<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.ExpirationAction">Serialized Form</a></dd> -</dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== 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"> </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>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#DESTROY">DESTROY</a></span></code> -<div class="block">When the region or cached object expires, it is destroyed.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#INVALIDATE">INVALIDATE</a></span></code> -<div class="block">When the region or cached object expires, it is invalidated.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#LOCAL_DESTROY">LOCAL_DESTROY</a></span></code> -<div class="block">When expired, destroyed locally only.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#LOCAL_INVALIDATE">LOCAL_INVALIDATE</a></span></code> -<div class="block">When expired, invalidated locally only.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#ordinal">ordinal</a></span></code> </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"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#fromOrdinal-int-">fromOrdinal</a></span>(int ordinal)</code> -<div class="block">Return the ExpirationAction represented by specified ordinal</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isDestroy--">isDestroy</a></span>()</code> -<div class="block">Returns whether this is the action for distributed destroy.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isDistributed--">isDistributed</a></span>()</code> -<div class="block">Returns whether this action is distributed.</div> -</td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isInvalidate--">isInvalidate</a></span>()</code> -<div class="block">Returns whether this is the action for distributed invalidate.</div> -</td> -</tr> -<tr id="i4" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isLocal--">isLocal</a></span>()</code> -<div class="block">Returns whether this action is local.</div> -</td> -</tr> -<tr id="i5" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isLocalDestroy--">isLocalDestroy</a></span>()</code> -<div class="block">Returns whether this is the action for local destroy.</div> -</td> -</tr> -<tr id="i6" class="altColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isLocalInvalidate--">isLocalInvalidate</a></span>()</code> -<div class="block">Returns whether this is the action for local invalidate.</div> -</td> -</tr> -<tr id="i7" class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#toString--">toString</a></span>()</code> -<div class="block">Returns a string representation for this action</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 java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</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="INVALIDATE"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>INVALIDATE</h4> -<pre>public static final <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> INVALIDATE</pre> -<div class="block">When the region or cached object expires, it is invalidated.</div> -</li> -</ul> -<a name="LOCAL_INVALIDATE"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>LOCAL_INVALIDATE</h4> -<pre>public static final <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> LOCAL_INVALIDATE</pre> -<div class="block">When expired, invalidated locally only. Not supported for partitioned regions.</div> -</li> -</ul> -<a name="DESTROY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>DESTROY</h4> -<pre>public static final <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> DESTROY</pre> -<div class="block">When the region or cached object expires, it is destroyed.</div> -</li> -</ul> -<a name="LOCAL_DESTROY"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>LOCAL_DESTROY</h4> -<pre>public static final <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> LOCAL_DESTROY</pre> -<div class="block">When expired, destroyed locally only. Not supported for partitioned regions. Use DESTROY instead.</div> -</li> -</ul> -<a name="ordinal"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ordinal</h4> -<pre>public final int ordinal</pre> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="isInvalidate--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isInvalidate</h4> -<pre>public boolean isInvalidate()</pre> -<div class="block">Returns whether this is the action for distributed invalidate.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if this in INVALIDATE</dd> -</dl> -</li> -</ul> -<a name="isLocalInvalidate--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isLocalInvalidate</h4> -<pre>public boolean isLocalInvalidate()</pre> -<div class="block">Returns whether this is the action for local invalidate.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if this is LOCAL_INVALIDATE</dd> -</dl> -</li> -</ul> -<a name="isDestroy--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isDestroy</h4> -<pre>public boolean isDestroy()</pre> -<div class="block">Returns whether this is the action for distributed destroy.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if this is DESTROY</dd> -</dl> -</li> -</ul> -<a name="isLocalDestroy--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isLocalDestroy</h4> -<pre>public boolean isLocalDestroy()</pre> -<div class="block">Returns whether this is the action for local destroy.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if thisis LOCAL_DESTROY</dd> -</dl> -</li> -</ul> -<a name="isLocal--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isLocal</h4> -<pre>public boolean isLocal()</pre> -<div class="block">Returns whether this action is local.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if this is LOCAL_INVALIDATE or LOCAL_DESTROY</dd> -</dl> -</li> -</ul> -<a name="isDistributed--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>isDistributed</h4> -<pre>public boolean isDistributed()</pre> -<div class="block">Returns whether this action is distributed.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>true if this is INVALIDATE or DESTROY</dd> -</dl> -</li> -</ul> -<a name="toString--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toString</h4> -<pre>public java.lang.String toString()</pre> -<div class="block">Returns a string representation for this action</div> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code>toString</code> in class <code>java.lang.Object</code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the name of this action</dd> -</dl> -</li> -</ul> -<a name="fromOrdinal-int-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>fromOrdinal</h4> -<pre>public static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> fromOrdinal(int ordinal)</pre> -<div class="block">Return the ExpirationAction represented by specified ordinal</div> -</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="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAction.html" target="_top">Frames</a></li> -<li><a href="ExpirationAction.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li>Constr | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li>Constr | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/geode-site/blob/22311e92/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAttributes.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAttributes.html b/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAttributes.html deleted file mode 100644 index 6e452a7..0000000 --- a/releases/10M2/javadoc/com/gemstone/gemfire/cache/ExpirationAttributes.html +++ /dev/null @@ -1,560 +0,0 @@ -<!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 (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>ExpirationAttributes (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> -<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="ExpirationAttributes (Apache Geode 1.0.0-incubating.M2)"; - } - } - catch(err) { - } -//--> -var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10}; -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="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAttributes.html" target="_top">Frames</a></li> -<li><a href="ExpirationAttributes.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li><a href="#constructor.detail">Constr</a> | </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">com.gemstone.gemfire.cache</div> -<h2 title="Class ExpirationAttributes" class="title">Class ExpirationAttributes</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>com.gemstone.gemfire.cache.ExpirationAttributes</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>, java.io.Serializable</dd> -</dl> -<hr> -<br> -<pre>public class <span class="typeNameLabel">ExpirationAttributes</span> -extends java.lang.Object -implements <a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></pre> -<div class="block">Immutable parameter object for accessing and setting the attributes associated with - <code>timeToLive</code> and <code>idleTimeout</code>. If the expiration - action is not specified, it defaults to <code>ExpirationAction.INVALIDATE</code>. - If the timeout is not specified, it defaults to zero (which means to never timeout).</div> -<dl> -<dt><span class="simpleTagLabel">Since:</span></dt> -<dd>3.0</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>AttributesFactory</code></a>, -<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a>, -<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>AttributesMutator</code></a>, -<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.ExpirationAttributes">Serialized Form</a></dd> -</dl> -</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> -<ul class="blockList"> -<li class="blockList"><a name="nested.classes.inherited.from.class.com.gemstone.gemfire.DataSerializable"> -<!-- --> -</a> -<h3>Nested classes/interfaces inherited from interface com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></h3> -<code><a href="../../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire">DataSerializable.Replaceable</a></code></li> -</ul> -</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"> </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>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#DEFAULT">DEFAULT</a></span></code> -<div class="block">convenience constant for a default instance</div> -</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"> </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="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#ExpirationAttributes--">ExpirationAttributes</a></span>()</code> -<div class="block">Constructs a default <code>ExpirationAttributes</code>, which indicates no expiration - will take place.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#ExpirationAttributes-int-">ExpirationAttributes</a></span>(int expirationTime)</code> -<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time - and the default expiration action <code>ExpirationAction.INVALIDATE</code>.</div> -</td> -</tr> -<tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#ExpirationAttributes-int-com.gemstone.gemfire.cache.ExpirationAction-">ExpirationAttributes</a></span>(int expirationTime, - <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> expirationAction)</code> -<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time and - expiration action.</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"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#createFromData-java.io.DataInput-">createFromData</a></span>(java.io.DataInput in)</code> </td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code> </td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#fromData-java.io.DataInput-">fromData</a></span>(java.io.DataInput in)</code> -<div class="block">Reads the state of this object as primitive data from the given - <code>DataInput</code>.</div> -</td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#getAction--">getAction</a></span>()</code> -<div class="block">Returns the action that should take place when this value or region expires.</div> -</td> -</tr> -<tr id="i4" class="altColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#getTimeout--">getTimeout</a></span>()</code> -<div class="block">Returns the number of seconds before a region or value expires.</div> -</td> -</tr> -<tr id="i5" class="rowColor"> -<td class="colFirst"><code>int</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#hashCode--">hashCode</a></span>()</code> </td> -</tr> -<tr id="i6" class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#toData-java.io.DataOutput-">toData</a></span>(java.io.DataOutput out)</code> -<div class="block">Writes the state of this object as primitive data to the given - <code>DataOutput</code>.</div> -</td> -</tr> -<tr id="i7" class="rowColor"> -<td class="colFirst"><code>java.lang.String</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#toString--">toString</a></span>()</code> -<div class="block">Returns a string representation of this <code>ExpirationAttributes</code>.</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 java.lang.Object</h3> -<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</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="DEFAULT"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>DEFAULT</h4> -<pre>public static final <a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a> DEFAULT</pre> -<div class="block">convenience constant for a default instance</div> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor.detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="ExpirationAttributes--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ExpirationAttributes</h4> -<pre>public ExpirationAttributes()</pre> -<div class="block">Constructs a default <code>ExpirationAttributes</code>, which indicates no expiration - will take place.</div> -</li> -</ul> -<a name="ExpirationAttributes-int-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>ExpirationAttributes</h4> -<pre>public ExpirationAttributes(int expirationTime)</pre> -<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time - and the default expiration action <code>ExpirationAction.INVALIDATE</code>.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>expirationTime</code> - The number of seconds before expiration</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if expirationTime is nonpositive</dd> -</dl> -</li> -</ul> -<a name="ExpirationAttributes-int-com.gemstone.gemfire.cache.ExpirationAction-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>ExpirationAttributes</h4> -<pre>public ExpirationAttributes(int expirationTime, - <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> expirationAction)</pre> -<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time and - expiration action.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>expirationTime</code> - The number of seconds for a value to live before it expires</dd> -<dd><code>expirationAction</code> - the action to take when the value expires</dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if expirationTime is nonpositive</dd> -</dl> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="getTimeout--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getTimeout</h4> -<pre>public int getTimeout()</pre> -<div class="block">Returns the number of seconds before a region or value expires.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the relative number of seconds before a region or value expires - or zero if it will never expire</dd> -</dl> -</li> -</ul> -<a name="getAction--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getAction</h4> -<pre>public <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> getAction()</pre> -<div class="block">Returns the action that should take place when this value or region expires.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the action to take when expiring</dd> -</dl> -</li> -</ul> -<a name="equals-java.lang.Object-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>equals</h4> -<pre>public boolean equals(java.lang.Object obj)</pre> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code>equals</code> in class <code>java.lang.Object</code></dd> -</dl> -</li> -</ul> -<a name="hashCode--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>hashCode</h4> -<pre>public int hashCode()</pre> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> -</dl> -</li> -</ul> -<a name="toString--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>toString</h4> -<pre>public java.lang.String toString()</pre> -<div class="block">Returns a string representation of this <code>ExpirationAttributes</code>. If the timeout - is zero, returns <code>"NO EXPIRATION"</code>.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> -<dd><code>toString</code> in class <code>java.lang.Object</code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the String representation of this expiration attribute</dd> -</dl> -</li> -</ul> -<a name="createFromData-java.io.DataInput-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>createFromData</h4> -<pre>public static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a> createFromData(java.io.DataInput in) - throws java.io.IOException, - java.lang.ClassNotFoundException</pre> -<dl> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.io.IOException</code></dd> -<dd><code>java.lang.ClassNotFoundException</code></dd> -</dl> -</li> -</ul> -<a name="fromData-java.io.DataInput-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>fromData</h4> -<pre>public void fromData(java.io.DataInput in) - throws java.io.IOException, - java.lang.ClassNotFoundException</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">DataSerializable</a></code></span></div> -<div class="block">Reads the state of this object as primitive data from the given - <code>DataInput</code>.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">fromData</a></code> in interface <code><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd> -<dd><code>java.lang.ClassNotFoundException</code> - A class could not be loaded while reading from - <code>in</code></dd> -</dl> -</li> -</ul> -<a name="toData-java.io.DataOutput-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>toData</h4> -<pre>public void toData(java.io.DataOutput out) - throws java.io.IOException</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">DataSerializable</a></code></span></div> -<div class="block">Writes the state of this object as primitive data to the given - <code>DataOutput</code>. - <p> - Since 5.7 it is possible for any method call to the specified - <code>DataOutput</code> to throw <a href="../../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><code>GemFireRethrowable</code></a>. - It should <em>not</em> be caught by user code. - If it is it <em>must</em> be rethrown.</div> -<dl> -<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">toData</a></code> in interface <code><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></dd> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd> -</dl> -</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="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAttributes.html" target="_top">Frames</a></li> -<li><a href="ExpirationAttributes.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li><a href="#field.summary">Field</a> | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> http://git-wip-us.apache.org/repos/asf/geode-site/blob/22311e92/releases/10M2/javadoc/com/gemstone/gemfire/cache/FailedSynchronizationException.html ---------------------------------------------------------------------- diff --git a/releases/10M2/javadoc/com/gemstone/gemfire/cache/FailedSynchronizationException.html b/releases/10M2/javadoc/com/gemstone/gemfire/cache/FailedSynchronizationException.html deleted file mode 100644 index 84ae33b..0000000 --- a/releases/10M2/javadoc/com/gemstone/gemfire/cache/FailedSynchronizationException.html +++ /dev/null @@ -1,336 +0,0 @@ -<!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 (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>FailedSynchronizationException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> -<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="FailedSynchronizationException (Apache Geode 1.0.0-incubating.M2)"; - } - } - catch(err) { - } -//--> -</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="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FailedSynchronizationException.html" target="_top">Frames</a></li> -<li><a href="FailedSynchronizationException.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip.navbar.top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<!-- ======== START OF CLASS DATA ======== --> -<div class="header"> -<div class="subTitle">com.gemstone.gemfire.cache</div> -<h2 title="Class FailedSynchronizationException" class="title">Class FailedSynchronizationException</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>java.lang.Throwable</li> -<li> -<ul class="inheritance"> -<li>java.lang.Exception</li> -<li> -<ul class="inheritance"> -<li>java.lang.RuntimeException</li> -<li> -<ul class="inheritance"> -<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li> -<li> -<ul class="inheritance"> -<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li> -<li> -<ul class="inheritance"> -<li>com.gemstone.gemfire.cache.FailedSynchronizationException</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>All Implemented Interfaces:</dt> -<dd>java.io.Serializable</dd> -</dl> -<hr> -<br> -<pre>public class <span class="typeNameLabel">FailedSynchronizationException</span> -extends <a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre> -<div class="block">Thrown when a cache transaction fails to register with the - <code>UserTransaction</code> (aka JTA transaction), most likely the - cause of the <code>UserTransaction</code>'s - <code>javax.transaction.Status#STATUS_MARKED_ROLLBACK</code> - status.</div> -<dl> -<dt><span class="simpleTagLabel">Since:</span></dt> -<dd>4.0</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><code>UserTransaction.setRollbackOnly()</code>, -<code>Transaction.registerSynchronization(javax.transaction.Synchronization)</code>, -<code>Status</code>, -<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.FailedSynchronizationException">Serialized Form</a></dd> -</dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- ======== 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"> </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="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html#FailedSynchronizationException-java.lang.String-">FailedSynchronizationException</a></span>(java.lang.String msg)</code> -<div class="block">Constructs an instance of - <code>FailedSynchronizationException</code> with the - specified detail message.</div> -</td> -</tr> -<tr class="rowColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html#FailedSynchronizationException-java.lang.String-java.lang.Throwable-">FailedSynchronizationException</a></span>(java.lang.String msg, - java.lang.Throwable cause)</code> -<div class="block">Constructs an instance of - <code>FailedSynchronizationException</code> with the - specified detail message and cause.</div> -</td> -</tr> -</table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.summary"> -<!-- --> -</a> -<h3>Method Summary</h3> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException"> -<!-- --> -</a> -<h3>Methods inherited from class com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3> -<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException"> -<!-- --> -</a> -<h3>Methods inherited from class com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3> -<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Throwable</h3> -<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li> -</ul> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor.detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="FailedSynchronizationException-java.lang.String-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>FailedSynchronizationException</h4> -<pre>public FailedSynchronizationException(java.lang.String msg)</pre> -<div class="block">Constructs an instance of - <code>FailedSynchronizationException</code> with the - specified detail message.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>msg</code> - the detail message</dd> -</dl> -</li> -</ul> -<a name="FailedSynchronizationException-java.lang.String-java.lang.Throwable-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>FailedSynchronizationException</h4> -<pre>public FailedSynchronizationException(java.lang.String msg, - java.lang.Throwable cause)</pre> -<div class="block">Constructs an instance of - <code>FailedSynchronizationException</code> with the - specified detail message and cause.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>msg</code> - the detail message</dd> -<dd><code>cause</code> - the causal Throwable</dd> -</dl> -</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="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FailedSynchronizationException.html" target="_top">Frames</a></li> -<li><a href="FailedSynchronizationException.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../allclasses-noframe.html">All 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: </li> -<li>Nested | </li> -<li>Field | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li>Field | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li>Method</li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html>
