You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2020/01/24 14:54:44 UTC

[accumulo] branch master updated (dfceef6 -> 41310c5)

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from dfceef6  Always stop transport pool closer thread #1449 (#1481)
     add 41310c5  Add iterators to Apilyzer and document SPI (#1426)

No new revisions were added by this update.

Summary of changes:
 core/pom.xml                                       |   8 +-
 .../PluginEnvironment.java}                        |  40 ++++----
 .../core/iterators/IteratorEnvironment.java        |  20 +++-
 .../core/iterators/user/TransformingIterator.java  |   2 +-
 .../core/iterators/user/VisibilityFilter.java      |   2 +-
 .../apache/accumulo/core/spi/cache/BlockCache.java |   1 +
 .../accumulo/core/spi/cache/BlockCacheManager.java |   1 +
 .../core/spi/common/ServiceEnvironment.java        | 107 ++-------------------
 .../accumulo/core/spi/crypto/CryptoService.java    |   1 +
 .../org/apache/accumulo/core/spi/package-info.java |  59 ++++++++++++
 .../accumulo/core/spi/scan/ScanDispatcher.java     |   1 +
 .../accumulo/core/spi/scan/ScanPrioritizer.java    |   1 +
 pom.xml                                            |   1 +
 13 files changed, 116 insertions(+), 128 deletions(-)
 copy core/src/main/java/org/apache/accumulo/core/{spi/common/ServiceEnvironment.java => client/PluginEnvironment.java} (81%)
 create mode 100644 core/src/main/java/org/apache/accumulo/core/spi/package-info.java