Uses of Interface
com.gigaspaces.metadata.index.ISpaceIndex
Packages that use ISpaceIndex
Package
Description
Provides classes and interfaces encapsulating space entries indexes.
-
Uses of ISpaceIndex in com.gigaspaces.internal.metadata
Classes in com.gigaspaces.internal.metadata that implement ISpaceIndexModifier and TypeClassDescriptionclassAn index for a path containing a collection ("[*]"). -
Uses of ISpaceIndex in com.gigaspaces.internal.server.space.metadata
Methods in com.gigaspaces.internal.server.space.metadata with parameters of type ISpaceIndexModifier and TypeMethodDescription<K> TypeDataIndex<K>TypeDataFactory.createCompoundCustomTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, CompoundIndexSegmentTypeData[] segments, int indexCreationNumber, int indexPosition, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) <K> TypeDataIndex<K>TypeDataFactory.createCustomMultiValuePerEntryTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber, ISpaceIndex.MultiValuePerEntryIndexTypes indexType) <K> TypeDataIndex<K>TypeDataFactory.createCustomTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) <K> TypeDataIndex<K>TypeDataFactory.createMultiValuePerEntryTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber, ISpaceIndex.MultiValuePerEntryIndexTypes indexType) <K> TypeDataIndex<K>TypeDataFactory.createTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber, Class<?> indexValueClass, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) -
Uses of ISpaceIndex in com.gigaspaces.metadata.index
Classes in com.gigaspaces.metadata.index that implement ISpaceIndexModifier and TypeClassDescriptionclassclassdefinition of a compound index meta dataclassDefault implementation of the space custom index meta dataclassThis type is intended for internal usage and should not be used directly.classThis type is intended for internal usage and should not be used directly. -
Uses of ISpaceIndex in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache that return ISpaceIndexConstructors in com.j_spaces.core.cache with parameters of type ISpaceIndexModifierConstructorDescriptionCompoundCustomTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, CompoundIndexSegmentTypeData[] segments, int indexCreationNumber, int indexPosition, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) CustomMultiValueTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber, ISpaceIndex.MultiValuePerEntryIndexTypes multiValueType) CustomTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber) CustomTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, int indexCreationNumber, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) MultiValueTypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, boolean useEconomyHashmap, int indexCreationNumber, ISpaceIndex.MultiValuePerEntryIndexTypes multiValueType) TypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, boolean useEconomyHashmap, int indexCreationNumber) TypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, boolean useEconomyHashmap, int indexCreationNumber, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) TypeDataIndex(CacheManager cacheManager, ISpaceIndex index, int pos, boolean useEconomyHashmap, int indexCreationNumber, Class<?> valueClass, ISpaceIndex.FifoGroupsIndexTypes fifoGroupsIndexType) -
Uses of ISpaceIndex in com.j_spaces.core.cache.fifoGroup
Methods in com.j_spaces.core.cache.fifoGroup with parameters of type ISpaceIndexModifier 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)