GemFire 5.5

Uses of Interface
com.gemstone.gemfire.cache.query.Index

Packages that use Index
com.gemstone.gemfire.cache.query GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. 
 

Uses of Index in com.gemstone.gemfire.cache.query
 

Methods in com.gemstone.gemfire.cache.query that return Index
 Index QueryService.createIndex(String indexName, IndexType indexType, String indexedExpression, String fromClause)
          Create an index that can be used when executing queries.
 Index QueryService.createIndex(String indexName, IndexType indexType, String indexedExpression, String fromClause, String imports)
          Create an index that can be used when executing queries.
 Index QueryService.getIndex(Region region, String indexName)
          Get the Index from the specified Region with the specified name.
 

Methods in com.gemstone.gemfire.cache.query with parameters of type Index
 void QueryService.removeIndex(Index index)
          Remove the specified index.
 


GemFire 5.5

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.