Uses of Class
com.swiftmq.impl.streams.comp.memory.MemoryGroup
Packages that use MemoryGroup
-
Uses of MemoryGroup in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return MemoryGroupModifier 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 MemoryGroupMethods in com.swiftmq.impl.streams with parameters of type 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
Methods in com.swiftmq.impl.streams.comp.memory that return MemoryGroupModifier 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.