Uses of Interface
com.j_spaces.kernel.IConsumerObject
Packages that use IConsumerObject
Package
Description
Provides GigaSpaces low level services
-
Uses of IConsumerObject in com.gigaspaces.internal.server.space
Classes in com.gigaspaces.internal.server.space that implement IConsumerObjectModifier and TypeClassDescriptionclassa time based service that is responsible of sending back an empty response back to the client when the template timeout is reached and no answer is found. -
Uses of IConsumerObject in com.gigaspaces.internal.server.space.events
Classes in com.gigaspaces.internal.server.space.events that implement IConsumerObject -
Uses of IConsumerObject in com.j_spaces.core.server.processor
Classes in com.j_spaces.core.server.processor that implement IConsumerObject -
Uses of IConsumerObject in com.j_spaces.kernel
Methods in com.j_spaces.kernel that return IConsumerObjectConstructors in com.j_spaces.kernel with parameters of type IConsumerObjectModifierConstructorDescriptionWorkingGroup(IConsumerObject<E> consumerObject, int priority, String wgName, int minPoolSize, int maxPoolSize, long keepAliveTime) Constructs a working-group that creates new threads as needed, but will reuse previously constructed threads when they are available.WorkingGroup(IConsumerObject<E> consumerObject, int priority, String wgName, int minPoolSize, int maxPoolSize, long keepAliveTime, int capacity, long waitTime) Constructs a working-group that creates new threads as needed, but will reuse previously constructed threads when they are available.