| Package | Description |
|---|---|
| net.sf.ehcache.search |
This package contains classes for ehcache core search API.
|
| net.sf.ehcache.search.impl |
This package contains an implementation for Results.
|
| net.sf.ehcache.store |
Store package.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionHints |
ExecutionHints.setResultBatchSize(int size)
Set desired batch size for search results.
|
| Modifier and Type | Method and Description |
|---|---|
Results |
Query.execute(ExecutionHints hints)
Like
Query.execute(), but with specified execution parameters. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseQueryInterpreter.setHints(ExecutionHints hints)
hook
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionHints |
StoreQuery.getExecutionHints()
Get execution hints for this query
|
Copyright 2001-2021, Terracotta, Inc.