Methods
Modifier and Type |
Method and Description |
static void |
configHibernate(org.hibernate.cfg.Configuration config) |
EventChannelPair |
createEventChannelPair(StatefulEvent event,
ChannelImpl chan,
EventStationPair esp) |
EventNetworkPair |
createEventNetworkPair(StatefulEvent event,
NetworkAttrImpl net) |
EventStationPair |
createEventStationPair(StatefulEvent event,
StationImpl station) |
static java.lang.Class<? extends AbstractEventChannelPair> |
discoverDbEcpClass() |
java.util.List<AbstractEventChannelPair> |
getAll(CacheEvent event) |
java.util.List<RecordSectionItem> |
getBestForRecordSection(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event) |
java.util.List<ChannelImpl> |
getChannelsForRecordSection(java.lang.String orientationId,
CacheEvent event,
boolean best) |
SodConfig |
getConfig(int configid) |
SodConfig |
getCurrentConfig() |
Version |
getDBVersion() |
EventChannelPair |
getECP(CacheEvent event,
ChannelImpl chan) |
java.lang.Class<? extends AbstractEventChannelPair> |
getEcpClass() |
java.util.List<CacheEvent> |
getEventsForStation(StationImpl sta) |
java.util.List<AbstractEventChannelPair> |
getFailed(CacheEvent event) |
java.util.List<AbstractEventChannelPair> |
getFailed(CacheEvent event,
StationImpl station) |
java.util.List<AbstractEventChannelPair> |
getFailed(StationImpl station) |
int |
getMaxRetries() |
TimeInterval |
getMinRetryDelay() |
AbstractEventChannelPair |
getNextECP()
next successful event-channel to process.
|
AbstractEventChannelPair |
getNextECPFromCache()
next successful event-station to process from memory cache.
|
EventNetworkPair |
getNextENP()
next successful event-network to process.
|
EventNetworkPair |
getNextENPFromCache()
next successful event-network to process from cache.
|
EventStationPair |
getNextESP()
next successful event-station to process.
|
EventStationPair |
getNextESPFromCache()
next successful event-station to process from memory cache.
|
AbstractEventChannelPair |
getNextRetryECPFromCache() |
int |
getNumEventNetworkWorkUnits(Standing standing) |
int |
getNumFailed(CacheEvent event) |
int |
getNumFailed(CacheEvent event,
StationImpl station) |
int |
getNumFailed(StationImpl station) |
int |
getNumRetry(CacheEvent event) |
int |
getNumRetry(CacheEvent event,
StationImpl station) |
int |
getNumRetry(StationImpl station) |
int |
getNumSuccessful() |
int |
getNumSuccessful(CacheEvent event) |
int |
getNumSuccessful(CacheEvent event,
StationImpl station) |
int |
getNumSuccessful(StationImpl station) |
int |
getNumWorkUnits(Standing standing) |
QueryTime |
getQueryTime(java.lang.String serverName,
java.lang.String serverDNS) |
java.util.List<java.lang.String> |
getRecordSectionId(CacheEvent event)
Finds the recordsectionids for this event
|
RecordSectionItem |
getRecordSectionItem(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event,
ChannelImpl channel) |
RecordSectionItem |
getRecordSectionItemForEvent(CacheEvent event,
ChannelImpl channel) |
java.util.List<RecordSectionItem> |
getRecordSectionItemList(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event) |
java.util.List<java.lang.String> |
getRecordSectionOrientations(CacheEvent event)
Finds the recordsection orientationids for this event
|
java.util.List<AbstractEventChannelPair> |
getRetry(CacheEvent event) |
java.util.List<AbstractEventChannelPair> |
getRetry(CacheEvent event,
StationImpl station) |
java.util.List<AbstractEventChannelPair> |
getRetry(StationImpl station) |
java.util.List<AbstractEventChannelPair> |
getRetryToDo() |
static SodDB |
getSingleton() |
java.util.List<StationImpl> |
getStationsForEvent(CacheEvent event) |
java.util.List<StationImpl> |
getStationsForRecordSection(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event,
boolean best) |
java.util.List<AbstractEventChannelPair> |
getSuccessful(CacheEvent event) |
java.util.List<AbstractEventChannelPair> |
getSuccessful(CacheEvent event,
StationImpl station) |
java.util.List<AbstractEventChannelPair> |
getSuccessful(StationImpl station) |
java.util.List<CacheEvent> |
getSuccessfulEventsForStation(StationImpl sta) |
java.util.List<StationImpl> |
getSuccessfulStationsForEvent(CacheEvent event) |
java.util.List<CacheEvent> |
getUnsuccessfulEventsForStation(StationImpl sta) |
java.util.List<StationImpl> |
getUnsuccessfulStationsForEvent(CacheEvent event) |
void |
initHQLStmts() |
boolean |
isECPTodo() |
boolean |
isENPTodo() |
boolean |
isESPTodo() |
boolean |
isRetryTodo() |
java.util.List<EventStationPair> |
loadESPForNetwork(StatefulEvent event,
NetworkAttrImpl net) |
void |
offerEventChannelPair(java.util.List<AbstractEventChannelPair> chanPairList) |
void |
offerEventNetworkPairs(java.util.List<EventNetworkPair> staPairList) |
void |
offerEventStationPair(java.util.List<EventStationPair> staPairList) |
void |
populateECPToDo() |
void |
populateENPToDo() |
void |
populateESPToDo() |
void |
populateRetryToDo() |
EventVectorPair |
put(EventVectorPair eventVectorPair) |
long |
put(RecordSectionItem item) |
int |
putConfig(SodConfig sodConfig) |
protected Version |
putDBVersion() |
int |
putQueryTime(QueryTime qtime) |
java.util.List<RecordSectionItem> |
recordSectionsForEvent(CacheEvent event) |
void |
reopenSuspendedEventChannelPairs(java.lang.String processingRule,
boolean vector) |
static void |
setDefaultEcpClass(java.lang.Class<? extends AbstractEventChannelPair> ecpClass) |
boolean |
updateBestForRecordSection(java.lang.String orientationId,
java.lang.String recordSectionId,
CacheEvent event,
ChannelId[] channelIds) |