jar

com.imperva.stepping : stepping

Maven & Gradle

Oct 20, 2022
10 stars

Stepping · Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.

Table Of Contents

Latest Version

Download com.imperva.stepping : stepping JAR file - Latest Versions:

All Versions

Download com.imperva.stepping : stepping JAR file - All Versions:

Version Vulnerabilities Size Updated
5.0.x
4.0.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.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 stepping-5.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.imperva.stepping

├─ com.imperva.stepping.Algo.class - [JAR]

├─ com.imperva.stepping.AlgoConfig.class - [JAR]

├─ com.imperva.stepping.AlgoDecorator.class - [JAR]

├─ com.imperva.stepping.AlgoDecoratorLauncher.class - [JAR]

├─ com.imperva.stepping.All2AllDistributionStrategy.class - [JAR]

├─ com.imperva.stepping.BuiltinSubjectType.class - [JAR]

├─ com.imperva.stepping.BuiltinTypes.class - [JAR]

├─ com.imperva.stepping.Container.class - [JAR]

├─ com.imperva.stepping.ContainerDefaultImpl.class - [JAR]

├─ com.imperva.stepping.ContainerRegistrar.class - [JAR]

├─ com.imperva.stepping.ContainerService.class - [JAR]

├─ com.imperva.stepping.Data.class - [JAR]

├─ com.imperva.stepping.Distribution.class - [JAR]

├─ com.imperva.stepping.EvenDistributionStrategy.class - [JAR]

├─ com.imperva.stepping.FollowRequest.class - [JAR]

├─ com.imperva.stepping.Follower.class - [JAR]

├─ com.imperva.stepping.IAlgoDecorator.class - [JAR]

├─ com.imperva.stepping.IDistributionStrategy.class - [JAR]

├─ com.imperva.stepping.IExceptionHandler.class - [JAR]

├─ com.imperva.stepping.IIdentity.class - [JAR]

├─ com.imperva.stepping.IRunning.class - [JAR]

├─ com.imperva.stepping.IStepDecorator.class - [JAR]

├─ com.imperva.stepping.ISubject.class - [JAR]

├─ com.imperva.stepping.Identifiable.class - [JAR]

├─ com.imperva.stepping.IdentifiableSteppingError.class - [JAR]

├─ com.imperva.stepping.IdentifiableSteppingException.class - [JAR]

├─ com.imperva.stepping.LauncherResults.class - [JAR]

├─ com.imperva.stepping.Message.class - [JAR]

├─ com.imperva.stepping.MonitorAgent.class - [JAR]

├─ com.imperva.stepping.MonitorStepConfig.class - [JAR]

├─ com.imperva.stepping.OfferAll2AllDistributionStrategy.class - [JAR]

├─ com.imperva.stepping.PerfSamplerStepConfig.class - [JAR]

├─ com.imperva.stepping.Q.class - [JAR]

├─ com.imperva.stepping.RemoteController.class - [JAR]

├─ com.imperva.stepping.RemoteControllers.class - [JAR]

├─ com.imperva.stepping.RunnersController.class - [JAR]

├─ com.imperva.stepping.Running.class - [JAR]

├─ com.imperva.stepping.RunningScheduled.class - [JAR]

├─ com.imperva.stepping.SharedDistributionStrategy.class - [JAR]

├─ com.imperva.stepping.Shouter.class - [JAR]

├─ com.imperva.stepping.StatisticsCalculator.class - [JAR]

├─ com.imperva.stepping.StatisticsReport.class - [JAR]

├─ com.imperva.stepping.Step.class - [JAR]

├─ com.imperva.stepping.StepConfig.class - [JAR]

├─ com.imperva.stepping.StepDecorator.class - [JAR]

├─ com.imperva.stepping.Stepping.class - [JAR]

├─ com.imperva.stepping.SteppingDistributionException.class - [JAR]

├─ com.imperva.stepping.SteppingError.class - [JAR]

├─ com.imperva.stepping.SteppingException.class - [JAR]

├─ com.imperva.stepping.SteppingExceptionError.class - [JAR]

├─ com.imperva.stepping.SteppingExternalProperties.class - [JAR]

├─ com.imperva.stepping.SteppingLauncher.class - [JAR]

├─ com.imperva.stepping.SteppingLauncherTimeoutException.class - [JAR]

├─ com.imperva.stepping.SteppingProperties.class - [JAR]

├─ com.imperva.stepping.SteppingSystemCriticalException.class - [JAR]

├─ com.imperva.stepping.SteppingSystemException.class - [JAR]

├─ com.imperva.stepping.StepsRuntimeMetadata.class - [JAR]

├─ com.imperva.stepping.StringUtils.class - [JAR]

├─ com.imperva.stepping.Subject.class - [JAR]

├─ com.imperva.stepping.SubjectUpdateEvent.class - [JAR]

├─ com.imperva.stepping.SystemStep.class - [JAR]

├─ com.imperva.stepping.SystemStepExternalConfig.class - [JAR]

├─ com.imperva.stepping.SystemStepLauncherListener.class - [JAR]

├─ com.imperva.stepping.SystemStepMonitor.class - [JAR]

├─ com.imperva.stepping.SystemStepPerfSampler.class - [JAR]

├─ com.imperva.stepping.VisualStep.class - [JAR]

├─ com.imperva.stepping.Visualizer.class - [JAR]

Advertisement