public interface GFEQueryFactory extends QueryFactory
| Modifier and Type | Method and Description |
|---|---|
void |
createRegions()
Creates the regions used by the query object type.
|
java.lang.Object |
directGet(java.lang.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
|
java.util.Map |
fillAndExecutePreparedInsertObjects(java.util.List pobjs,
int i)
inserts objects into region
|
java.util.List |
getPreparedInsertObjects() |
com.gemstone.gemfire.cache.Region |
getRegionForQuery(int queryType) |
void |
readResultSet(int queryType,
java.lang.Object rs) |
getDeleteQueryType, getPreparedQuery, getQuery, getQueryType, getUpdateQueryType, initvoid createRegions()
java.util.List getPreparedInsertObjects()
java.util.Map fillAndExecutePreparedInsertObjects(java.util.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 insertedQueryObjectExceptionjava.lang.Object directGet(java.lang.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,
java.lang.Object rs)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.