Merge branches 'ignite-593' and 'ignite-sprint-3' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-593
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e144a68f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e144a68f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e144a68f Branch: refs/heads/ignite-639 Commit: e144a68f89e156098e05c75b20d0f182cc5c47e0 Parents: d49c0d3 3629cee Author: AKuznetsov <akuznet...@gridgain.com> Authored: Tue Apr 7 10:38:07 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Tue Apr 7 10:38:07 2015 +0700 ---------------------------------------------------------------------- .../cache/eviction/fifo/FifoEvictionPolicy.java | 58 ++- .../eviction/fifo/FifoEvictionPolicyMBean.java | 16 + .../store/jdbc/CacheAbstractJdbcStore.java | 104 +++-- .../org/apache/ignite/stream/StreamVisitor.java | 2 +- .../eviction/GridCacheEvictionAbstractTest.java | 5 +- ...ridCacheFifoBatchEvictionPolicySelfTest.java | 385 +++++++++++++++++++ .../yardstick/config/benchmark-store.properties | 5 +- pom.xml | 59 ++- 8 files changed, 588 insertions(+), 46 deletions(-) ----------------------------------------------------------------------