GigaSpaces XAP 9.7.2 API

Uses of Interface
com.gigaspaces.metadata.SpaceTypeDescriptor

Packages that use SpaceTypeDescriptor
com.gigaspaces.cluster.replication.gateway.conflict   
com.gigaspaces.datasource Provides GigaSpaces DataSource implementation. 
com.gigaspaces.metadata Provides classes and interfaces encapsulating space entries metadata. 
com.gigaspaces.server Provides classes and interfaces representing server-side entities. 
com.gigaspaces.sync   
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
org.openspaces.core.config Support classes for Spring namespace based configuration of OpenSpaces core. 
org.openspaces.core.space This package is responsible for simplifying the creation of IJSpace implementation. 
org.openspaces.persistency.cassandra   
org.openspaces.persistency.cassandra.meta.mapping   
org.openspaces.persistency.cassandra.meta.mapping.node   
org.openspaces.persistency.patterns Set of patterns that can be used to wrap different external data sources. 
org.openspaces.persistency.support Support classes for persistency. 
 

Uses of SpaceTypeDescriptor in com.gigaspaces.cluster.replication.gateway.conflict
 

Methods in com.gigaspaces.cluster.replication.gateway.conflict that return SpaceTypeDescriptor
 SpaceTypeDescriptor RegisterTypeDescriptorConflict.getTypeDescriptor()
           
 

Uses of SpaceTypeDescriptor in com.gigaspaces.datasource
 

Methods in com.gigaspaces.datasource that return SpaceTypeDescriptor
 SpaceTypeDescriptor DataSourceIdQuery.getTypeDescriptor()
           
 SpaceTypeDescriptor DataSourceQuery.getTypeDescriptor()
           
 

Methods in com.gigaspaces.datasource that return types with arguments of type SpaceTypeDescriptor
 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.
 

Uses of SpaceTypeDescriptor in com.gigaspaces.metadata
 

Methods in com.gigaspaces.metadata that return SpaceTypeDescriptor
 SpaceTypeDescriptor SpaceTypeDescriptorBuilder.create()
          Create the space type descriptor using the gathered information.
 

Constructors in com.gigaspaces.metadata with parameters of type SpaceTypeDescriptor
SpaceTypeDescriptorBuilder(Class<?> type, SpaceTypeDescriptor superTypeDescriptor)
           
SpaceTypeDescriptorBuilder(String typeName, SpaceTypeDescriptor superTypeDescriptor)
          Initialize a type descriptor builder using the specified type name and super type descriptor.
 

Uses of SpaceTypeDescriptor in com.gigaspaces.server
 

Methods in com.gigaspaces.server that return SpaceTypeDescriptor
 SpaceTypeDescriptor ServerEntry.getSpaceTypeDescriptor()
          Gets the entry's type descriptor.
 

Uses of SpaceTypeDescriptor in com.gigaspaces.sync
 

Methods in com.gigaspaces.sync that return SpaceTypeDescriptor
 SpaceTypeDescriptor DataSyncOperation.getTypeDescriptor()
           
 SpaceTypeDescriptor IntroduceTypeData.getTypeDescriptor()
           
 

Uses of SpaceTypeDescriptor in org.openspaces.core
 

Methods in org.openspaces.core that return SpaceTypeDescriptor
 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.
 

Methods in org.openspaces.core with parameters of type SpaceTypeDescriptor
 void DefaultGigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
           
 void GigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
          Registers the specified space type descriptor in the space.
 

Uses of SpaceTypeDescriptor in org.openspaces.core.config
 

Methods in org.openspaces.core.config that return SpaceTypeDescriptor
 SpaceTypeDescriptor GigaSpaceDocumentTypeDescriptorFactoryBean.getObject()
           
 

Methods in org.openspaces.core.config with parameters of type SpaceTypeDescriptor
 void GigaSpaceDocumentTypeDescriptorFactoryBean.setSuperType(SpaceTypeDescriptor superTypeDescriptor)
           
 

Uses of SpaceTypeDescriptor in org.openspaces.core.space
 

Methods in org.openspaces.core.space with parameters of type SpaceTypeDescriptor
 UrlSpaceConfigurer UrlSpaceConfigurer.addSpaceType(SpaceTypeDescriptor spaceType)
           
 void UrlSpaceFactoryBean.setSpaceTypes(SpaceTypeDescriptor[] typeDescriptors)
          Inject a list of space types.
 

Uses of SpaceTypeDescriptor in org.openspaces.persistency.cassandra
 

Methods in org.openspaces.persistency.cassandra that return types with arguments of type SpaceTypeDescriptor
 DataIterator<SpaceTypeDescriptor> CassandraSpaceDataSource.initialMetadataLoad()
           
 

Uses of SpaceTypeDescriptor in org.openspaces.persistency.cassandra.meta.mapping
 

Methods in org.openspaces.persistency.cassandra.meta.mapping with parameters of type SpaceTypeDescriptor
 ColumnFamilyMetadata SpaceDocumentColumnFamilyMapper.toColumnFamilyMetadata(SpaceTypeDescriptor typeDescriptor)
           
 ColumnFamilyMetadata DefaultSpaceDocumentColumnFamilyMapper.toColumnFamilyMetadata(SpaceTypeDescriptor typeDescriptor)
           
 

Constructors in org.openspaces.persistency.cassandra.meta.mapping with parameters of type SpaceTypeDescriptor
SpaceTypeDescriptorHolder(SpaceTypeDescriptor typeDescriptor)
           
 

Uses of SpaceTypeDescriptor in org.openspaces.persistency.cassandra.meta.mapping.node
 

Methods in org.openspaces.persistency.cassandra.meta.mapping.node with parameters of type SpaceTypeDescriptor
 TopLevelTypeNode TypeNodeIntrospector.introspectTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
           
 

Uses of SpaceTypeDescriptor in org.openspaces.persistency.patterns
 

Methods in org.openspaces.persistency.patterns that return types with arguments of type SpaceTypeDescriptor
 DataIterator<SpaceTypeDescriptor> SpaceDataSourceExceptionHandler.initialMetadataLoad()
           
 DataIterator<SpaceTypeDescriptor> SpaceDataSourceSplitter.initialMetadataLoad()
          Iterates through all the given data sources and assembles their respective DataIterators from SpaceDataSource.initialMetadataLoad().
 

Uses of SpaceTypeDescriptor in org.openspaces.persistency.support
 

Methods in org.openspaces.persistency.support that return SpaceTypeDescriptor
 SpaceTypeDescriptor SpaceTypeDescriptorContainer.getTypeDescriptor()
           
 

Methods in org.openspaces.persistency.support that return types with arguments of type SpaceTypeDescriptor
static List<SpaceTypeDescriptor> TypeDescriptorUtils.sort(Map<String,SpaceTypeDescriptorContainer> typeDescriptorContainers)
           
 

Constructors in org.openspaces.persistency.support with parameters of type SpaceTypeDescriptor
SpaceTypeDescriptorContainer(SpaceTypeDescriptor typeDescriptor)
           
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.