public class TriggerExecutor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TriggerExecutor |
instance |
Modifier and Type | Method and Description |
---|---|
ColumnFamily |
execute(java.nio.ByteBuffer key,
ColumnFamily updates) |
java.util.Collection<Mutation> |
execute(java.util.Collection<? extends IMutation> mutations) |
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 ColumnFamily execute(java.nio.ByteBuffer key, ColumnFamily updates) throws InvalidRequestException
InvalidRequestException
public java.util.Collection<Mutation> execute(java.util.Collection<? extends IMutation> mutations) throws InvalidRequestException
InvalidRequestException
public ITrigger loadTriggerInstance(java.lang.String triggerName) throws java.lang.Exception
java.lang.Exception
Copyright © 2014 The Apache Software Foundation