| Package | Description | 
|---|---|
| com.gigaspaces.internal.client.spaceproxy.metadata | |
| com.gigaspaces.internal.metadata | |
| com.j_spaces.core | 
 Provides Space properties and security context services 
 | 
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ITypeDesc | 
TypeDescFactory.createExternalEntryTypeDesc(ExternalEntry externalEntry,
                           String codeBase)  | 
ITypeDesc | 
ClientTypeDescRepository.getTypeDescByExternalEntry(ExternalEntry externalEntry)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExternalEntryIntrospector<T extends ExternalEntry>  | 
| Constructor and Description | 
|---|
TypeDesc(String typeName,
        String codeBase,
        String[] superTypesNames,
        PropertyInfo[] properties,
        boolean supportsDynamicProperties,
        Map<String,SpaceIndex> indexes,
        String idPropertyName,
        boolean idAutoGenerate,
        String defaultPropertyName,
        String routingPropertyName,
        String fifoGroupingName,
        Set<String> fifoGroupingIndexes,
        boolean systemType,
        FifoSupport fifoMode,
        boolean replicable,
        boolean supportsOptimisticLocking,
        StorageType storageType,
        EntryType entryType,
        Class<? extends Object> objectClass,
        Class<? extends ExternalEntry> externalEntryClass,
        Class<? extends SpaceDocument> documentWrapperClass,
        String dotnetDocumentWrapperType,
        byte dotnetStorageType,
        boolean blobstoreEnabled,
        String sequenceNumberPropertyName,
        TypeQueryExtensions queryExtensionsInfo)  | 
| Constructor and Description | 
|---|
ExternalTemplatePacket(ITypeDesc typeDesc,
                      EntryType entryType,
                      Object[] values,
                      String uid,
                      int version,
                      long timeToLive,
                      boolean isTransient,
                      ExternalEntry ee)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ExternalEntry | 
ExternalEntryUtils.createExternalEntry(String className,
                   Object[] fieldsValues,
                   ITypeDesc typeDesc)  | 
ExternalEntry | 
ExternalEntry.setTimeToLive(long timeToLive)
Deprecated.  
Set the time left for this entry to live. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ExternalEntryUtils.updateProperties(ExternalEntry ee,
                ITypeDesc typeDesc)  | 
static void | 
ExternalEntryUtils.updateTypeDescription(ExternalEntry ee,
                     ITypeDesc typeDesc)  | 
| Constructor and Description | 
|---|
ExternalEntry(ExternalEntry entry)
Deprecated.  
Copy constructor, creates a copy of this entry. 
 | 
Copyright © GigaSpaces.