Package | Description |
---|---|
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.space.events | |
com.j_spaces.core.server.processor | |
com.j_spaces.kernel |
Provides GigaSpaces low level services
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateExpirationManager
a 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.
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceDataEventDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
Processor
Main logic handler inside engine.
|
Modifier and Type | Method and Description |
---|---|
IConsumerObject<E> |
WorkingGroup.getConsumerObject() |
Constructor and Description |
---|
WorkingGroup(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.
|
Copyright © GigaSpaces.