Class Index
java.lang.Object
com.swiftmq.impl.streams.comp.memory.Index
Property Index that helds Property Values and References to Messages.
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Method Summary
Modifier and TypeMethodDescriptionSelects all Messages with a specific Property Value from the associated Memory and returns the result as new non-queue Memory.name()
Returns the name of this Index (= Property Name)Removes all Messages with a specific Property Value from the associated Memory.toString()
-
Method Details
-
name
Returns the name of this Index (= Property Name)- Returns:
- Name
-
get
Selects all Messages with a specific Property Value from the associated Memory and returns the result as new non-queue Memory.- Parameters:
value
- Property Value- Returns:
- Result
- Throws:
Exception
-
remove
Removes all Messages with a specific Property Value from the associated Memory.- Parameters:
value
- Property Value- Returns:
- Index (this)
- Throws:
Exception
-
toString
-