Constructor and Description |
---|
DataSourceIdQueryImpl(ITypeDesc typeDescriptor,
IEntryPacket entryPacket,
SQLQueryBuilder queryBuilder,
Class<?> dataClass,
EntryAdapter entryAdapter) |
DataSourceIdsQueryImpl(ITypeDesc typeDescriptor,
Object[] ids,
IEntryHolder[] templates,
SQLQueryBuilder queryBuilder,
Class<?> dataClass,
IDataConverter<IEntryPacket> converter) |
DataSourceQueryImpl(ITemplateHolder template,
ITypeDesc typeDescriptor,
Class<?> dataClass,
SQLQueryBuilder queryBuilder,
EntryAdapter entryAdapter,
int batchSize) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
LocalCacheImplTypeDescriptorActionsExecutor.getTypeDescriptor(LocalCacheContainer spaceProxy,
GetTypeDescriptorActionInfo actionInfo) |
ITypeDesc |
LocalCacheImplTypeDescriptorActionsExecutor.registerTypeDescriptor(LocalCacheContainer spaceProxy,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
LocalViewImplTypeDescriptorActionsExecutor.getTypeDescriptor(LocalViewContainer spaceProxy,
GetTypeDescriptorActionInfo actionInfo) |
ITypeDesc |
LocalViewImplTypeDescriptorActionsExecutor.registerTypeDescriptor(LocalViewContainer spaceProxy,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
LocalViewReplicationMetadataEventHandler.inDataTypeIntroduce(IReplicationInContext context,
ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
SpaceProxyImpl.getTypeDescFromServer(String typeName) |
ITypeDesc |
IDirectSpaceProxy.getTypeDescFromServer(String typeName) |
ITypeDesc |
AbstractSpaceProxy.getTypeDescriptor(String typeName) |
ITypeDesc |
ISpaceProxy.getTypeDescriptor(String typeName) |
ITypeDesc |
SpaceProxyImpl.registerTypeDescInServers(ITypeDesc typeDesc) |
ITypeDesc |
IDirectSpaceProxy.registerTypeDescInServers(ITypeDesc typeDesc) |
ITypeDesc |
AbstractSpaceProxy.registerTypeDescriptor(Class<?> type) |
ITypeDesc |
ISpaceProxy.registerTypeDescriptor(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
SpaceProxyImpl.registerTypeDescInServers(ITypeDesc typeDesc) |
ITypeDesc |
IDirectSpaceProxy.registerTypeDescInServers(ITypeDesc typeDesc) |
void |
AbstractSpaceProxy.registerTypeDescriptor(ITypeDesc typeDesc) |
void |
ISpaceProxy.registerTypeDescriptor(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
AbstractSpaceProxyActionManager.getTypeDescriptor(String typeName) |
ITypeDesc |
AbstractSpaceProxyActionManager.registerTypeDescriptor(Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSpaceProxyActionManager.registerTypeDescriptor(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
SpaceProxyImplTypeDescriptorActionsExecutor.getTypeDescriptor(SpaceProxyImpl spaceProxy,
GetTypeDescriptorActionInfo actionInfo) |
abstract ITypeDesc |
TypeDescriptorActionsProxyExecutor.getTypeDescriptor(TSpaceProxy spaceProxy,
GetTypeDescriptorActionInfo actionInfo) |
ITypeDesc |
SpaceProxyImplTypeDescriptorActionsExecutor.registerTypeDescriptor(SpaceProxyImpl spaceProxy,
Class<?> type) |
abstract ITypeDesc |
TypeDescriptorActionsProxyExecutor.registerTypeDescriptor(TSpaceProxy spaceProxy,
Class<?> type) |
Modifier and Type | Method and Description |
---|---|
protected static void |
TypeDescriptorActionsProxyExecutor.assertEquivalent(ITypeDesc typeDesc1,
ITypeDesc typeDesc2) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
TypeDescFactory.createEntryTypeDesc(Entry obj,
String className,
String codeBase,
Class<?> realClass) |
ITypeDesc |
TypeDescFactory.createExternalEntryTypeDesc(ExternalEntry externalEntry,
String codeBase) |
static ITypeDesc |
TypeDescFactory.createPbsExplicitTypeDesc(EntryType entryType,
String className,
String[] superClassesNames,
PropertyInfo[] properties,
Map<String,SpaceIndex> indexes,
String idPropertyName,
boolean idAutoGenerate,
String routingPropertyName,
String fifoGroupingPropertyPath,
Set<String> fifoGroupingIndexPaths,
FifoSupport fifoMode,
boolean isReplicable,
boolean supportsOptimisticLocking,
boolean supportsDynamicProperties,
byte dynamicPropertiesStorageType,
String documentWrapperType,
boolean blobstoreEnabled) |
static ITypeDesc |
TypeDescFactory.createPbsTypeDesc(EntryType entryType,
String className,
String codeBase,
String[] superClassesNames,
String[] fieldsNames,
String[] fieldsTypes,
SpaceIndexType[] fieldsIndexes,
String idPropertyName,
boolean idAutoGenerate,
String routingPropertyName,
FifoSupport fifoMode,
boolean isReplicable,
boolean supportsOptimisticLocking,
boolean supportsDynamicProperties) |
ITypeDesc |
TypeDescFactory.createPojoTypeDesc(Class<?> type,
String codeBase,
ITypeDesc superTypeDesc) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescByExternalEntry(ExternalEntry externalEntry) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescByJavaObject(Object object,
ObjectType objectType) |
ITypeDesc |
SpaceProxyTypeManager.getTypeDescByName(String typeName) |
ITypeDesc |
ISpaceProxyTypeManager.getTypeDescByName(String typeName) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescByName(String typeName,
String codebase) |
ITypeDesc |
SpaceProxyTypeManager.getTypeDescByName(String typeName,
String codebase) |
ITypeDesc |
ISpaceProxyTypeManager.getTypeDescByName(String typeName,
String codebase) |
ITypeDesc |
SpaceProxyTypeManager.getTypeDescByNameIfExists(String typeName) |
ITypeDesc |
ISpaceProxyTypeManager.getTypeDescByNameIfExists(String typeName) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescByObject(Object object,
ObjectType objectType) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescBySQLQuery(SQLQuery<?> sqlQuery) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescIfExistsInProxy(String typeName) |
ITypeDesc |
SpaceProxyTypeManager.getTypeDescIfExistsInProxy(String className) |
ITypeDesc |
ISpaceProxyTypeManager.getTypeDescIfExistsInProxy(String typeName) |
ITypeDesc |
ClientTypeDescRepository.getTypeDescIfExistsInServer(String typeName) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
TypeDescFactory.createPojoTypeDesc(Class<?> type,
String codeBase,
ITypeDesc superTypeDesc) |
String |
ClientTypeDescRepository.getCommonSuperTypeName(ITypeDesc typeDesc1,
ITypeDesc typeDesc2) |
String |
SpaceProxyTypeManager.getCommonSuperTypeName(ITypeDesc typeDesc1,
ITypeDesc typeDesc2) |
String |
ISpaceProxyTypeManager.getCommonSuperTypeName(ITypeDesc typeDesc1,
ITypeDesc typeDesc2) |
void |
ClientTypeDescRepository.registerTypeDesc(ITypeDesc typeDesc) |
void |
SpaceProxyTypeManager.registerTypeDesc(ITypeDesc typeDesc) |
void |
ISpaceProxyTypeManager.registerTypeDesc(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
GetEntryTypeDescriptorSpaceOperationRequest.getFinalResult() |
ITypeDesc |
RegisterEntryTypeDescriptorSpaceOperationRequest.getTypeDesc() |
ITypeDesc |
GetEntryTypeDescriptorSpaceOperationResult.getTypeDesc() |
Modifier and Type | Method and Description |
---|---|
RegisterEntryTypeDescriptorSpaceOperationRequest |
RegisterEntryTypeDescriptorSpaceOperationRequest.setTypeDesc(ITypeDesc typeDesc) |
void |
GetEntryTypeDescriptorSpaceOperationResult.setTypeDesc(ITypeDesc typeDesc) |
void |
AddEntryTypeIndexesSpaceOperationResult.setUpdatedTypeDescriptors(ITypeDesc[] results) |
Modifier and Type | Method and Description |
---|---|
void |
IReplicationNode.outDataTypeIntroduce(IReplicationOutContext context,
ITypeDesc typeDescriptor)
Notify the replication node that new data type was introduced
|
Modifier and Type | Method and Description |
---|---|
void |
IReplicationInDataTypeCreatedHandler.inDataTypeIntroduce(IReplicationInContext context,
ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationNodeInFacade.inDataTypeIntroduce(IReplicationInContext context,
ITypeDesc typeDescriptor) |
void |
ReplicationNode.outDataTypeIntroduce(IReplicationOutContext context,
ITypeDesc typeDescriptor) |
Constructor and Description |
---|
DataTypeIntroducePacketData(ITypeDesc typeDescriptor,
boolean fromGateway) |
Modifier and Type | Method and Description |
---|---|
void |
LocalCLusterReplicationReplicaConsumeFacade.addTypeDesc(ITypeDesc typeDescriptor) |
void |
LocalClusterReplicationFixFacade.addTypeDesc(ITypeDesc typeDescriptor) |
void |
LocalClusterReplicationMetadataEventHandler.inDataTypeIntroduce(IReplicationInContext context,
ITypeDesc typeDesc) |
Constructor and Description |
---|
AbstractLocalClusterOperationData(ISpaceProxy spaceProxy,
ITypeDesc typeDescriptor) |
LocalClusterChangeOperationData(ISpaceProxy spaceProxy,
ITypeDesc typeDescriptor,
String uid,
Object id,
int version,
int previousVersion,
int routingHash,
long timeToLive,
Collection<SpaceEntryMutator> mutators) |
LocalClusterRemoveByUIDOperationData(ISpaceProxy spaceProxy,
String uid,
ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
SpaceReplicationMetadataEventHandler.inDataTypeIntroduce(IReplicationInContext context,
ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationReplicationDataConsumeFixFacade.addTypeDesc(ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
IDataConsumeFixFacade.addTypeDesc(ITypeDesc typeDescriptor) |
void |
SpaceEngineFixFacade.addTypeDesc(ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
TypeDescriptorConsumeFix.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
TypeDescriptorConsumeFix.setTypeDescriptor(ITypeDesc typeDescriptor) |
Constructor and Description |
---|
TypeDescriptorConsumeFix(ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
ISpaceReplicaConsumeFacade.addTypeDesc(ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
SpaceTypeReplicaData.getTypeDescriptor() |
protected ITypeDesc |
AbstractReplicaData.getTypeDescriptor(SpaceTypeManager spaceTypeManager,
IEntryPacket entryPacket) |
Constructor and Description |
---|
SpaceTypeReplicaData(ITypeDesc typeDescriptor) |
Constructor and Description |
---|
NotifyReplicationFilterReplicaDataWrapper(ITemplatePacket templatePacket,
NotifyInfo notifyInfo,
int objectType,
ITypeDesc typeDesc) |
ReplicationFilterEntryReplicaDataWrapper(IEntryPacket entryPacket,
ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
Object[] |
DocumentObjectConverterInternal.convertNonPrimitiveFixedPropertiesToDocuments(Object[] values,
ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
LRMISpaceImpl.getClassDescriptor(String className) |
Modifier and Type | Class and Description |
---|---|
class |
TypeDesc |
Modifier and Type | Field and Description |
---|---|
protected ITypeDesc |
AbstractTypeIntrospector._typeDesc |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
ITypeDesc.clone() |
ITypeDesc |
TypeDesc.clone() |
ITypeDesc |
AbstractTypeIntrospector.getTypeDesc() |
ITypeDesc |
TypeDescVersionedSerializable.getTypeDesc() |
ITypeDesc |
EntryTypeDesc.getTypeDesc() |
ITypeDesc |
ITypeIntrospector.getTypeDesc() |
Modifier and Type | Method and Description |
---|---|
static List<ITypeDesc> |
TypeDescriptorUtils.sort(Map<String,ITypeDesc> typeDescriptors) |
Modifier and Type | Method and Description |
---|---|
static String |
ExternalEntryIntrospector.getUid(ITypeDesc typeDesc,
Object[] fieldsValues) |
void |
AbstractTypeIntrospector.initialize(ITypeDesc typeDesc) |
void |
ITypeIntrospector.initialize(ITypeDesc typeDesc) |
T |
AbstractTypeIntrospector.toObject(IGSEntry entry,
ITypeDesc typeDesc) |
T |
ExternalEntryIntrospector.toObject(IGSEntry entry,
ITypeDesc typeDesc) |
T |
PojoIntrospector.toObject(IGSEntry entry,
ITypeDesc typeDesc) |
T |
ITypeIntrospector.toObject(IGSEntry entry,
ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
static List<ITypeDesc> |
TypeDescriptorUtils.sort(Map<String,ITypeDesc> typeDescriptors) |
Constructor and Description |
---|
AbstractTypeIntrospector(ITypeDesc typeDesc) |
EntryIntrospector(ITypeDesc typeDesc) |
EntryTypeDesc(EntryType entryType,
ITypeDesc typeDesc) |
ExternalEntryIntrospector(ITypeDesc typeDesc,
Class<T> implClass) |
MetadataEntryIntrospector(ITypeDesc typeDesc) |
PojoIntrospector(ITypeDesc typeDesc) |
VirtualEntryIntrospector(ITypeDesc typeDesc,
Class<T> documentWrapperClass) |
Modifier and Type | Method and Description |
---|---|
SQLQuery |
CompoundOrCustomQuery.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
CompoundContainsItemsCustomQuery.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery<T> |
CustomSpaceQuery.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
PropertiesQuery.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
ICustomQuery.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
CompoundAndCustomQuery.toSQLQuery(ITypeDesc typeDesc) |
Constructor and Description |
---|
PropertiesQuery(Map<String,Object> properties,
ITypeDesc typeDesc) |
Modifier and Type | Class and Description |
---|---|
class |
InactiveTypeDesc |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
InactiveTypeDesc.clone() |
ITypeDesc |
IServerTypeDesc.getTypeDesc() |
Modifier and Type | Method and Description |
---|---|
void |
IServerTypeDesc.setTypeDesc(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
SpaceImpl.getClassDescriptor(String className) |
ITypeDesc |
SpaceEngine.getClassTypeInfo(String className)
get the basic class info from the space directory.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceEngineReplicaDirectPersistencySyncConsumerFacade.addTypeDesc(ITypeDesc typeDescriptor) |
void |
SpaceEngineReplicaConsumerFacade.addTypeDesc(ITypeDesc typeDescriptor) |
void |
SpaceEngine.registerTypeDesc(ITypeDesc typeDesc,
boolean fromGateway)
Attempts to register the provided
ITypeDesc instance and replicate the operation if
necessary. |
Modifier and Type | Method and Description |
---|---|
ITypeDesc[] |
SpaceTypeManager.addIndexes(String typeName,
SpaceIndex[] newIndexes) |
ITypeDesc |
ServerTypeDesc.getTypeDesc() |
ITypeDesc |
SpaceTypeManager.getTypeDesc(String typeName) |
Modifier and Type | Method and Description |
---|---|
AddTypeDescResult |
SpaceTypeManager.addTypeDesc(ITypeDesc typeDesc) |
void |
ServerTypeDesc.setTypeDesc(ITypeDesc typeDesc) |
Constructor and Description |
---|
ServerTypeDesc(int typeId,
String typeName,
ITypeDesc typeDesc,
IServerTypeDesc superType) |
Modifier and Type | Method and Description |
---|---|
void |
WriteEntryResult.removeRedundantData(ITypeDesc typeDesc,
int modifiers) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
AbstractEntryData.getSpaceTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SQLQuery<?> |
ITemplateHolder.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery<?> |
TemplateEntryData.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery<?> |
TemplateHolder.toSQLQuery(ITypeDesc typeDesc) |
Constructor and Description |
---|
TemplateEntryData(ITypeDesc typeDesc,
ITransportPacket packet,
long expirationTime,
boolean fromReplication) |
Modifier and Type | Field and Description |
---|---|
ITypeDesc |
GetTypeDescriptorActionInfo.resultTypeDescriptor |
Modifier and Type | Field and Description |
---|---|
ITypeDesc |
RegisterTypeDescriptorRequestInfo.typeDescriptor |
Constructor and Description |
---|
RegisterTypeDescriptorRequestInfo(ITypeDesc typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc[] |
AddTypeIndexesResponseInfo.getUpdatedTypeDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
AddTypeIndexesResponseInfo.setUpdatedTypeDescriptors(ITypeDesc[] updatedTypeDescriptors) |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationStorageAdapter.introduceDataType(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
void |
MirrorFixFacade.addTypeDesc(ITypeDesc typeDescriptor) |
void |
MirrorReplicationMetadataEventHandler.inDataTypeIntroduce(IReplicationInContext context,
ITypeDesc typeDesc) |
Constructor and Description |
---|
MirrorChangeBulkDataItem(ITypeDesc typeDesc,
String uid,
Object id,
int version,
long timeToLive,
Collection<SpaceEntryMutator> mutators) |
Modifier and Type | Field and Description |
---|---|
protected ITypeDesc |
AbstractEntryPacket._typeDesc |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
ITransportPacket.getTypeDescriptor() |
ITypeDesc |
AbstractEntryPacket.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
static ProjectionTemplate |
ProjectionTemplate.create(String[] projections,
ITypeDesc typeDesc) |
static ITemplatePacket |
TemplatePacketFactory.createEmptyPacket(ITypeDesc typeDesc) |
static <T> ITemplatePacket |
TemplatePacketFactory.createFromObject(T entry,
ITypeDesc typeDesc,
EntryType entryType) |
static <T> IEntryPacket |
EntryPacketFactory.createFromObject(T entry,
ITypeDesc typeDesc,
EntryType entryType,
boolean ignoreAutoGenerateUid)
Creates an entry packet from an object.
|
static ITemplatePacket |
TemplatePacketFactory.createFullPacket(IEntryPacket entryPacket,
ITypeDesc typeDesc,
boolean isTransient) |
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) |
void |
ITransportPacket.setTypeDesc(ITypeDesc typeDesc,
boolean serializeTypeDesc) |
void |
AbstractEntryPacket.setTypeDesc(ITypeDesc typeDesc,
boolean serializeTypeDesc) |
Constructor and Description |
---|
AbstractEntryPacket(ITypeDesc typeDesc,
EntryType entryType) |
AbstractQueryPacket(ITypeDesc typeDesc,
QueryResultTypeInternal resultType) |
EmptyQueryPacket(ITypeDesc typeDesc) |
EntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
Map<String,Object> dynamicProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
EntryPacket(ITypeDesc typeDesc,
Object[] values) |
ExternalizableEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Externalizable object) |
ExternalizableEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
Map<String,Object> dynamicProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
ExternalizableTemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Externalizable object,
ICustomQuery customQuery) |
ExternalizableTemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
ICustomQuery customQuery,
String uid,
int version,
long timeToLive,
boolean isTransient) |
PathsProjectionHandler(String[] fixedPaths,
String[] dynamicPaths,
ITypeDesc typeDesc) |
PbsEntryPacket(ITypeDesc typeDesc,
EntryType entryType) |
PbsEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
Map<String,Object> dynamicProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
PbsEntryPacket(PbsInputStream input,
ITypeDesc typeDesc,
EntryType entryType) |
PbsTemplatePacket(ITypeDesc typeDesc,
QueryResultTypeInternal queryResultType) |
TemplatePacket(ITypeDesc typeDesc) |
TemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
ICustomQuery customQuery,
String uid,
int version,
long timeToLive,
boolean isTransient) |
Modifier and Type | Method and Description |
---|---|
static ITypeDesc |
PbsEntryFormatter.readTypeDesc(PbsInputStream input,
String typeName,
EntryType entryType,
int flags) |
static ITypeDesc |
PbsEntryFormatter.readTypeDescIfExists(PbsInputStream input,
String typeName,
EntryType entryType) |
static ITypeDesc |
PbsEntryFormatter.readTypeDescriptor(PbsInputStream input) |
Modifier and Type | Method and Description |
---|---|
static ITemplatePacket |
PbsEntryFormatter.readPbsTemplate(PbsInputStream input,
ISpaceProxy spaceProxy,
ITypeDesc typeDescriptor) |
static ITemplatePacket |
PbsEntryFormatter.readSqlQuery(PbsInputStream input,
ISpaceProxy spaceProxy,
ITypeDesc typeDescriptor) |
static void |
PbsEntryFormatter.writeTypeDesc(PbsOutputStream output,
ITypeDesc typeDescriptor) |
Constructor and Description |
---|
NotifyEvent(IEntryHolder holder,
ITypeDesc tte,
NotifyContext notifyContext) |
Modifier and Type | Field and Description |
---|---|
protected ITypeDesc |
AbstractEntryType._typeDesc |
Constructor and Description |
---|
AbstractEntryType(ITypeDesc typeDesc)
Constructs an abstract entry with is class-type meta-data.
|
AbstractIdsQueryPacket(Object[] ids,
int version,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
EntryImpl(IEntryHolder entryHolder,
ITypeDesc typeDesc)
Constructs an Entry implementation including its class-type meta-data.
|
ExternalEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
String uid,
int version,
long timeToLive,
boolean isTransient) |
ExternalEntryPacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] fixedProperties,
String uid,
int version,
long timeToLive,
boolean isTransient,
String implClassName) |
ExternalEntryPacket(ITypeDesc typeDesc,
Object[] values) |
ExternalTemplatePacket(ITypeDesc typeDesc,
EntryType entryType,
Object[] values,
String uid,
int version,
long timeToLive,
boolean isTransient,
ExternalEntry ee) |
IdQueryPacket(Object id,
Object routing,
int version,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
IdsMultiRoutingQueryPacket(Object[] ids,
Object[] routings,
int version,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
IdsQueryPacket(Object[] ids,
Object routing,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType,
AbstractProjectionTemplate projectionTemplate) |
UidQueryPacket(ITypeDesc typeDesc,
String uid,
Object routing,
int version,
QueryResultTypeInternal resultType,
boolean returnOnlyUids,
AbstractProjectionTemplate projectionTemplate) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
JSpaceAdminProxy.getClassDescriptor(String className) |
ITypeDesc |
IInternalRemoteJSpaceAdmin.getClassDescriptor(String className)
Get the basic class information from the space directory.
|
ITypeDesc |
JSpaceAdminImpl.getClassDescriptor(String className) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
BlobStoreTypeDescSerializable.getTypeDesc() |
ITypeDesc |
OffHeapMetaDataIterator.next() |
Modifier and Type | Method and Description |
---|---|
void |
OffHeapStorageAdapter.introduceDataType(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
static ExternalEntry |
ExternalEntryUtils.createExternalEntry(String className,
Object[] fieldsValues,
ITypeDesc typeDesc) |
static void |
ExternalEntryUtils.updateProperties(ExternalEntry ee,
ITypeDesc typeDesc) |
static void |
ExternalEntryUtils.updateTypeDescription(ExternalEntry ee,
ITypeDesc typeDesc) |
Constructor and Description |
---|
BasicTypeInfo(ITypeDesc typeDesc)
Deprecated.
|
Constructor and Description |
---|
SpaceAfterChangeFilterEntryImpl(ITemplateHolder templateHolder,
IEntryPacket entryPacket,
ITypeDesc typeDesc,
Collection mutators) |
SpaceBeforeChangeFilterEntryImpl(ITemplateHolder templateHolder,
ITypeDesc typeDesc,
Collection mutators) |
SpaceFilterEntryImpl(IEntryHolder entryHolder,
ITypeDesc typeDesc) |
SpaceUpdateFilterEntryImpl(IEntryPacket entryPacket,
ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
void |
MemorySA.introduceDataType(ITypeDesc typeDesc) |
void |
IStorageAdapter.introduceDataType(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
static ITypeDesc |
SQLUtil.checkTableExistence(String tableName,
IJSpace space)
Checks if given table (class name) exists in space
|
ITypeDesc |
AbstractDMLQuery.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
static Object |
SQLUtil.cast(ITypeDesc typeDesc,
String propertyName,
Object obj,
boolean isPreparedValue)
Verifies that the correct type of object is supplied for given column.
|
static Object |
SQLUtil.getFieldValue(IEntryPacket e,
ITypeDesc typeDesc,
String propertyName) |
void |
AbstractDMLQuery.setTemplatePreparedValues(ITypeDesc typeDesc,
Object[] fieldValues) |
Constructor and Description |
---|
CreateTableQuery(String tableName,
ITypeDesc typeDesc,
boolean[] extraIndices) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
QueryEntryPacket.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTemplatePacket.prepareForSpace(ITypeDesc typeDesc)
Convert the ranges to a single space template
|
void |
UnionTemplatePacket.prepareForSpace(ITypeDesc typeDesc) |
void |
QueryTemplatePacket.prepareForUnion(ITypeDesc typeDesc)
Temporary method used only for "OR" queries.
|
void |
QueryEntryPacket.setTypeDesc(ITypeDesc typeDesc,
boolean serializeTypeDesc) |
Constructor and Description |
---|
SQLQueryTemplatePacket(SQLQuery<?> sqlQuery,
ITypeDesc typeDesc,
QueryResultTypeInternal resultType) |
Modifier and Type | Method and Description |
---|---|
boolean |
RelationRange.isIndexed(ITypeDesc typeDesc) |
boolean |
Range.isIndexed(ITypeDesc typeDesc) |
SQLQuery |
ContainsValueRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
CompositeRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
InRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
EqualValueRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
NotNullRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
NotEqualValueRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
IsNullRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
RelationRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
EmptyRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
RegexRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
NotRegexRange.toSQLQuery(ITypeDesc typeDesc) |
SQLQuery |
SegmentRange.toSQLQuery(ITypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
Object |
LiteralNode.getConvertedObject(ITypeDesc typeDesc,
String propertyName)
Gets the node's object converted to the provided property's object type.
|
Object |
PreparedNode.getConvertedObject(ITypeDesc typeDesc,
String propertyName) |
Object |
InnerQueryNode.getConvertedObject(ITypeDesc typeDesc,
String propertyName) |
<T> Set<T> |
AbstractInNode.getConvertedValues(ITypeDesc typeDesc,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
QueryTableData.getTypeDesc() |
Modifier and Type | Method and Description |
---|---|
void |
QueryTableData.setTypeDesc(ITypeDesc typeDesc) |
Constructor and Description |
---|
TemplateImpl(TemplateInfo template,
ITypeDesc typeDesc) |
Constructor and Description |
---|
CacheEntry(IEntryHolder entryHolder,
ITypeDesc typeDesc)
Constructs CacheEntry from IEntryHolder and TypeTableEntry.
|
Modifier and Type | Method and Description |
---|---|
ITypeDesc |
EntryAdapter.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SQLQuery<?> |
SQLQueryBuilder.build(IEntryPacket entryPacket,
ITypeDesc typeDesc)
Builds an
SQLQuery from given entry packet |
SQLQuery<?> |
DefaultSQLQueryBuilder.build(IEntryPacket entry,
ITypeDesc typeDesc) |
SQLQuery<?> |
SQLQueryBuilder.build(ITemplateHolder template,
String typeName,
ITypeDesc typeDesc)
Builds an
SQLQuery from given template |
SQLQuery<?> |
DefaultSQLQueryBuilder.build(ITemplateHolder template,
String typeName,
ITypeDesc typeDesc)
Builds the SQLQuery using given template extended match codes and values.
|
Constructor and Description |
---|
BulkDataItem(IEntryHolder entryHolder,
ITypeDesc typeDesc,
short operation)
Constructs a
BulkDataItem out of IEntryHolder and TypeTableEntry. |
BulkDataItem(IEntryHolder entryHolder,
ITypeDesc typeDesc,
short operation,
IDataConverter<IEntryPacket> converter)
Constructs a
BulkDataItem out of IEntryHolder and TypeTableEntry.Given converter is used for internal entry conversion. |
EntryAdapter(IEntryHolder entryHolder,
ITypeDesc typeDesc) |
EntryAdapter(IEntryHolder entryHolder,
ITypeDesc typeDesc,
IDataConverter<IEntryPacket> converter) |
PartialUpdateBulkDataItem(IEntryHolder entryHolder,
boolean[] partialUpdateValuesIndicators,
ITypeDesc typeDesc,
IDataConverter<IEntryPacket> converter) |
Copyright © GigaSpaces.