public class TriggerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<TriggerInfo>> |
KEYSPACE_TRIGGER_INFO_LIST |
| Constructor and Description |
|---|
TriggerInfo(String name,
String description,
String lastError,
long numFinished,
long numSuccess,
long numFailed,
long numTrigger,
long lastExecutionTime,
long totalExecutionTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLastError() |
long |
getLastExecutionTime() |
String |
getName() |
long |
getNumFailed() |
long |
getNumFinished() |
long |
getNumSuccess() |
long |
getNumTrigger() |
long |
getTotalExecutionTime() |
public static final Builder<List<TriggerInfo>> KEYSPACE_TRIGGER_INFO_LIST
public String getName()
public String getDescription()
public String getLastError()
public long getLastExecutionTime()
public long getNumFailed()
public long getNumFinished()
public long getNumSuccess()
public long getNumTrigger()
public long getTotalExecutionTime()
Copyright © 2024. All rights reserved.