Package | Description |
---|---|
com.gigaspaces.client.iterator.internal | |
com.gigaspaces.internal.client | |
com.gigaspaces.internal.client.cache | |
com.gigaspaces.internal.client.spaceproxy | |
com.gigaspaces.internal.client.spaceproxy.actioninfo | |
com.gigaspaces.internal.client.spaceproxy.actions | |
com.gigaspaces.internal.client.spaceproxy.metadata | |
com.gigaspaces.internal.cluster.node.impl.packets.data | |
com.gigaspaces.internal.server.space | |
com.gigaspaces.internal.server.storage | |
com.gigaspaces.internal.transport | |
com.gigaspaces.serialization.pbs | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
com.j_spaces.jdbc |
Provides GigaSpaces JDBC interfaces
|
com.j_spaces.jdbc.builder | |
com.j_spaces.jdbc.query |
Modifier and Type | Method and Description |
---|---|
UidQueryPacket |
MultipleUidsPerPartitionList.buildQueryPacket(int bufferSize,
QueryResultTypeInternal resultType) |
UidQueryPacket |
SpaceIteratorResult.buildQueryPacket(int batchSize,
QueryResultTypeInternal resultType) |
Modifier and Type | Method and Description |
---|---|
static QueryResultTypeInternal |
QueryResultTypeInternal.fromCode(byte code) |
static QueryResultTypeInternal |
QueryResultTypeInternal.fromEntryType(EntryType entryType) |
static QueryResultTypeInternal |
QueryResultTypeInternal.getUpdateResultType(IEntryPacket packet) |
static QueryResultTypeInternal |
QueryResultTypeInternal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultTypeInternal[] |
QueryResultTypeInternal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractSpaceCacheContainer.readById(String className,
Object id,
Object routing,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractSpaceProxy.readById(String className,
Object id,
Object routing,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Object |
ISpaceProxy.readById(String className,
Object id,
Object routing,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Object[] |
AbstractSpaceProxy.readByIds(String className,
Object[] ids,
Object[] routings,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
ISpaceProxy.readByIds(String className,
Object[] ids,
Object[] routings,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
AbstractSpaceProxy.readByIds(String className,
Object[] ids,
Object routing,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
ISpaceProxy.readByIds(String className,
Object[] ids,
Object routing,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object |
AbstractSpaceProxy.readByUid(String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Object |
ISpaceProxy.readByUid(String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Object |
AbstractSpaceProxy.takeById(String className,
Object id,
Object routing,
int version,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Object |
ISpaceProxy.takeById(String className,
Object id,
Object routing,
int version,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Object[] |
AbstractSpaceProxy.takeByIds(String className,
Object[] ids,
Object[] routings,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
ISpaceProxy.takeByIds(String className,
Object[] ids,
Object[] routings,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
AbstractSpaceProxy.takeByIds(String className,
Object[] ids,
Object routing,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
ISpaceProxy.takeByIds(String className,
Object[] ids,
Object routing,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object |
AbstractSpaceProxy.takeByUid(String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Object |
ISpaceProxy.takeByUid(String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Constructor and Description |
---|
ReadTakeByIdsProxyActionInfo(ISpaceProxy spaceProxy,
String className,
Object[] ids,
Object routing,
Object[] routings,
Transaction txn,
boolean isTake,
int modifiers,
QueryResultTypeInternal queryResultType,
String[] projections,
AbstractProjectionTemplate projectionTemplate) |
ReadTakeProxyActionInfo(ISpaceProxy spaceProxy,
String className,
Object id,
Object routing,
int version,
Transaction txn,
long timeout,
int modifiers,
QueryResultTypeInternal resultType,
boolean ifExists,
boolean isTake,
String[] projections,
AbstractProjectionTemplate projectionTemplate) |
ReadTakeProxyActionInfo(ISpaceProxy spaceProxy,
String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket,
boolean ifExists,
boolean isTake) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractSpaceProxyActionManager.readById(String className,
Object id,
Object routing,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Object[] |
AbstractSpaceProxyActionManager.readByIds(String className,
Object[] ids,
Object[] routings,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
AbstractSpaceProxyActionManager.readByIds(String className,
Object[] ids,
Object routing,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object |
AbstractSpaceProxyActionManager.readByUid(String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Object |
AbstractSpaceProxyActionManager.takeById(String className,
Object id,
Object routing,
int version,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
QueryResultTypeInternal resultType,
String[] projections) |
Object[] |
AbstractSpaceProxyActionManager.takeByIds(String className,
Object[] ids,
Object[] routings,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object[] |
AbstractSpaceProxyActionManager.takeByIds(String className,
Object[] ids,
Object routing,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPackets,
String[] projections) |
Object |
AbstractSpaceProxyActionManager.takeByUid(String uid,
Transaction txn,
int modifiers,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Modifier and Type | Method and Description |
---|---|
Object |
SpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Object |
ISpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket,
QueryResultTypeInternal resultType,
boolean returnPacket) |
Object |
SpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket,
QueryResultTypeInternal resultType,
boolean returnPacket,
AbstractProjectionTemplate projectionTemplate) |
Object |
ISpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket,
QueryResultTypeInternal resultType,
boolean returnPacket,
AbstractProjectionTemplate projectionTemplate) |
Object |
SpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket,
QueryResultTypeInternal resultType,
boolean returnPacket,
StorageTypeDeserialization storageTypeDeserialization,
AbstractProjectionTemplate projectionTemplate) |
Object |
ISpaceProxyTypeManager.getObjectFromEntryPacket(IEntryPacket entryPacket,
QueryResultTypeInternal resultType,
boolean returnPacket,
StorageTypeDeserialization storageTypeDeserialization,
AbstractProjectionTemplate projectionTemplate) |
Modifier and Type | Method and Description |
---|---|
QueryResultTypeInternal |
ReplicationEntryDataConversionMetadata.getRequiredQueryResultType() |
Modifier and Type | Method and Description |
---|---|
boolean |
IReplicationPacketEntryDataContentExtractor.requiresConversion(IReplicationPacketEntryData entryData,
QueryResultTypeInternal queryResultType) |
boolean |
ReplicationPacketDataProducer.requiresConversion(IReplicationPacketEntryData entryData,
QueryResultTypeInternal queryResultType) |
ReplicationEntryDataConversionMetadata |
ReplicationEntryDataConversionMetadata.resultType(QueryResultTypeInternal resultType) |
Modifier and Type | Method and Description |
---|---|
Object |
SpaceEngine.directLocalReadById(Object id,
String typeName,
QueryResultTypeInternal queryResultType)
For local reads without xtn and timeout, used only in local cache, only with object reference
mode
|
Modifier and Type | Method and Description |
---|---|
QueryResultTypeInternal |
ITemplateHolder.getQueryResultType() |
QueryResultTypeInternal |
TemplateHolder.getQueryResultType() |
Modifier and Type | Method and Description |
---|---|
QueryResultTypeInternal |
ITemplatePacket.getQueryResultType() |
QueryResultTypeInternal |
AbstractQueryPacket.getQueryResultType() |
QueryResultTypeInternal |
PbsTemplatePacket.getQueryResultType() |
QueryResultTypeInternal |
TemplatePacket.getQueryResultType() |
QueryResultTypeInternal |
ExternalizableTemplatePacket.getQueryResultType() |
Modifier and Type | Method and Description |
---|---|
static IEntryPacket |
EntryPacketFactory.createFullPacket(IEntryData entryData,
OperationID operationID,
String uid,
boolean isTransient,
QueryResultTypeInternal queryResultType) |
static ITemplatePacket |
TemplatePacketFactory.createIdOrUidPacket(ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
Object routing,
Object id,
int version,
AbstractProjectionTemplate projectionTemplate) |
static ITemplatePacket |
TemplatePacketFactory.createIdPacket(Object id,
Object routing,
int version,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
static AbstractIdsQueryPacket |
TemplatePacketFactory.createIdsPacket(Object[] ids,
Object[] routings,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
static AbstractIdsQueryPacket |
TemplatePacketFactory.createIdsPacket(Object[] ids,
Object routing,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
static ITemplatePacket |
TemplatePacketFactory.createUidPacket(ITypeDesc typeDesc,
String uid,
Object routing,
int version,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
static ITemplatePacket |
TemplatePacketFactory.createUidPacket(String uid,
Object routing,
int version,
QueryResultTypeInternal resultType) |
static ITemplatePacket |
TemplatePacketFactory.createUidsPacket(String[] uids,
QueryResultTypeInternal resultType,
boolean returnOnlyUids) |
static PbsTemplatePacket |
PbsTemplatePacket.getNullTemplate(QueryResultTypeInternal queryResultType) |
void |
AbstractQueryPacket.setQueryResultType(QueryResultTypeInternal queryResultType) |
Object |
ITransportPacket.toObject(QueryResultTypeInternal resultType) |
Object |
AbstractEntryPacket.toObject(QueryResultTypeInternal resultType) |
Object |
ITransportPacket.toObject(QueryResultTypeInternal resultType,
StorageTypeDeserialization storageTypeDeserialization) |
Object |
AbstractEntryPacket.toObject(QueryResultTypeInternal resultType,
StorageTypeDeserialization storageTypeDeserialization) |
Constructor and Description |
---|
AbstractQueryPacket(ITypeDesc typeDesc,
QueryResultTypeInternal resultType) |
PbsTemplatePacket(byte[] byteStream,
Map<String,Object> dynamicProperties,
QueryResultTypeInternal queryResultType) |
PbsTemplatePacket(ITypeDesc typeDesc,
QueryResultTypeInternal queryResultType) |
Modifier and Type | Method and Description |
---|---|
static QueryResultTypeInternal |
PbsEntryFormatter.readQueryResultType(PbsInputStream input) |
Modifier and Type | Method and Description |
---|---|
static ITemplatePacket |
PbsEntryFormatter.getTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery,
ISpaceProxy spaceProxy,
PbsProjectionTemplate projectionTemplate,
QueryResultTypeInternal resultType) |
Modifier and Type | Method and Description |
---|---|
QueryResultTypeInternal |
ExternalTemplatePacket.getQueryResultType() |
Constructor and Description |
---|
EntryArrivedRemoteEvent(IJSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
IEntryPacket entryPacket,
IEntryPacket oldEntryPacket,
NotifyActionType notifyType,
boolean fromReplication,
String templateUID,
QueryResultTypeInternal resultType)
/** This constructor is reserved for internal usage only.
|
Modifier and Type | Field and Description |
---|---|
protected QueryResultTypeInternal |
AbstractDMLQuery._queryResultType |
Modifier and Type | Method and Description |
---|---|
QueryResultTypeInternal |
AbstractDMLQuery.getQueryResultType() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDMLQuery.setQueryResultType(QueryResultTypeInternal queryResultType) |
Modifier and Type | Method and Description |
---|---|
QueryResultTypeInternal |
QueryTemplatePacket.getQueryResultType() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTemplatePacket.setQueryResultType(QueryResultTypeInternal queryResultType) |
ArrayList<IEntryPacket> |
QueryTemplatePacket.take(IJSpace space,
Object routing,
AbstractProjectionTemplate projectionTemplate,
Transaction txn,
long timeout,
int modifiers,
boolean ifExists,
int maxResults,
int minEntriesToWaitFor,
QueryResultTypeInternal resultType) |
Object |
QueryEntryPacket.toObject(QueryResultTypeInternal resultType) |
Object |
QueryEntryPacket.toObject(QueryResultTypeInternal resultType,
StorageTypeDeserialization storageTypeDeserialization) |
Constructor and Description |
---|
QueryTemplatePacket(QueryTableData table,
QueryResultTypeInternal queryResultType) |
QueryTemplatePacket(QueryTableData table,
QueryResultTypeInternal queryResultType,
IContainsItemsCustomQuery containsItemsQuery) |
QueryTemplatePacket(QueryTableData table,
QueryResultTypeInternal queryResultType,
String fieldName,
Range range) |
SQLQueryTemplatePacket(SQLQuery<?> sqlQuery,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType) |
UnionTemplatePacket(QueryTableData table,
QueryResultTypeInternal queryResultType) |
Modifier and Type | Method and Description |
---|---|
QueryTemplatePacket |
QueryTableData.getTemplate(QueryResultTypeInternal queryResultType) |
Copyright © GigaSpaces.