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

bbende pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 7f0b188  NIFI-7531 - changed RW to RO access requirement on autoload 
NARs directory
     new 0e61dbc  NIFI-7373 Added new methods to DistributedMapCacheClient for 
bulk get and put. Updated HBase 1.1.2 clients. Added HBase 2 support. Added 
Redis support.
     new 99b3780  NIFI-7373 Setting TTL on keys in Redis putAll

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../RedisDistributedMapCacheClientService.java     | 30 ++++++++++
 .../ITRedisDistributedMapCacheClientService.java   | 16 ++++++
 .../cache/client/DistributedMapCacheClient.java    | 25 +++++++--
 .../hbase/HBase_1_1_2_ClientMapCacheService.java   | 17 ++++++
 .../nifi/hbase/HBase_1_1_2_ClientService.java      |  2 +-
 .../apache/nifi/hbase/MockHBaseClientService.java  | 30 ++++++++++
 .../TestHBase_1_1_2_ClientMapCacheService.java     | 65 ++++++++++++++++++++++
 .../nifi/hbase/HBase_2_ClientMapCacheService.java  | 17 ++++++
 .../apache/nifi/hbase/HBase_2_ClientService.java   |  2 +-
 .../apache/nifi/hbase/MockHBaseClientService.java  | 30 ++++++++++
 .../hbase/TestHBase_2_ClientMapCacheService.java   | 65 ++++++++++++++++++++++
 11 files changed, 293 insertions(+), 6 deletions(-)

Reply via email to