GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.metadata.SpaceTypeDescriptorBuilder

Packages that use SpaceTypeDescriptorBuilder
com.gigaspaces.metadata Provides classes and interfaces encapsulating space entries metadata. 
 

Uses of SpaceTypeDescriptorBuilder in com.gigaspaces.metadata
 

Methods in com.gigaspaces.metadata that return SpaceTypeDescriptorBuilder
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName, Class<?> propertyType)
          Adds a property to the fixed properties set.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName, Class<?> propertyType, com.gigaspaces.metadata.SpaceDocumentSupport documentSupport)
          Adds a property to the fixed properties set.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName, String propertyTypeName)
          Adds a property to the fixed properties set.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName, String propertyTypeName, com.gigaspaces.metadata.SpaceDocumentSupport documentSupport)
           
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addIndex(SpaceIndex index)
          Adds the specified index to the type's index set.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addPathIndex(String path, SpaceIndexType indexType)
          Adds an index of the specified type for the specified path.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addPropertyIndex(String propertyName, SpaceIndexType indexType)
          Adds an index of the specified type for the specified property.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.documentWrapperClass(Class<? extends SpaceDocument> documentWrapperClass)
          Sets the document wrapper class for this type.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.fifoSupport(FifoSupport fifoSupport)
          Sets this type FIFO support.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.idProperty(String idPropertyName)
          Sets the ID property.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.idProperty(String idPropertyName, boolean autoGenerateId)
          Sets the ID property.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.idProperty(String idPropertyName, boolean autoGenerateId, SpaceIndexType indexType)
          Sets the ID property.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.replicable(boolean replicable)
          Sets whether this type is replicable or not.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.routingProperty(String routingPropertyName)
          Sets the routing property.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.routingProperty(String routingPropertyName, SpaceIndexType indexType)
          Sets the routing property.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.supportsDynamicProperties(boolean supportsDynamicProperties)
          Sets whether or not this type supports dynamic properties.
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.supportsOptimisticLocking(boolean supportsOptimisticLocking)
          Sets whether or not this type supports optimistic locking.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.