Package com.illumon.iris.controller
Class InWorkerServiceJvmArgs
java.lang.Object
com.illumon.iris.controller.InWorkerServiceJvmArgs
- All Implemented Interfaces:
Function<PersistentQueryConfiguration,Collection<String>>
public class InWorkerServiceJvmArgs extends Object implements Function<PersistentQueryConfiguration,Collection<String>>
Provide extra JVM arguments for the in-worker service queries. If it's a
InWorkerServiceSetupQuery.SERVICE_TYPE_LAS
,
make sure LAS-based logging is turned off and provide a unique internal partition value.-
Constructor Summary
Constructors Constructor Description InWorkerServiceJvmArgs()
-
Method Summary
Modifier and Type Method Description Collection<String>
apply(PersistentQueryConfiguration persistentQueryConfiguration)
-
Constructor Details
-
InWorkerServiceJvmArgs
public InWorkerServiceJvmArgs()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<PersistentQueryConfiguration,Collection<String>>
-