Package | Description |
---|---|
com.gigaspaces.internal.client.spaceproxy.actioninfo | |
com.gigaspaces.internal.client.spaceproxy.metadata | |
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.space.metadata | |
com.gigaspaces.internal.server.storage | |
com.gigaspaces.internal.transport | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.jdbc |
Provides GigaSpaces JDBC interfaces
|
com.j_spaces.jdbc.builder |
Modifier and Type | Method and Description |
---|---|
protected void |
CommonProxyActionInfo.initOperationId(ISpaceProxy spaceProxy,
ITransportPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceProxyTypeManager.loadTypeDescToPacket(ITransportPacket packet) |
void |
ISpaceProxyTypeManager.loadTypeDescToPacket(ITransportPacket packet) |
void |
ClientTypeDescRepository.loadTypeDescToPacket(ITransportPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceImpl.beginPacketOperation(boolean isCheckForStandBy,
SpaceContext sc,
Privilege privilege,
ITransportPacket packet) |
void |
SpaceImpl.checkPacketAccessPrivileges(SpaceContext sc,
Privilege privilege,
ITransportPacket packet)
Check if a user's has sufficient privileges to perform this operation.
|
Modifier and Type | Method and Description |
---|---|
IServerTypeDesc |
SpaceTypeManager.loadServerTypeDesc(ITransportPacket packet) |
Constructor and Description |
---|
TemplateEntryData(ITypeDesc typeDesc,
ITransportPacket packet,
long expirationTime,
boolean fromReplication) |
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 | 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
|
Copyright © GigaSpaces.