jar

io.github.mawngo : batch4j

Maven & Gradle

Jun 14, 2024
0 stars

Batch4j · Simple batch processing library for java

Table Of Contents

Latest Version

Download io.github.mawngo : batch4j JAR file - Latest Versions:

All Versions

Download io.github.mawngo : batch4j JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window batch4j-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mawngo.batch4j.utils

├─ io.github.mawngo.batch4j.utils.BatchingIterator.class - [JAR]

├─ io.github.mawngo.batch4j.utils.CallerBlocksPolicy.class - [JAR]

├─ io.github.mawngo.batch4j.utils.ExecutorUtils.class - [JAR]

├─ io.github.mawngo.batch4j.utils.ThreadPoolSize.class - [JAR]

io.github.mawngo.batch4j.annotations

├─ io.github.mawngo.batch4j.annotations.Nullable.class - [JAR]

io.github.mawngo.batch4j.impl

├─ io.github.mawngo.batch4j.impl.BatchingProcessor.class - [JAR]

├─ io.github.mawngo.batch4j.impl.BatchingProcessorBuilder.class - [JAR]

├─ io.github.mawngo.batch4j.impl.CallerRunBatchingProcessor.class - [JAR]

├─ io.github.mawngo.batch4j.impl.CallerRunBatchingProcessorBuilder.class - [JAR]

├─ io.github.mawngo.batch4j.impl.DisabledBatchingProcessor.class - [JAR]

io.github.mawngo.batch4j

├─ io.github.mawngo.batch4j.BatchProcessors.class - [JAR]

├─ io.github.mawngo.batch4j.ParallelProcessor.class - [JAR]

├─ io.github.mawngo.batch4j.RunningProcessor.class - [JAR]

├─ io.github.mawngo.batch4j.WaitingProcessor.class - [JAR]

io.github.mawngo.batch4j.handlers

├─ io.github.mawngo.batch4j.handlers.BatchErrorHandler.class - [JAR]

├─ io.github.mawngo.batch4j.handlers.BatchHandler.class - [JAR]

├─ io.github.mawngo.batch4j.handlers.BatchMerger.class - [JAR]

├─ io.github.mawngo.batch4j.handlers.Logging.class - [JAR]

├─ io.github.mawngo.batch4j.handlers.MapUtils.class - [JAR]