Package org.apache.cassandra.triggers


package org.apache.cassandra.triggers
  • Class
    Description
    Custom class loader will load the classes from the class path, CCL will load the classes from the URL first, if it cannot find the required class it will let the parent class loader do its job.
    Trigger interface, For every partition update received by the coordinator ITrigger.augment(Partition) is called.