Uses of Class
com.swiftmq.impl.streams.comp.memory.MemoryGroup
-
Uses of MemoryGroup in com.swiftmq.impl.streams
Modifier and TypeMethodDescriptionStream.addMemoryGroup
(String name, MemoryGroup memoryGroup) Internal use onlyStream.getMemoryGroups()
Internal use onlyStream.memoryGroup
(String name) Returns the MemoryGroup with the given name.StreamBuilder.memoryGroup
(String name, String groupPropertyName) Creates a new MemoryGroupModifier and TypeMethodDescriptionStream.addMemoryGroup
(String name, MemoryGroup memoryGroup) Internal use onlyvoid
Stream.removeMemoryGroup
(MemoryGroup memoryGroup) Internal use only -
Uses of MemoryGroup in com.swiftmq.impl.streams.comp.memory
Modifier and TypeMethodDescriptionAdds a Message to this MemoryGroup.MemoryGroup.checkLimit()
Checks inactivity and calls checkLimit() on each Memory of this MemoryGroupGroupInactivityTimeout.onCreate
(MemoryCreateCallback callback) Registers a MemoryCreateCallback at the MemoryGroupMemoryGroup.onCreate
(MemoryCreateCallback callback) Registers a MemoryCreateCallback (mandatory)GroupInactivityTimeout.onRemove
(MemoryRemoveCallback callback) Registers a MemoryRemoveCallback at the MemoryGroupMemoryGroup.onRemove
(MemoryRemoveCallback callback) Registers a MemoryRemoveCallback (optional)MemoryGroup.removeMemory
(Comparable key) Removes a Memory from this MemoryGroup.