Package | Description |
---|---|
com.gigaspaces.internal.io | |
com.gigaspaces.internal.utils.pool | |
com.gigaspaces.lrmi |
Provides GigaSpaces LRMI (Light-RMI) package.
|
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.transaction | |
com.j_spaces.kernel.pool | |
org.openspaces.persistency.cassandra.pool |
Modifier and Type | Class and Description |
---|---|
protected static class |
CompressedMarshObjectConvertor.CompressedMarshObjectConvertorFactory |
protected static class |
MarshObjectConvertor.MarshObjectConvertorFactory |
Modifier and Type | Method and Description |
---|---|
static IResourceFactory<CompressedMarshObjectConvertor> |
CompressedMarshObjectConvertor.getFactory() |
static IResourceFactory<MarshObjectConvertor> |
MarshObjectConvertor.getFactory() |
Modifier and Type | Interface and Description |
---|---|
interface |
IMemoryAwareResourceFactory<R extends IMemoryAwareResource> |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactory |
Modifier and Type | Class and Description |
---|---|
class |
EntryArrivedPacketsFactory
a factory for entry-arrived packets, which holds an inner bound pool which fills on-demand.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadWriteLockFactory |
Constructor and Description |
---|
BlockingResourcePool(IResourceFactory<R> resourceFactory,
int minResources,
int maxResources)
Creates a new Resources Pool with the specified resourceFactory, and max Resources.
|
BlockingResourcePool(IResourceFactory<R> resourceFactory,
int minResources,
int maxResources,
R[] initialResources)
Creates a new Resources Pool with the specified resourceFactory, and max Resources.
|
ResourcePool(IResourceFactory<R> resourceFactory,
int minResources,
int maxResources)
Creates a new Resources Pool with the specified resourceFactory, and max Resources.
|
ResourcePool(IResourceFactory<R> resourceFactory,
int minResources,
int maxResources,
R[] initialResources)
Creates a new Resources Pool with the specified resourceFactory, and max Resources.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionResourceFactory
A
IResourceFactory for obtaining ConnectionResource instances. |
Copyright © GigaSpaces.