| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.correlator |
Interfaces for correlators.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.event |
Interfaces for event related functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related functionalities.
|
| org.openksavi.sponge.filter |
Interfaces for filters.
|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| org.openksavi.sponge.plugin |
Interfaces for plugins.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| org.openksavi.sponge.trigger |
Interfaces for triggers.
|
| org.openksavi.sponge.type |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessorMeta
An event processor metadata.
|
interface |
EventSetProcessorMeta
An event set processor metadata.
|
interface |
ProcessorMeta
A processor metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryMeta
A category metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionMeta
An action metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CorrelatorMeta
A correlator metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionManager
Action Manager.
|
interface |
ConfigurationManager
Configuration manager interface.
|
interface |
EngineModule
An engine module.
|
interface |
EventQueueManager
Event Queue Manager.
|
interface |
KnowledgeBaseManager
Knowledge Base Manager.
|
interface |
PluginManager
Plugin Manager.
|
interface |
ProcessingUnitManager
Processing Unit Manager.
|
interface |
ProcessorManager
Processor manager.
|
interface |
SpongeEngine
The Sponge engine.
|
interface |
StatisticsManager
Statistics Manager.
|
interface |
ThreadPoolManager
Thread Pool Manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventQueue
Event queue.
|
interface |
EventScheduler
Event scheduler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterProcessingUnit
Filter processing unit that handles filters.
|
interface |
MainProcessingUnit
Main processing unit that handles triggers, rules and correlators.
|
interface |
ProcessingUnit<T extends EventProcessorAdapter<?>>
Processing Unit.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterMeta
A filter metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KnowledgeBase
Knowledge base.
|
interface |
ScriptKnowledgeBase
Script based knowledge base.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Plugin
A plugin.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleMeta
A rule metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerMeta
A trigger metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyType
Any type.
|
class |
BinaryType
A binary (byte array) type.
|
class |
BooleanType
A boolean type.
|
class |
CollectionType<T>
A collection type.
|
class |
DataType<T>
A data type.
|
class |
DateTimeType
A date/time type.
|
class |
DynamicType
An dynamic type representing dynamically typed values.
|
class |
IntegerType
An integer type that supports long as well (internally uses
Number). |
class |
ListType<E>
A list type.
|
class |
MapType<K,V>
A map type.
|
class |
NumberType
A number type, that include both integer and floating-point numbers.
|
class |
ObjectType<T>
An object.
|
class |
RecordType
A record type.
|
class |
StringType
A string type.
|
class |
TypeType
A type representing a data type.
|
class |
VoidType
A void type that may be used to specify that an action returns no meaningful result.
|
Copyright © 2016–2019 Softelnet. All rights reserved.