ThreadPool (Dev)

Description

ThreadPool is a Floodlight module wrapper for a Java's ScheduledExecutorService. It can be used to have threads be run at specific times or periodically.

Services Provided

  • IThreadPoolService

Service Dependencies

  • None

Java File

The module is implemented in net.floodlightcontroller.threadpool.ThreadPool.

How it works

Please see Java's documentation here.

Limitations

  • None

Configuration

This module is enabled by default, no extra configuration is needed.

Configuration Options

None.

REST API

None.