Uses of Class
com.gigaspaces.internal.metadata.PropertyInfo
Packages that use PropertyInfo
Package
Description
Provides classes and interfaces encapsulating space entries metadata.
Provides Space properties and security context services
-
Uses of PropertyInfo in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type PropertyInfoModifier and TypeMethodDescriptionstatic ITypeDescTypeDescFactory.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 broadcast, boolean supportsOptimisticLocking, boolean supportsDynamicProperties, byte dynamicPropertiesStorageType, String documentWrapperType, boolean blobstoreEnabled) -
Uses of PropertyInfo in com.gigaspaces.internal.metadata
Methods in com.gigaspaces.internal.metadata that return PropertyInfoModifier and TypeMethodDescriptionPropertyInfo.Builder.build()ITypeDesc.getFixedProperty(int propertyID) TypeDesc.getFixedProperty(int propertyID) TypeDesc.getFixedProperty(String propertyName) ITypeDesc.getNonSerializedProperties()TypeDesc.getNonSerializedProperties()ITypeDesc.getProperties()ITypeDesc.getProperties(boolean isPrimaryKeyFirst) TypeDesc.getProperties()TypeDesc.getProperties(boolean isPrimaryKeyFirst) ITypeDesc.getSerializedProperties()TypeDesc.getSerializedProperties()Constructors in com.gigaspaces.internal.metadata with parameters of type PropertyInfoModifierConstructorDescriptionTypeDesc(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) -
Uses of PropertyInfo in com.gigaspaces.internal.server.metadata
Methods in com.gigaspaces.internal.server.metadata that return PropertyInfoModifier and TypeMethodDescriptionInactiveTypeDesc.getFixedProperty(int propertyID) InactiveTypeDesc.getFixedProperty(String propertyName) InactiveTypeDesc.getNonSerializedProperties()InactiveTypeDesc.getProperties()InactiveTypeDesc.getProperties(boolean isPrimaryKeyFirst) InactiveTypeDesc.getSerializedProperties() -
Uses of PropertyInfo in com.gigaspaces.metadata
Constructors in com.gigaspaces.metadata with parameters of type PropertyInfoModifierConstructorDescriptionSpaceMetadataValidationException(String typeName, PropertyInfo property, String errorMessage) -
Uses of PropertyInfo in com.j_spaces.core
Methods in com.j_spaces.core that return PropertyInfo -
Uses of PropertyInfo in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache that return PropertyInfo -
Uses of PropertyInfo in com.j_spaces.core.cache.fifoGroup
Methods in com.j_spaces.core.cache.fifoGroup with parameters of type PropertyInfoModifier and TypeMethodDescriptionstatic 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)