Uses of Interface
com.loomcache.server.executor.ExecutorTaskAllowlist
Packages that use ExecutorTaskAllowlist
-
Uses of ExecutorTaskAllowlist in com.loomcache.server.executor
Methods in com.loomcache.server.executor that return ExecutorTaskAllowlistModifier and TypeMethodDescriptionstatic ExecutorTaskAllowlistExecutorTaskAllowlist.fromKryoRegistrations(KryoSerializer kryoSerializer) Allow task classes only when deployment code explicitly registered the exact class with the shared Kryo serializer. -
Uses of ExecutorTaskAllowlist in com.loomcache.server.handler
Constructors in com.loomcache.server.handler with parameters of type ExecutorTaskAllowlistModifierConstructorDescriptionExecutorServiceHandler(DataStructureRegistry registry, int instanceNumber, KryoSerializer kryoSerializer, ExecutorTaskAllowlist taskAllowlist) ExecutorServiceHandler(DataStructureRegistry registry, int instanceNumber, KryoSerializer kryoSerializer, ExecutorTaskAllowlist taskAllowlist, BooleanSupplier executionEnabled) ExecutorServiceHandler(DataStructureRegistry registry, int instanceNumber, KryoSerializer kryoSerializer, ExecutorTaskAllowlist taskAllowlist, BooleanSupplier executionEnabled, int maxTaskPayloadBytes)