Package | Description |
---|---|
com.caucho.amber | |
com.caucho.amber.entity | |
com.caucho.amber.manager | |
com.caucho.amber.query |
Modifier and Type | Method and Description |
---|---|
ResultSetCacheChunk |
EnvAmberManager.getQueryChunk(QueryCacheKey key)
Returns the query result.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvAmberManager.putQueryChunk(QueryCacheKey key,
ResultSetCacheChunk chunk)
Sets the query result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RowInvalidateCompletion.complete(ResultSetCacheChunk chunk)
Code to invalidate the query.
|
boolean |
TableInvalidateCompletion.complete(ResultSetCacheChunk chunk)
Code to invalidate the query.
|
boolean |
RowInsertCompletion.complete(ResultSetCacheChunk chunk)
Code to invalidate the query.
|
boolean |
AmberCompletion.complete(ResultSetCacheChunk cacheChunk)
Code to update caches when a transaction completes.
|
Modifier and Type | Method and Description |
---|---|
ResultSetCacheChunk |
AmberConnection.getQueryCacheChunk(java.lang.String sql,
java.lang.Object[] args,
int startRow)
Returns the cache chunk.
|
ResultSetCacheChunk |
AmberPersistenceUnit.getQueryChunk(QueryCacheKey key)
Returns the query result.
|
Modifier and Type | Method and Description |
---|---|
void |
AmberConnection.putQueryCacheChunk(java.lang.String sql,
java.lang.Object[] args,
int startRow,
ResultSetCacheChunk cacheChunk,
java.sql.ResultSetMetaData cacheMetaData)
Sets the cache chunk.
|
void |
AmberPersistenceUnit.putQueryChunk(QueryCacheKey key,
ResultSetCacheChunk chunk)
Sets the query result.
|
Modifier and Type | Method and Description |
---|---|
ResultSetCacheChunk |
ResultSetCacheChunk.getNext()
Gets the next chunk
|
Modifier and Type | Method and Description |
---|---|
void |
ResultSetImpl.fillCacheChunk(ResultSetCacheChunk cacheChunk)
Fills the cache chunk.
|
void |
ResultSetImpl.setCacheChunk(ResultSetCacheChunk cacheChunk,
java.sql.ResultSetMetaData metaData)
Sets the first cache chunk
|
void |
ResultSetCacheChunk.setNext(ResultSetCacheChunk next)
Gets the next chunk
|
Constructor and Description |
---|
ResultSetCacheChunk(ResultSetCacheChunk prev) |