Uses of Class
com.scaleoutsoftware.modules.hosting.ParallelOperationOptions
Packages that use ParallelOperationOptions
Package
Description
Hosting package for API and MSG modules is used to host modules on a ScaleOut in-memory data grid.
-
Uses of ParallelOperationOptions in com.scaleoutsoftware.modules.hosting
Methods in com.scaleoutsoftware.modules.hosting that return ParallelOperationOptionsModifier and TypeMethodDescriptionParallelOperationOptionsBuilder.build()builds theMsgModuleOptions.Methods in com.scaleoutsoftware.modules.hosting with parameters of type ParallelOperationOptionsModifier and TypeMethodDescriptionvoidApiModule.addForEachOperation(String operationName, com.scaleoutsoftware.modules.abstractions.ForEachApiProcessor<O> processor, ParallelOperationOptions<O, Void> options) Adds a for-each operation to the API module.<R> voidApiModule.addReduceOperation(String operationName, com.scaleoutsoftware.modules.abstractions.ReduceApiProcessor<O, R> processor, ParallelOperationOptions<O, R> options) Adds a reduce operation to the API Module.