jar

io.github.thibaultmeyer : mupipe

Maven & Gradle

Mar 19, 2023
1 stars

μPipe · Pipeline microframework for data processing

Table Of Contents

Latest Version

Download io.github.thibaultmeyer : mupipe JAR file - Latest Versions:

All Versions

Download io.github.thibaultmeyer : mupipe JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.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 mupipe-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.thibaultmeyer.mupipe.exception

├─ io.github.thibaultmeyer.mupipe.exception.PipelineException.class - [JAR]

io.github.thibaultmeyer.mupipe.source

├─ io.github.thibaultmeyer.mupipe.source.CollectionSource.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.source.IteratorSource.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.source.NetworkUDPSource.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.source.Source.class - [JAR]

io.github.thibaultmeyer.mupipe.task

├─ io.github.thibaultmeyer.mupipe.task.AbstractRouterTask.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.task.AccumulatorTask.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.task.FilterTask.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.task.GroupByTask.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.task.IndexedRouterTask.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.task.NamedRouterTask.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.task.Task.class - [JAR]

io.github.thibaultmeyer.mupipe.datastore

├─ io.github.thibaultmeyer.mupipe.datastore.DataStore.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.datastore.DataStoreKey.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.datastore.ValueType.class - [JAR]

io.github.thibaultmeyer.mupipe

├─ io.github.thibaultmeyer.mupipe.Pipeline.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.PipelineBuilder.class - [JAR]

io.github.thibaultmeyer.mupipe.sink

├─ io.github.thibaultmeyer.mupipe.sink.CollectionSink.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.sink.DataStoreSink.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.sink.NetworkUDPSink.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.sink.PrintStreamOutputSink.class - [JAR]

├─ io.github.thibaultmeyer.mupipe.sink.Sink.class - [JAR]