|
GigaSpaces XAP 8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpaceTypeDescriptor | |
---|---|
com.gigaspaces.cluster.replication.gateway.conflict | |
com.gigaspaces.metadata | Provides classes and interfaces encapsulating space entries metadata. |
com.gigaspaces.server | Provides classes and interfaces representing server-side entities. |
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. |
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.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 org.openspaces.core |
---|
Methods in org.openspaces.core that return SpaceTypeDescriptor | |
---|---|
SpaceTypeDescriptor |
GigaSpaceTypeManager.getTypeDescriptor(Class<?> type)
Gets the space type descriptor of the specified type. |
SpaceTypeDescriptor |
DefaultGigaSpaceTypeManager.getTypeDescriptor(Class<?> type)
|
SpaceTypeDescriptor |
GigaSpaceTypeManager.getTypeDescriptor(String typeName)
Gets the space type descriptor of the specified type. |
SpaceTypeDescriptor |
DefaultGigaSpaceTypeManager.getTypeDescriptor(String typeName)
|
Methods in org.openspaces.core with parameters of type SpaceTypeDescriptor | |
---|---|
void |
GigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
Registers the specified space type descriptor in the space. |
void |
DefaultGigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
|
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. |
|
GigaSpaces XAP 8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |