- mapValuesToAttributes(Object[], List<String>) - Static method in class io.siddhi.extension.store.mongodb.util.MongoTableUtils
-
Utility method tp map the values to the respective attributes before database writes.
- MAX_CONNECTION_IDLE_TIME - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MAX_CONNECTION_LIFE_TIME - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MAX_WAIT_TIME - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MIN_CONNECTIONS_PER_HOST - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MIN_HEARTBEAT_FREQUENCY - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_AND_FILTER - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_EQUAL - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_FILTER - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_GREATER_THAN - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_GREATER_THAN_EQUAL - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_LESS_THAN - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_LESS_THAN_EQUAL - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_COMPARE_NOT_EQUAL - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_IS_NULL_FILTER - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_NOT - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_NOT_FILTER - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MONGO_OR_FILTER - Static variable in class io.siddhi.extension.store.mongodb.util.MongoTableConstants
-
- MongoCompiledCondition - Class in io.siddhi.extension.store.mongodb
-
Implementation class of CompiledCondition corresponding to the MongoDB Event Table.
- MongoCompiledCondition(String, Map<String, Object>) - Constructor for class io.siddhi.extension.store.mongodb.MongoCompiledCondition
-
- MongoDBEventTable - Class in io.siddhi.extension.store.mongodb
-
Class representing MongoDB Event Table implementation.
- MongoDBEventTable() - Constructor for class io.siddhi.extension.store.mongodb.MongoDBEventTable
-
- MongoExpressionVisitor - Class in io.siddhi.extension.store.mongodb
-
Class which is used by the Siddhi runtime for instructions on converting the SiddhiQL condition to the condition
format understood by the MongoDB.
- MongoExpressionVisitor() - Constructor for class io.siddhi.extension.store.mongodb.MongoExpressionVisitor
-
- MongoIterator - Class in io.siddhi.extension.store.mongodb
-
A class representing a RecordIterator which is responsible for processing MongoDB Event Table find() operations in a
streaming fashion.
- MongoIterator(FindIterable, List<String>) - Constructor for class io.siddhi.extension.store.mongodb.MongoIterator
-
- MongoSetExpressionVisitor - Class in io.siddhi.extension.store.mongodb
-
Class which is used by the Siddhi runtime for instructions on converting the SiddhiQL condition to the condition
format understood by the MongoDB.
- MongoSetExpressionVisitor() - Constructor for class io.siddhi.extension.store.mongodb.MongoSetExpressionVisitor
-
- MongoTableConstants - Class in io.siddhi.extension.store.mongodb.util
-
Class which holds the constants required by the MongoDB Event Table implementation.
- MongoTableException - Exception in io.siddhi.extension.store.mongodb.exception
-
Represents an unchecked exception which may be thrown during runtime, from which we may not expect the Siddhi runtime
to recover.
- MongoTableException(String) - Constructor for exception io.siddhi.extension.store.mongodb.exception.MongoTableException
-
- MongoTableException(String, Throwable) - Constructor for exception io.siddhi.extension.store.mongodb.exception.MongoTableException
-
- MongoTableUtils - Class in io.siddhi.extension.store.mongodb.util
-
Class which holds the utility methods which are used by various units in the MongoDB Event Table implementation.