http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/fb1ba1f9/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
--
diff --git
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
deleted file mode 100644
index 1341ab9..000
---
a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
+++ /dev/null
@@ -1,345 +0,0 @@
-http://www.w3.org/TR/html4/loose.dtd";>
-
-
-
-
-CustomEvictionAttributes (Apache Geode
1.0.0-incubating.M2-SNAPSHOT)
-
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-com.gemstone.gemfire.cache
-Class
CustomEvictionAttributes
-
-
-
-java.lang.Object
-
-
-com.gemstone.gemfire.cache.CustomEvictionAttributes
-
-
-
-
-
-
-
-
-public abstract class CustomEvictionAttributes
-extends java.lang.Object
-Custom eviction attributes including EvictionCriteria and evictor
- start time and frequency, if any.
-
-Since:
-gfxd 1.0
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Modifier
-Constructor and Description
-
-
-protected
-CustomEvictionAttributes(EvictionCriteria,?> criteria,
-long startTime,
-long interval,
-boolean evictIncoming)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All Methods Instance Methods Concrete Methods
-
-Modifier and Type
-Method and Description
-
-
- EvictionCriteria
-getCriteria()
-Get the EvictionCriteria for this custom
eviction.
-
-
-
-long
-getEvictorInterval()
-The intervals at which the periodic evictor task is fired
and
- EvictionCriteria evaluated to
evict entries.
-
-
-
-long
-getEvictorStartTime()
-The absolute start time in milliseconds (as returned by
- System.currentTimeMillis()) when the evictor will be first
fired.
-
-
-
-boolean
-isEvictIncoming()
-If this returns true, then the criteria should always be
applied to
- incoming entries and never as a periodic task.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-CustomEvictionAttributes
-protected CustomEvictionAttributes(EvictionCriteria,?> criteria,
- long startTime,
- long interval,
- boolean evictIncoming)
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getCriteria
-public EvictionCriteria getCriteria()
-Get the EvictionCriteria for this custom
eviction. The criteria
- will be applied to the region entries either periodically as per
- getEvictorStartTime()
and getEvictorInterval(),
or on
- incoming puts if isEvictIncoming()
is true.
-
-
-
-
-
-
-
-getEvictorStartTime
-public final long getEvictorStartTime()
-The absolute start time in milliseconds (as returned by
- System.currentTimeMillis()) when the evictor will be first fired.
- Thereafter the evictor will be fired periodically every
- getEvictorInterval()
milliseconds.
-
-
-
-
-
-
-
-getEvictorInterval
-public final long getEvictorInterval()
-The intervals at which the periodic evictor task is fired
and
- EvictionCriteria evaluated to
evict entries.
-
-
-
-
-
-
-
-isEvictIncoming
-public final boolean isEvictIncoming()
-If this returns true, then the criteria should always be
applied to
- incoming entries and never as a periodic task.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev Class
-Next Class
-
-
-Frames
-No Frames
-
-
-All Classes
-
-
-
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested |
+Field |
+Constr |
+Method
+
+
+Detail:
+Field |
+Constr |
+Method
+
+
+
+
+
+
+
+
+com.gemstone.gemfire.cache
+Class
CustomEvictionAttributes
+
+
+
+java.lang.Object
+
+
+com.gemstone.gemfire.cache.CustomEvictionAttributes
+
+
+
+
+
+
+
+
+public abstract class CustomEvictionAttributes
+extends java.lang.Object
+Custom eviction attributes including EvictionCriteria and evictor
+ start time and frequency, if any.
+
+Since:
+gfxd 1.0
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Modifier
+Constructor and Description
+
+
+protected
+CustomEvictionAttributes(EvictionCriteria,?> criteria,
+long startTime,
+long interval,
+boolean evictIncoming)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+ EvictionCriteria
+getCriteria()
+Get the EvictionCriteria for this custom
eviction.
+
+
+
+long
+getEvictorInterval()
+The intervals at which the periodic evictor task is fired
and
+ EvictionCriteria evaluated to
evict entries.
+
+
+
+long
+getEvictorStartTime()
+The absolute start time in milliseconds (as returned by
+ System.currentTimeMillis()) when the evictor will be first
fired.
+
+
+
+boolean
+isEvictIncoming()
+If this returns true, then the criteria should always be
applied to
+ incoming entries and never as a periodic task.
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+CustomEvictionAttributes
+protected CustomEvictionAttributes(EvictionCriteria,?> criteria,
+ long startTime,
+ long interval,
+ boolean evictIncoming)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getCriteria
+public EvictionCriteria getCriteria()
+Get the EvictionCriteria for this custom
eviction. The criteria
+ will be applied to the region entries either periodically as per
+ getEvictorStartTime()
and getEvictorInterval(),
or on
+ incoming puts if isEvictIncoming()
is true.
+
+
+
+
+
+
+
+getEvictorStartTime
+public final long getEvictorStartTime()
+The absolute start time in milliseconds (as returned by
+ System.currentTimeMillis()) when the evictor will be first fired.
+ Thereafter the evictor will be fired periodically every
+ getEvictorInterval()
milliseconds.
+
+
+
+
+
+
+
+getEvictorInterval
+public final long getEvictorInterval()
+The intervals at which the periodic evictor task is fired
and
+ EvictionCriteria evaluated to
evict entries.
+
+
+
+
+
+
+
+isEvictIncoming
+public final boolean isEvictIncoming()
+If this returns true, then the criteria should always be
applied to
+ incoming entries and never as a periodic task.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+