Modifier and Type | Class and Description |
---|---|
class |
GSServerTransaction
Title: GSServerTransaction Description: Extends the ServerTransaction to hold Object id
should only be used as a key.
|
Modifier and Type | Class and Description |
---|---|
class |
NotifyInfo
Holds a set of space.notify related parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
DataTypeAddIndexPacketData |
class |
DataTypeDropPacketData |
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 |
IReplicationOrderedPacket
A 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
IReplicationPacketData that can be self executed. |
interface |
IReplicationPacketData<T extends IReplicationPacketEntryData>
The replication packet data that is kept in side an
IReplicationOrderedPacket which
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 |
SpaceCollectionIndex
An 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 |
SpaceEntryCollectionValuesExtractor
Extracts collection values for the provided collection index path.
|
class |
SpaceEntryCompoundIndexGetter
A space value getter for getting a compound index value from a space entry.
|
class |
SpaceEntryPathGetter
A space value getter for getting a path from a space entry.
|
class |
SpaceEntryPropertyGetter
A 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 |
MVCCGenerationsState |
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 | Interface and Description |
---|---|
interface |
IEntryPacket
this is the basic interface defining the proxy-space or space-space transport layer.
|
interface |
ITemplatePacket
Extends IEntryPacket and provides an interface for templates.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntryPacket |
class |
AbstractQueryPacket |
class |
EmptyQueryPacket |
class |
EntryPacket
This class represents a packet of information transmitted between a J-Space client and its
J-Space server (and vice versa).
|
class |
ExternalizableEntryPacket
the entry packet used to move
Externalizable object from the proxy to the server. |
class |
ExternalizableTemplatePacket
Implements
ITemplatePacket for Externalizable classes. |
class |
HybridEntryPacket |
class |
PbsEntryPacket |
class |
PbsTemplatePacket
PbsTemplatePacket defines the template object for Pbs layer.
|
class |
TemplatePacket
This 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 |
CompoundIndex
definition of a compound index meta data
|
class |
CustomIndex
Default 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 |
SpacePathIndex
This type is intended for internal usage and should not be used directly.
|
class |
SpacePropertyIndex
This type is intended for internal usage and should not be used directly.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdsQueryPacket
A base template packet for IdsQueryPacket and IdsMultiRoutingQueryPacket The template packet
contains an IDs array.
|
class |
ExternalEntryPacket
Represents an ExternalEntry as an IEntryPacket
|
class |
ExternalTemplatePacket
Created by IntelliJ IDEA.
|
class |
IdQueryPacket
Used for querying the space by a class + id.
|
class |
IdsMultiRoutingQueryPacket
A template packet used by readByIds operation.
|
class |
IdsQueryPacket
A template packet used by readByIds operation.
|
class |
LocalCacheResponseEntryPacket |
class |
UidQueryPacket
Used for querying the space by a uid / uids.
|
Modifier and Type | Class and Description |
---|---|
class |
JoinedEntry
This class represents an entry that was constructed from a join between several tables.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryEntryPacket |
class |
QueryTemplatePacket |
class |
SQLQueryTemplatePacket
A wrapper for the SQLQuery - gives it a facade of ITemplatePacket
|
class |
UnionTemplatePacket
Represents query that is translated to several template packets The result is the union of all
results
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionParticipantData
Deprecated.
since 9.0.1 - see
TransactionParticipantMetaData . |
Modifier and Type | Class and Description |
---|---|
class |
NestableServerTransaction
Class implementing the
NestableTransaction interface, for use with transaction
participants that implement the default transaction semantics. |
class |
ServerTransaction
Class implementing the
Transaction interface, for use with transaction participants
that implement the default transaction semantics. |
class |
TransactionParticipantDataImpl
Contains ServerTransaction meta data for distributed transactions that have more than 1
participant.
|
Copyright © GigaSpaces.