All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by blockingqueue with all dependencies

Search JAR files by class name

disruptor from group com.conversantmedia (version 1.2.21)

Conversant Disruptor - very high throughput Java BlockingQueue

Group: com.conversantmedia Artifact: disruptor
Show all versions Show documentation Show source 
 

28 downloads
Artifact disruptor
Group com.conversantmedia
Version 1.2.21
Last update 18. October 2022
Organization Conversant Engineering
URL https://github.com/conversant/disruptor
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

partitioned-blocking-queue from group io.github.mobility-university (version 0.1.1)

BlockingQueue but for partitionied data to allow multi threaded streaming and keep order within partition

Group: io.github.mobility-university Artifact: partitioned-blocking-queue
Show all versions Show documentation Show source 
 

0 downloads
Artifact partitioned-blocking-queue
Group io.github.mobility-university
Version 0.1.1
Last update 20. June 2021
Organization not specified
URL https://github.com/mobility-university/partitioned-blocking-queue
License MIT License
Dependencies amount 1
Dependencies jcip-annotations,
There are maybe transitive dependencies!

oracletohivemigrator_2.12 from group io.github.queukat (version 2.0)

The Spark Universal Migrator is a data migration Spark application that fetches data from an Oracle database and stores it in a Hive database. It utilizes JDBC to connect to Oracle, processes and converts the data into a Hive-compatible schema, and then transfers it to Hive. The migration process employs iterators to generate queries for data retrieval and utilizes a BlockingQueue in conjunction with a ThreadPoolExecutor for parallel processing of data. Additionally, the application incorporates an Oracle connection pool to efficiently manage and reuse database connections, further optimizing performance and resource utilization during the migration process.

Group: io.github.queukat Artifact: oracletohivemigrator_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact oracletohivemigrator_2.12
Group io.github.queukat
Version 2.0
Last update 31. July 2023
Organization io.github.queukat
URL https://github.com/queukat/spark_oracle_hive_streaming
License Apache 2
Dependencies amount 4
Dependencies scala-library, ojdbc8, ucp, scala-logging_2.12,
There are maybe transitive dependencies!

low-latency-primitive-concurrent-queues from group uk.co.boundedbuffer (version 1.0.0)

An low latency, lock free, primitive bounded blocking queue backed by an int[]. This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue}, however works with primitive ints rather than objects, so is unable to actually implement the BlockingQueue. This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers it uses the faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.

Group: uk.co.boundedbuffer Artifact: low-latency-primitive-concurrent-queues
Show documentation Show source 
 

0 downloads
Artifact low-latency-primitive-concurrent-queues
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!



Page 1 from 1 (items total 4)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy