Modifier and Type | Method and Description |
---|---|
void |
SpaceProxyFactory.setTypeDescriptors(SpaceTypeDescriptor[] typeDescriptors) |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
RegisterTypeDescriptorConflict.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
DataSourceQueryImpl.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSourceIdQuery.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSourceIdsQuery.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSourceQuery.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSourceIdsQueryImpl.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSourceIdQueryImpl.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
SpaceDataSource.initialMetadataLoad()
This method is invoked on space initialization (before
SpaceDataSource.initialDataLoad() is invoked)
and is used for introducing data types kept in the data source to the space. |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
SharedIteratorSpaceDataSourceDecorator.initialMetadataLoad() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
AbstractLocalClusterOperationData.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
EntryPacketServerEntryAdapter.getSpaceTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
EDSAdapterSpaceDataSource.initialMetadataLoad() |
Modifier and Type | Interface and Description |
---|---|
interface |
ITypeDesc |
Modifier and Type | Class and Description |
---|---|
class |
TypeDesc |
Modifier and Type | Class and Description |
---|---|
class |
InactiveTypeDesc |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor[] |
SpaceInstanceConfig.getTypeDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceInstanceConfig.setTypeDescriptors(SpaceTypeDescriptor[] typeDescriptors) |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
ExternalizableServerEntry.getSpaceTypeDescriptor() |
SpaceTypeDescriptor |
TemplateEntryData.getSpaceTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
MirrorBulkDataItem.getTypeDescriptor() |
SpaceTypeDescriptor |
MirrorChangeBulkDataItem.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
SpaceTypeDescriptorBuilder.create()
Create the space type descriptor using the gathered information.
|
static SpaceTypeDescriptor |
SpaceTypeDescriptorVersionedSerializationUtils.fromSerializableForm(Serializable versionedSerializableForm)
Reads the version header for the given serializable form and returned a SpaceTypeDescriptor
matching that version
|
Modifier and Type | Method and Description |
---|---|
static Serializable |
SpaceTypeDescriptorVersionedSerializationUtils.toSerializableForm(SpaceTypeDescriptor typeDescriptor) |
Constructor and Description |
---|
SpaceTypeDescriptorBuilder(Class<?> type,
SpaceTypeDescriptor superTypeDescriptor) |
SpaceTypeDescriptorBuilder(String typeName,
SpaceTypeDescriptor superTypeDescriptor)
Initialize a type descriptor builder using the specified type name and super type
descriptor.
|
Modifier and Type | Method and Description |
---|---|
Collection<SpaceTypeDescriptor> |
MongoClientConnector.getSortedTypes() |
DataIterator<SpaceTypeDescriptor> |
MongoSpaceDataSource.initialMetadataLoad() |
Collection<SpaceTypeDescriptor> |
MongoClientConnector.loadMetadata() |
Modifier and Type | Method and Description |
---|---|
com.mongodb.DBObject |
MongoSpaceDataSource.getInitialQuery(SpaceTypeDescriptor typeDescriptor) |
void |
MongoClientConnector.introduceType(SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
static com.mongodb.BasicDBObjectBuilder |
MongoQueryFactory.bind(String parsedQuery,
Object[] parameters,
SpaceTypeDescriptor spaceTypeDescriptor) |
Constructor and Description |
---|
DefaultMongoDataIterator(com.mongodb.DBCursor iterator,
SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
IndexBuilder.ensureIndexes(SpaceTypeDescriptor spaceTypeDescriptor) |
Constructor and Description |
---|
DefaultSpaceDocumentMapper(SpaceTypeDescriptor spaceTypeDescriptor) |
SpaceDocumentMapperImpl(SpaceTypeDescriptor spaceTypeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
QueryExtensionManager.registerType(SpaceTypeDescriptor typeDescriptor) |
abstract void |
QueryExtensionManager.removeEntry(SpaceTypeDescriptor typeDescriptor,
String uid,
int version) |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
ServerEntry.getSpaceTypeDescriptor()
Gets the entry's type descriptor.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
IntroduceTypeData.getTypeDescriptor() |
SpaceTypeDescriptor |
IntroduceTypeDataImpl.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSyncOperation.getTypeDescriptor() |
Constructor and Description |
---|
IntroduceTypeDataImpl(SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
MemoryBasedEntryCacheInfo.getSpaceTypeDescriptor()
Gets the entry's type descriptor.
|
SpaceTypeDescriptor |
SpaceServerEntryImpl.getSpaceTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
QueryExtensionIndexManagerWrapper.introduceType(SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
OffHeapRefEntryCacheInfo.getSpaceTypeDescriptor()
Gets the entry's type descriptor.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
DefaultGigaSpaceTypeManager.getTypeDescriptor(Class<?> type) |
SpaceTypeDescriptor |
GigaSpaceTypeManager.getTypeDescriptor(Class<?> type)
Gets the space type descriptor of the specified type.
|
SpaceTypeDescriptor |
DefaultGigaSpaceTypeManager.getTypeDescriptor(String typeName) |
SpaceTypeDescriptor |
GigaSpaceTypeManager.getTypeDescriptor(String typeName)
Gets the space type descriptor of the specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultGigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor) |
void |
GigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
Registers the specified space type descriptor in the space.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
GigaSpaceDocumentTypeDescriptorFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
GigaSpaceDocumentTypeDescriptorFactoryBean.setSuperType(SpaceTypeDescriptor superTypeDescriptor) |
Modifier and Type | Method and Description |
---|---|
UrlSpaceConfigurer |
UrlSpaceConfigurer.addSpaceType(SpaceTypeDescriptor spaceType) |
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.addSpaceType(SpaceTypeDescriptor spaceType) |
void |
UrlSpaceFactoryBean.setSpaceTypes(SpaceTypeDescriptor[] typeDescriptors)
Inject a list of space types.
|
void |
EmbeddedSpaceFactoryBean.setSpaceTypes(SpaceTypeDescriptor[] typeDescriptors) |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
ClusterInfoAwareSpaceDataSource.initialMetadataLoad() |
Modifier and Type | Method and Description |
---|---|
protected String |
ClusterInfoAwareSpaceDataSource.createInitialLoadQuery(SpaceTypeDescriptor typeDescriptor,
String templateQuery) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,SpaceTypeDescriptor> |
CassandraSpaceDataSource.getInitialLoadEntriesMap() |
DataIterator<SpaceTypeDescriptor> |
CassandraSpaceDataSource.initialMetadataLoad() |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyMetadata |
DefaultSpaceDocumentColumnFamilyMapper.toColumnFamilyMetadata(SpaceTypeDescriptor typeDescriptor) |
ColumnFamilyMetadata |
SpaceDocumentColumnFamilyMapper.toColumnFamilyMetadata(SpaceTypeDescriptor typeDescriptor) |
Constructor and Description |
---|
SpaceTypeDescriptorHolder(SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
TopLevelTypeNode |
TypeNodeIntrospector.introspectTypeDescriptor(SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
AbstractHibernateSpaceDataSource.initialMetadataLoad() |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
SpaceDataSourceExceptionHandler.initialMetadataLoad() |
DataIterator<SpaceTypeDescriptor> |
SpaceDataSourceSplitter.initialMetadataLoad()
Iterates through all the given data sources and assembles their respective
DataIterator s from SpaceDataSource.initialMetadataLoad() . |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
SpaceTypeDescriptorContainer.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
static List<SpaceTypeDescriptor> |
TypeDescriptorUtils.sort(Collection<SpaceTypeDescriptor> typeDescriptors) |
static List<SpaceTypeDescriptor> |
TypeDescriptorUtils.sort(Map<String,SpaceTypeDescriptorContainer> typeDescriptorContainers) |
Modifier and Type | Method and Description |
---|---|
static List<SpaceTypeDescriptor> |
TypeDescriptorUtils.sort(Collection<SpaceTypeDescriptor> typeDescriptors) |
Constructor and Description |
---|
SpaceTypeDescriptorContainer(SpaceTypeDescriptor typeDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSpatialQueryExtensionManager.registerType(SpaceTypeDescriptor typeDescriptor) |
void |
LuceneSpatialQueryExtensionManager.removeEntry(SpaceTypeDescriptor typeDescriptor,
String uid,
int version) |
Constructor and Description |
---|
LuceneSpatialTypeIndex(LuceneSpatialConfiguration luceneConfig,
String namespace,
SpaceTypeDescriptor typeDescriptor) |
Copyright © GigaSpaces.