Uses of Interface
com.gigaspaces.metadata.index.SpaceIndex
Packages that use SpaceIndex
Package
Description
Provides classes and interfaces encapsulating space entries metadata.
Provides classes and interfaces encapsulating space entries indexes.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of SpaceIndex in com.gigaspaces.cluster.replication.gateway.conflict
Methods in com.gigaspaces.cluster.replication.gateway.conflict that return SpaceIndex -
Uses of SpaceIndex in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type SpaceIndexModifier and TypeMethodDescriptionAbstractSpaceProxy.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener) ISpaceProxy.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener) -
Uses of SpaceIndex in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type SpaceIndexModifier and TypeMethodDescriptionAbstractSpaceProxyActionManager.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener) -
Uses of SpaceIndex in com.gigaspaces.internal.client.spaceproxy.metadata
Method parameters in com.gigaspaces.internal.client.spaceproxy.metadata with type arguments of type SpaceIndexModifier 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 SpaceIndex in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return SpaceIndex -
Uses of SpaceIndex in com.gigaspaces.internal.metadata
Classes in com.gigaspaces.internal.metadata that implement SpaceIndexModifier and TypeClassDescriptionclassAn index for a path containing a collection ("[*]").Methods in com.gigaspaces.internal.metadata that return types with arguments of type SpaceIndexModifier and TypeMethodDescriptionITypeDesc.getCompoundIndexes()TypeDesc.getCompoundIndexes()ITypeDesc.getIndexes()SpaceTypeInfo.getIndexes()TypeDesc.getIndexes()Constructor parameters in com.gigaspaces.internal.metadata with type arguments of type SpaceIndexModifierConstructorDescriptionTypeDesc(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 SpaceIndex in com.gigaspaces.internal.query.explainplan
Method parameters in com.gigaspaces.internal.query.explainplan with type arguments of type SpaceIndexModifier and TypeMethodDescriptionstatic voidSingleExplainPlan.validate(long timeout, boolean blobStoreCachePolicy, int operationModifiers, ICustomQuery customQuery, Map<String, SpaceIndex> indexes) -
Uses of SpaceIndex in com.gigaspaces.internal.server.metadata
Methods in com.gigaspaces.internal.server.metadata that return types with arguments of type SpaceIndexModifier and TypeMethodDescriptionInactiveTypeDesc.getCompoundIndexes()InactiveTypeDesc.getIndexes() -
Uses of SpaceIndex in com.gigaspaces.internal.server.space.metadata
Methods in com.gigaspaces.internal.server.space.metadata with parameters of type SpaceIndexModifier and TypeMethodDescriptionSpaceTypeManager.addIndexes(String typeName, SpaceIndex[] newIndexes) -
Uses of SpaceIndex in com.gigaspaces.internal.server.space.tiered_storage
Methods in com.gigaspaces.internal.server.space.tiered_storage with parameters of type SpaceIndexModifier and TypeMethodDescriptionvoidTieredStorageSA.addIndexes(String typeName, SpaceIndex[] indexes) -
Uses of SpaceIndex in com.gigaspaces.internal.space.requests
Methods in com.gigaspaces.internal.space.requests that return SpaceIndexConstructors in com.gigaspaces.internal.space.requests with parameters of type SpaceIndexModifierConstructorDescriptionAddTypeIndexesRequestInfo(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener) -
Uses of SpaceIndex in com.gigaspaces.internal.sync
Methods in com.gigaspaces.internal.sync with parameters of type SpaceIndexModifier and TypeMethodDescriptionvoidSynchronizationStorageAdapter.addIndexes(String typeName, SpaceIndex[] indexes) -
Uses of SpaceIndex in com.gigaspaces.internal.sync.hybrid
Methods in com.gigaspaces.internal.sync.hybrid with parameters of type SpaceIndexModifier and TypeMethodDescriptionvoidSyncHybridStorageAdapter.addIndexes(String typeName, SpaceIndex[] indexes) -
Uses of SpaceIndex in com.gigaspaces.metadata
Methods in com.gigaspaces.metadata that return types with arguments of type SpaceIndexModifier and TypeMethodDescriptionSpaceTypeDescriptor.getIndexes()Gets the indexes of the type, mapped by their names.Methods in com.gigaspaces.metadata with parameters of type SpaceIndexModifier and TypeMethodDescriptionSpaceTypeDescriptorBuilder.addIndex(SpaceIndex index) Adds the specified index to the type's index set. -
Uses of SpaceIndex in com.gigaspaces.metadata.index
Subinterfaces of SpaceIndex in com.gigaspaces.metadata.indexModifier and TypeInterfaceDescriptioninterfaceEncapsulates information about an index in a space type.Classes in com.gigaspaces.metadata.index that implement SpaceIndexModifier 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.Methods in com.gigaspaces.metadata.index that return SpaceIndexModifier and TypeMethodDescriptionstatic SpaceIndexSpaceIndexFactory.createCompoundIndex(String[] paths) static SpaceIndexSpaceIndexFactory.createCompoundIndex(String[] paths, SpaceIndexType indexType, String indexName, boolean unique) Creates a space compound index from the specified paths with the specified index type.static SpaceIndexSpaceIndexFactory.createPathIndex(String path, SpaceIndexType indexType) Creates a space index for the specified path with the specified index type.static SpaceIndexSpaceIndexFactory.createPathIndex(String path, SpaceIndexType indexType, boolean unique) Creates a space index for the specified path with the specified index type.static SpaceIndexSpaceIndexFactory.createPropertyIndex(String propertyName, SpaceIndexType indexType) Creates a space index for the specified property with the specified index type.static SpaceIndexSpaceIndexFactory.createPropertyIndex(String propertyName, SpaceIndexType indexType, boolean unique) Creates a space index for the specified property with the specified index type. -
Uses of SpaceIndex in com.gigaspaces.query.aggregators
Method parameters in com.gigaspaces.query.aggregators with type arguments of type SpaceIndexModifier and TypeMethodDescriptionbooleanAverageAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanCountAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanDistinctAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMaxEntryAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMaxValueAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMinEntryAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMinValueAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanOrderByAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanSpaceEntriesAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanSumAggregator.isIndexUsed(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanAverageAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanCountAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanDistinctAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMaxEntryAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMaxValueAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMinEntryAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanMinValueAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanOrderByAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanSpaceEntriesAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) booleanSumAggregator.skipFullScanSupported(Map<String, SpaceIndex> indexes, boolean isMemoryScan) -
Uses of SpaceIndex in com.gigaspaces.sync
Methods in com.gigaspaces.sync that return SpaceIndexConstructors in com.gigaspaces.sync with parameters of type SpaceIndex -
Uses of SpaceIndex in com.gigaspaces.sync.serializable
Methods in com.gigaspaces.sync.serializable that return SpaceIndex -
Uses of SpaceIndex in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache with parameters of type SpaceIndexModifier and TypeMethodDescriptionTypeData.getIndexFifoGroupingType(SpaceIndex spaceIndex, String fifoGroupingName, Set<String> fifoGroupingIndexes) -
Uses of SpaceIndex in com.j_spaces.core.cache.blobStore.sadapter
Methods in com.j_spaces.core.cache.blobStore.sadapter with parameters of type SpaceIndexModifier and TypeMethodDescriptionvoidBlobStoreStorageAdapter.addIndexes(String typeName, SpaceIndex[] indexes) -
Uses of SpaceIndex in com.j_spaces.core.cache.fifoGroup
Method parameters in com.j_spaces.core.cache.fifoGroup with type arguments of type SpaceIndexModifier 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) -
Uses of SpaceIndex in com.j_spaces.core.sadapter
Methods in com.j_spaces.core.sadapter with parameters of type SpaceIndexModifier and TypeMethodDescriptionvoidIStorageAdapter.addIndexes(String typeName, SpaceIndex[] indexes) voidMemorySA.addIndexes(String typeName, SpaceIndex[] indexes) -
Uses of SpaceIndex in org.openspaces.core
Methods in org.openspaces.core with parameters of type SpaceIndexModifier and TypeMethodDescriptionDefaultGigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index) DefaultGigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index, AsyncFutureListener<AddTypeIndexesResult> listener) GigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index) Adds the specified index to the specified type.GigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index, AsyncFutureListener<AddTypeIndexesResult> listener) Adds the specified index to the specified type.DefaultGigaSpaceTypeManager.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener) GigaSpaceTypeManager.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener) Adds the specified indexes to the specified type.