public interface GFEQueryFactory extends QueryFactory
| Modifier and Type | Method and Description |
|---|---|
void |
createRegions()
Creates the regions used by the query object type.
|
Object |
directGet(Object key,
com.gemstone.gemfire.cache.Region region)
Get's the object from the Region
Used for direct get performance test
|
void |
directUpdate(int i,
int queryType)
updates the object into the correct region
Used for direct update performance test
|
Map |
fillAndExecutePreparedInsertObjects(List pobjs,
int i)
inserts objects into region
|
List |
getPreparedInsertObjects() |
com.gemstone.gemfire.cache.Region |
getRegionForQuery(int queryType) |
void |
readResultSet(int queryType,
Object rs) |
getDeleteQueryType, getPreparedQuery, getQuery, getQueryType, getUpdateQueryType, initvoid createRegions()
List getPreparedInsertObjects()
Map fillAndExecutePreparedInsertObjects(List pobjs, int i) throws QueryObjectException
pobjs - A list of objects for insertion. The implementing class needs to know what to do with this listi - the index of the object insertedQueryObjectExceptionObject directGet(Object key, com.gemstone.gemfire.cache.Region region)
com.gemstone.gemfire.cache.Region getRegionForQuery(int queryType)
void directUpdate(int i,
int queryType)
void readResultSet(int queryType,
Object rs)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.