Package | Description |
---|---|
com.gigaspaces.internal.query | |
com.gigaspaces.internal.transport | |
com.gigaspaces.query.aggregators | |
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 |
---|---|
RawEntry |
EntryHolderAggregatorContext.getRawEntry() |
Modifier and Type | Method and Description |
---|---|
void |
EntryHolderAggregatorContext.applyProjectionTemplate(RawEntry entry) |
Object |
RawEntryConverter.toObject(RawEntry rawEntry) |
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 | Method and Description |
---|---|
RawEntry |
DistinctResult.get(DistinctPropertiesKey key) |
RawEntry |
DistinctResult.get(Object... keys) |
RawEntry |
MaxEntryAggregator.MaxEntryScannerResult.getRawEntry() |
abstract RawEntry |
SpaceEntriesAggregatorContext.getRawEntry() |
RawEntry |
MinEntryAggregator.MinEntryScannerResult.getRawEntry() |
Modifier and Type | Method and Description |
---|---|
ArrayList<RawEntry> |
ListEntriesAggregator.getIntermediateResult() |
protected Map<DistinctPropertiesKey,RawEntry> |
DistinctResult.getMap() |
List<RawEntry> |
OrderByElement.getRawEntries() |
Iterator<RawEntry> |
DistinctResult.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
OrderByElement.addRawEntry(RawEntry rawEntry) |
abstract void |
SpaceEntriesAggregatorContext.applyProjectionTemplate(RawEntry entry) |
protected Object |
SpaceEntriesAggregator.toObject(RawEntry rawEntry) |
Modifier and Type | Method and Description |
---|---|
void |
OrderByElement.addRawEntries(List<RawEntry> rawEntries) |
void |
ListEntriesAggregator.aggregateIntermediateResult(ArrayList<RawEntry> partitionResult) |
Constructor and Description |
---|
DistinctResult(Map<DistinctPropertiesKey,RawEntry> map) |
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.