GigaSpaces XAP 8.0 API

Uses of Interface
com.gigaspaces.metadata.index.SpaceIndex

Packages that use SpaceIndex
com.gigaspaces.cluster.replication.gateway.conflict   
com.gigaspaces.metadata Provides classes and interfaces encapsulating space entries metadata. 
com.gigaspaces.metadata.index Provides classes and interfaces encapsulating space entries indexes. 
org.openspaces.core 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
 SpaceIndex[] AddIndexConflict.getIndexes()
           
 

Uses of SpaceIndex in com.gigaspaces.metadata
 

Methods in com.gigaspaces.metadata that return types with arguments of type SpaceIndex
 Map<String,SpaceIndex> SpaceTypeDescriptor.getIndexes()
          Gets the indexes of the type, mapped by their names.
 

Methods in com.gigaspaces.metadata with parameters of type SpaceIndex
 SpaceTypeDescriptorBuilder SpaceTypeDescriptorBuilder.addIndex(SpaceIndex index)
          Adds the specified index to the type's index set.
 

Uses of SpaceIndex in com.gigaspaces.metadata.index
 

Methods in com.gigaspaces.metadata.index that return SpaceIndex
static SpaceIndex SpaceIndexFactory.createPathIndex(String path, SpaceIndexType indexType)
          Creates a space index for the specified path with the specified index type.
static SpaceIndex SpaceIndexFactory.createPropertyIndex(String propertyName, SpaceIndexType indexType)
          Creates a space index for the specified property with the specified index type.
 

Uses of SpaceIndex in org.openspaces.core
 

Methods in org.openspaces.core with parameters of type SpaceIndex
 AsyncFuture<AddTypeIndexesResult> GigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index)
          Adds the specified index to the specified type.
 AsyncFuture<AddTypeIndexesResult> DefaultGigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index)
           
 AsyncFuture<AddTypeIndexesResult> GigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index, AsyncFutureListener<AddTypeIndexesResult> listener)
          Adds the specified index to the specified type.
 AsyncFuture<AddTypeIndexesResult> DefaultGigaSpaceTypeManager.asyncAddIndex(String typeName, SpaceIndex index, AsyncFutureListener<AddTypeIndexesResult> listener)
           
 AsyncFuture<AddTypeIndexesResult> GigaSpaceTypeManager.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener)
          Adds the specified indexes to the specified type.
 AsyncFuture<AddTypeIndexesResult> DefaultGigaSpaceTypeManager.asyncAddIndexes(String typeName, SpaceIndex[] indexes, AsyncFutureListener<AddTypeIndexesResult> listener)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.