Class CassandraConnectorTask.ProcessorGroup

  • Enclosing class:
    CassandraConnectorTask

    public static class CassandraConnectorTask.ProcessorGroup
    extends Object
    A processor group consist of one or more processors; each processor will be running on a separate thread. The processors are interdependent of one another: if one of the processors is stopped, all other processors will be signaled to stop as well.
    • Constructor Detail

      • ProcessorGroup

        ProcessorGroup()
    • Method Detail

      • isRunning

        public boolean isRunning()
      • start

        void start()
      • terminate

        void terminate()