You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/10/10 22:51:29 UTC

[2/2] activemq-artemis git commit: This closes #2339

This closes #2339


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d441e759
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d441e759
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d441e759

Branch: refs/heads/master
Commit: d441e7595dbd29f6f80f2d2b8da2792c5453ca77
Parents: 8c3f6cd 8f4bd7c
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Oct 10 18:50:12 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Oct 10 18:50:12 2018 -0400

----------------------------------------------------------------------
 .../jdbc/store/file/JDBCSequentialFile.java     | 30 +++++----
 .../file/JDBCSequentialFileFactoryDriver.java   | 13 +++-
 .../file/JDBCSequentialFileFactoryTest.java     | 26 ++++++++
 .../artemis/core/paging/PagingStore.java        |  2 +
 .../artemis/core/paging/PagingStoreFactory.java |  2 +
 .../core/paging/impl/PagingManagerImpl.java     |  1 +
 .../paging/impl/PagingStoreFactoryDatabase.java | 32 +++++++++
 .../core/paging/impl/PagingStoreFactoryNIO.java |  9 +++
 .../core/paging/impl/PagingStoreImpl.java       |  7 ++
 .../core/server/impl/ActiveMQServerImpl.java    | 13 ++++
 .../tests/integration/paging/PagingTest.java    | 69 ++++++++++++++++++++
 .../storage/PersistMultiThreadTest.java         |  4 ++
 .../core/paging/impl/PagingStoreImplTest.java   |  4 ++
 13 files changed, 199 insertions(+), 13 deletions(-)
----------------------------------------------------------------------