| Package | Description | 
|---|---|
| com.gigaspaces.internal.io | |
| com.gigaspaces.internal.server.space.events | |
| com.gigaspaces.internal.server.space.redolog.storage.bytebuffer | |
| com.gigaspaces.internal.utils.pool | |
| com.gigaspaces.lrmi | 
 Provides GigaSpaces LRMI (Light-RMI) package. 
 | 
| com.gigaspaces.lrmi.nio | |
| com.j_spaces.core | 
 Provides Space properties and security context services 
 | 
| com.j_spaces.core.server.processor | |
| com.j_spaces.core.transaction | |
| com.j_spaces.kernel.pool | |
| org.openspaces.persistency.cassandra.pool | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MarshObjectConvertorResource  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CompressedMarshObjectConvertor
Notice! this implementation is not Thread safe and should be use in conjunction with  
ResourcePool only. | 
class  | 
MarshObjectConvertor
Notice! this implementation is not Thread safe and should be use in conjuction with  
ResourcePool only. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemoteEventBatchBusPacket
A RemoteEventBatchBusPacket represents a batch of remote events that should be sent to a remote
 listener. 
 | 
class  | 
RemoteEventBusPacket
A RemoteEventBusPacket represents a remote event that should be sent to a remote listener. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ByteBufferRedoLogFileStorage.ByteArrayResource
A resource for byte array, ensure capacity must be called each time this resource is taken 
 | 
class  | 
PacketSerializer.InputStreamsResource  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IMemoryAwareResource
Extension of  
IResource that provides the amount of memory this resource consumes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseClientPeer
BaseClientPeer is a convenient abstract superclass for Client Peer classes of Protocol Adapters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CPeer
CPeer is the LRMI over NIO Client Peer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EntryTakenPacket
Copyright (c) 2010 GigaSpaces Technologies Ltd. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlobStoreUnpinMultiplePacket
Created by yechielf on 09/02/2015. 
 | 
class  | 
BusPacket<T>
A Bus Packet is an event that is sent on some MT-Queue in order to be handled by a Worker
 Thread. 
 | 
class  | 
CommitBusPacket  | 
class  | 
EntryArrivedPacket  | 
class  | 
EntryExpiredBusPacket
Copyright (c) 2010 GigaSpaces Technologies Ltd. 
 | 
class  | 
EntryUnmatchedPacket
A bus packet that is used to search for override notify templates. 
 | 
class  | 
EntryUpdatedPacket  | 
class  | 
RemoveWaitingForInfoSABusPacket
This bus packet is created for asynchronous handling of waiting for templates when an entry is
 removed in  
removeEntrySA(). | 
class  | 
RollbackBusPacket
A RollbackBusPacket represents a transaction rollback. 
 | 
class  | 
UpdateOrWriteBusPacket
a bus packet that will be processed by the processor and resubmit an update/write request to the
 engine in a callback mode. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CheckXtnStatusInTmBusPackect
check the state of a xtn in the tm using  callback Created by yechielf on 13/10/2015. 
 | 
class  | 
ReadWriteLockResource  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlockingResourcePool<R extends IResource>
a resource pool that blocks clients when all resources are busy. 
 | 
interface  | 
IResourceFactory<R extends IResource>
IResourceFactory interface for allocating new resources out of the ResourcesPool. 
 | 
interface  | 
IResourcePool<R extends IResource>
base interface for resource pools. 
 | 
interface  | 
IResourceProcedure<R extends IResource>  | 
class  | 
ResourcePool<R extends IResource>
A Bound Pool of Resource objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Resource
Resources should extend this class and implement all abstract methods. 
 | 
class  | 
TraceableResource
A resource that can be traced back to it's allocation point. 
 | 
| Constructor and Description | 
|---|
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,
            R[] initialResources)
Creates a new Resources Pool with the specified resourceFactory, and max Resources. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionResource
A  
IResource representing a Connection. | 
Copyright © GigaSpaces.