Package | Description |
---|---|
com.gigaspaces.internal.client.spaceproxy.metadata | |
com.gigaspaces.internal.metadata | |
com.gigaspaces.internal.server.metadata | |
com.gigaspaces.metadata |
Provides classes and interfaces encapsulating space entries metadata.
|
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.cache | |
com.j_spaces.core.cache.fifoGroup |
Modifier and Type | Method and Description |
---|---|
static ITypeDesc |
TypeDescFactory.createPbsExplicitTypeDesc(EntryType entryType,
String className,
String[] superClassesNames,
PropertyInfo[] properties,
Map<String,SpaceIndex> indexes,
String idPropertyName,
boolean idAutoGenerate,
String routingPropertyName,
String fifoGroupingPropertyPath,
Set<String> fifoGroupingIndexPaths,
FifoSupport fifoMode,
boolean isReplicable,
boolean supportsOptimisticLocking,
boolean supportsDynamicProperties,
byte dynamicPropertiesStorageType,
String documentWrapperType,
boolean blobstoreEnabled) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
PropertyInfo.Builder.build() |
PropertyInfo |
ITypeDesc.getFixedProperty(int propertyID) |
PropertyInfo |
TypeDesc.getFixedProperty(int propertyID) |
PropertyInfo |
TypeDesc.getFixedProperty(String propertyName) |
PropertyInfo[] |
ITypeDesc.getNonSerializedProperties() |
PropertyInfo[] |
TypeDesc.getNonSerializedProperties() |
PropertyInfo[] |
ITypeDesc.getProperties() |
PropertyInfo[] |
TypeDesc.getProperties() |
PropertyInfo[] |
ITypeDesc.getProperties(boolean isPrimaryKeyFirst) |
PropertyInfo[] |
TypeDesc.getProperties(boolean isPrimaryKeyFirst) |
PropertyInfo[] |
ITypeDesc.getSerializedProperties() |
PropertyInfo[] |
TypeDesc.getSerializedProperties() |
Constructor and Description |
---|
TypeDesc(String typeName,
String codeBase,
String[] superTypesNames,
PropertyInfo[] properties,
boolean supportsDynamicProperties,
Map<String,SpaceIndex> indexes,
List<String> idPropertiesNames,
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,
Class<? extends ClassBinaryStorageAdapter> binaryStorageAdapter,
boolean broadcast,
TieredStorageTableConfig tieredStorageTableConfig,
boolean hasRoutingAnnotation) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
InactiveTypeDesc.getFixedProperty(int propertyID) |
PropertyInfo |
InactiveTypeDesc.getFixedProperty(String propertyName) |
PropertyInfo[] |
InactiveTypeDesc.getNonSerializedProperties() |
PropertyInfo[] |
InactiveTypeDesc.getProperties() |
PropertyInfo[] |
InactiveTypeDesc.getProperties(boolean isPrimaryKeyFirst) |
PropertyInfo[] |
InactiveTypeDesc.getSerializedProperties() |
Constructor and Description |
---|
SpaceMetadataValidationException(String typeName,
PropertyInfo property,
String errorMessage) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo[] |
AbstractEntryType.getProperties() |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
TypeData.getProperty(int propertyID) |
Modifier and Type | Method and Description |
---|---|
static List<TypeDataIndex> |
FifoGroupCacheImpl.createFifoGroupCompoundIndexes(PropertyInfo[] _properties,
Map<String,SpaceIndex> typeIndexes,
ConcurrentHashMap<String,TypeDataIndex<?>> _indexTable,
TypeDataIndex<Object> _fifoGroupIndex,
ISpaceIndex fifoGroupingPropertyDef,
TypeDataFactory typeDataFactory,
int indexPosition,
String fifoGroupingName,
Set<String> fifoGroupingIndexes,
List<CompoundIndex> compoundIndexDefinitions,
IServerTypeDesc serverTypeDesc) |
Copyright © GigaSpaces.