| 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  | CompressedMarshObjectConvertorNotice! this implementation is not Thread safe and should be use in conjunction with  ResourcePoolonly. | 
| class  | MarshObjectConvertorNotice! this implementation is not Thread safe and should be use in conjuction with  ResourcePoolonly. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoteEventBatchBusPacketA RemoteEventBatchBusPacket represents a batch of remote events that should be sent to a remote
 listener. | 
| class  | RemoteEventBusPacketA RemoteEventBusPacket represents a remote event that should be sent to a remote listener. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ByteBufferRedoLogFileStorage.ByteArrayResourceA 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  | IMemoryAwareResourceExtension of  IResourcethat provides the amount of memory this resource consumes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseClientPeerBaseClientPeer is a convenient abstract superclass for Client Peer classes of Protocol Adapters. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CPeerCPeer is the LRMI over NIO Client Peer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntryTakenPacketCopyright (c) 2010 GigaSpaces Technologies Ltd. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlobStoreUnpinMultiplePacketCreated 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  | EntryExpiredBusPacketCopyright (c) 2010 GigaSpaces Technologies Ltd. | 
| class  | EntryUnmatchedPacketA bus packet that is used to search for override notify templates. | 
| class  | EntryUpdatedPacket | 
| class  | RemoveWaitingForInfoSABusPacketThis bus packet is created for asynchronous handling of waiting for templates when an entry is
 removed in  removeEntrySA(). | 
| class  | RollbackBusPacketA RollbackBusPacket represents a transaction rollback. | 
| class  | UpdateOrWriteBusPacketa 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  | CheckXtnStatusInTmBusPackectcheck 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  | ResourceResources should extend this class and implement all abstract methods. | 
| class  | TraceableResourceA 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  | ConnectionResourceA  IResourcerepresenting aConnection. | 
Copyright © GigaSpaces.