| Modifier and Type | Class and Description | 
|---|---|
| class  | GSServerTransactionTitle:       GSServerTransaction Description: Extends the ServerTransaction to hold Object id
 should only be used as a key. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NotifyInfoHolds a set of space.notify related parameters. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataTypeAddIndexPacketData | 
| class  | DataTypeIntroducePacketData | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GlobalOrderDeletedBacklogPacket | 
| class  | GlobalOrderDiscardedReplicationPacket | 
| class  | GlobalOrderOperationPacket | 
| class  | GlobalOrderReliableAsyncKeptDiscardedOrderedPacket | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IMultiBucketSingleFileReplicationOrderedPacket | 
| interface  | ISingleBucketReplicationOrderedPacket | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMultiBucketOrderedPacket | 
| class  | AbstractSingleBucketOrderedPacket | 
| class  | DeletedMultiBucketOrderedPacket | 
| class  | DiscardedMultiBucketOrderedPacket | 
| class  | DiscardedSingleBucketOrderedPacket | 
| class  | MultiBucketSingleFileReliableAsyncKeptDiscardedPacket | 
| class  | MultipleBucketOrderedPacket | 
| class  | SingleBucketOrderedPacket | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IReplicationOrderedPacketA replication packet that has an order that specify a certain order of these packets that needs
 to be kept when processed at the target | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IExecutableReplicationPacketData<T extends IReplicationPacketEntryData>An extension of  IReplicationPacketDatathat can be self executed. | 
| interface  | IReplicationPacketData<T extends IReplicationPacketEntryData>The replication packet data that is kept in side an  IReplicationOrderedPacketwhich
 contains the data needed for the processing of the packet | 
| interface  | IReplicationPacketEntryData | 
| interface  | IReplicationTransactionalPacketEntryData | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DiscardReplicationPacketData | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntryPacketServerEntryAdapter | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends ISwapExternalizable> | IOUtils. readNullableSwapExternalizableObject(ObjectInput in) | 
| static <T extends ISwapExternalizable> | IOUtils. readSwapExternalizableObject(ObjectInput in) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | IOUtils. writeNullableSwapExternalizableObject(ObjectOutput out,
                                     ISwapExternalizable swapExternalizable) | 
| static void | IOUtils. writeSwapExternalizableObject(ObjectOutput out,
                             ISwapExternalizable swapExternalizable) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ITypeDesc | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpaceCollectionIndexAn index for a path containing a collection ("[*]"). | 
| class  | TypeDesc | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ISpaceValueGetter<T>Represents an abstraction of getting a value from a target object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSpaceValueGetter<T>Common basic implementation for ISpaceValueGetter implementations. | 
| class  | SpaceEntryCollectionValuesExtractorExtracts collection values for the provided collection index path. | 
| class  | SpaceEntryCompoundIndexGetterA space value getter for getting a compound index value from a space entry. | 
| class  | SpaceEntryPathGetterA space value getter for getting a path from a space entry. | 
| class  | SpaceEntryPropertyGetterA space value getter for getting a space entry property value. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InactiveTypeDesc | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SwapPacketStreamSerializer<T extends ISwapExternalizable>A replication packet stream serializer that serializes packets that implements  ISwapExternalizable | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExternalizableServerEntry | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSpaceRequestInfo | 
| class  | AddReplicationGatewayTargetRequestInfo | 
| class  | AddTypeIndexesRequestInfo | 
| class  | RegisterReplicationLocalViewRequestInfo | 
| class  | RegisterReplicationNotificationRequestInfo | 
| class  | RegisterTypeDescriptorRequestInfo | 
| class  | RemoveReplicationGatewayTargetRequestInfo | 
| class  | UnregisterReplicationLocalViewRequestInfo | 
| class  | UnregisterReplicationNotificationRequestInfo | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IEntryPacketthis is the basic interface defining the proxy-space or space-space transport layer. | 
| interface  | ITemplatePacketExtends IEntryPacket and provides an interface for templates. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEntryPacket | 
| class  | AbstractQueryPacket | 
| class  | EmptyQueryPacket | 
| class  | EntryPacketThis class represents a packet of information transmitted between a J-Space client and its
 J-Space server (and vice versa). | 
| class  | ExternalizableEntryPacketthe entry packet used to move  Externalizableobject from the proxy to the server. | 
| class  | ExternalizableTemplatePacketImplements  ITemplatePacketforExternalizableclasses. | 
| class  | PbsEntryPacket | 
| class  | PbsTemplatePacketPbsTemplatePacket defines the template object for Pbs layer. | 
| class  | TemplatePacketThis class represents a packet of information transmitted between a J-Space client and its
 J-Space server . | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ISpaceCompoundIndexSegment Encapsulates information about an index segment of a compound index. | 
| interface  | ISpaceIndex Encapsulates information about an index in a space type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCompoundIndexSegment Encapsulates information about an index segment of a compound index. | 
| class  | AbstractSpaceIndex | 
| class  | CompoundIndexdefinition of a compound index meta data | 
| class  | CustomIndexDefault implementation of the space custom index meta data | 
| class  | PathCompoundIndexSegment information about a path index segment of a compound index. | 
| class  | PropertyCompoundIndexSegment information about a property index segment of a compound index. | 
| class  | SpacePathIndexThis type is intended for internal usage and should not be used directly. | 
| class  | SpacePropertyIndexThis type is intended for internal usage and should not be used directly. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractIdsQueryPacketA base template packet for IdsQueryPacket and IdsMultiRoutingQueryPacket The template packet
 contains an IDs array. | 
| class  | ExternalEntryPacketRepresents an ExternalEntry as an IEntryPacket | 
| class  | ExternalTemplatePacketCreated by IntelliJ IDEA. | 
| class  | IdQueryPacketUsed for querying the space by a class + id. | 
| class  | IdsMultiRoutingQueryPacketA template packet used by readByIds operation. | 
| class  | IdsQueryPacketA template packet used by readByIds operation. | 
| class  | LocalCacheResponseEntryPacket | 
| class  | UidQueryPacketUsed for querying the space by a uid / uids. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JoinedEntryThis class represents an entry that was constructed from a join between several tables. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueryEntryPacket | 
| class  | QueryTemplatePacket | 
| class  | SQLQueryTemplatePacketA wrapper for the SQLQuery - gives it a facade of ITemplatePacket | 
| class  | UnionTemplatePacketRepresents query that is translated to several template packets The result is the union of all
 results | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TransactionParticipantDataDeprecated. 
 since 9.0.1 - see  TransactionParticipantMetaData. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NestableServerTransactionClass implementing the  NestableTransactioninterface, for use with transaction
 participants that implement the default transaction semantics. | 
| class  | ServerTransactionClass implementing the  Transactioninterface, for use with transaction participants
 that implement the default transaction semantics. | 
| class  | TransactionParticipantDataImplContains ServerTransaction meta data for distributed transactions that have more than 1
 participant. | 
Copyright © GigaSpaces.