| Package | Description | 
|---|---|
| com.gigaspaces.client.storage_adapters | |
| com.gigaspaces.client.storage_adapters.internal | |
| com.gigaspaces.internal.metadata | |
| com.gigaspaces.metadata | Provides classes and interfaces encapsulating space entries metadata. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAesAdapterBase class for implementing adapters which encrypt properties using AES. | 
| class  | AesCbcAdapterAdapter for encrypting properties using AES/CBC. | 
| class  | AesGcmAdapterAdapter for encrypting properties using AES/GCM. | 
| class  | BinaryAdapterAdapter for serializing properties using standard serialization and storing them in space in binary form. | 
| class  | ZipAdapterAdapter for compressing properties using standard zip compression and storing them in space in binary form. | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyStorageAdapter | PropertyStorageAdapterRegistry. get(Class<? extends PropertyStorageAdapter> key) | 
| PropertyStorageAdapter | PropertyStorageAdapterRegistry. getOrCreate(Class<? extends PropertyStorageAdapter> key) | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyStorageAdapter | PropertyStorageAdapterRegistry. get(Class<? extends PropertyStorageAdapter> key) | 
| PropertyStorageAdapter | PropertyStorageAdapterRegistry. getOrCreate(Class<? extends PropertyStorageAdapter> key) | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyStorageAdapter | PropertyInfo. getStorageAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends PropertyStorageAdapter> | SpacePropertyInfo. getStorageAdapterClass() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpacePropertyInfo. setStorageAdapterClass(Class<? extends PropertyStorageAdapter> storageAdapterClass) | 
| PropertyInfo.Builder | PropertyInfo.Builder. storageAdapter(Class<? extends PropertyStorageAdapter> storageAdapterClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends PropertyStorageAdapter> | StorageType. getStorageAdapterClass() | 
| Modifier and Type | Method and Description | 
|---|---|
| SpaceTypeDescriptorBuilder | SpaceTypeDescriptorBuilder. addFixedProperty(String propertyName,
                Class<?> propertyType,
                Class<? extends PropertyStorageAdapter> propertyStorageAdapter)Adds a property to the fixed properties set. | 
| SpaceTypeDescriptorBuilder | SpaceTypeDescriptorBuilder. addFixedProperty(String propertyName,
                Class<?> propertyType,
                SpaceDocumentSupport documentSupport,
                Class<? extends PropertyStorageAdapter> propertyStorageAdapter)Adds a property to the fixed properties set. | 
| SpaceTypeDescriptorBuilder | SpaceTypeDescriptorBuilder. addFixedProperty(String propertyName,
                String propertyTypeName,
                SpaceDocumentSupport documentSupport,
                Class<? extends PropertyStorageAdapter> propertyStorageAdapter) | 
Copyright © GigaSpaces.