| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorageType | |
|---|---|
| com.gigaspaces.metadata | Provides classes and interfaces encapsulating space entries metadata. | 
| org.openspaces.core.config | Support classes for Spring namespace based configuration of OpenSpaces core. | 
| Uses of StorageType in com.gigaspaces.metadata | 
|---|
| Methods in com.gigaspaces.metadata that return StorageType | |
|---|---|
static StorageType | 
StorageType.fromCode(int code)
 | 
 StorageType | 
SpacePropertyDescriptor.getStorageType()
 | 
 StorageType | 
SpaceTypeDescriptor.getStorageType()
Get the type storage type  | 
static StorageType | 
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static StorageType[] | 
StorageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in com.gigaspaces.metadata with parameters of type StorageType | |
|---|---|
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName,
                 Class<?> propertyType,
                 com.gigaspaces.metadata.SpaceDocumentSupport documentSupport,
                 StorageType storageType)
Adds a property to the fixed properties set.  | 
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName,
                 Class<?> propertyType,
                 StorageType storageType)
Adds a property to the fixed properties set.  | 
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.addFixedProperty(String propertyName,
                 String propertyTypeName,
                 com.gigaspaces.metadata.SpaceDocumentSupport documentSupport,
                 StorageType storageType)
 | 
 SpaceTypeDescriptorBuilder | 
SpaceTypeDescriptorBuilder.storageType(StorageType storageType)
Sets type's storage type  | 
| Uses of StorageType in org.openspaces.core.config | 
|---|
| Methods in org.openspaces.core.config that return StorageType | |
|---|---|
 StorageType | 
GigaSpaceDocumentTypeDescriptorFactoryBean.getStorageType()
 | 
| Methods in org.openspaces.core.config with parameters of type StorageType | |
|---|---|
 void | 
GigaSpaceDocumentTypeDescriptorFactoryBean.setStorageType(StorageType storageType)
 | 
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||