public class TriggerExecutor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TriggerExecutor |
instance |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RowMutation> |
execute(java.util.Collection<? extends IMutation> updates) |
ITrigger |
loadTriggerInstance(java.lang.String triggerName) |
void |
reloadClasses()
Reload the triggers which is already loaded, Invoking this will update
the class loader so new jars can be loaded.
|
public static final TriggerExecutor instance
public void reloadClasses()
public java.util.Collection<RowMutation> execute(java.util.Collection<? extends IMutation> updates) throws InvalidRequestException
InvalidRequestException
public ITrigger loadTriggerInstance(java.lang.String triggerName) throws java.lang.Exception
java.lang.Exception
Copyright © 2013 The Apache Software Foundation