Uses of Class
net.sf.ehcache.search.ExecutionHints
-
Packages that use ExecutionHints 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. -
-
Uses of ExecutionHints in net.sf.ehcache.search
Methods in net.sf.ehcache.search that return ExecutionHints Modifier and Type Method Description ExecutionHintsExecutionHints. setResultBatchSize(int size)Set desired batch size for search results.Methods in net.sf.ehcache.search with parameters of type ExecutionHints Modifier and Type Method Description ResultsQuery. execute(ExecutionHints hints)LikeQuery.execute(), but with specified execution parameters. -
Uses of ExecutionHints in net.sf.ehcache.search.impl
Methods in net.sf.ehcache.search.impl with parameters of type ExecutionHints Modifier and Type Method Description protected abstract voidBaseQueryInterpreter. setHints(ExecutionHints hints)hook -
Uses of ExecutionHints in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return ExecutionHints Modifier and Type Method Description ExecutionHintsStoreQuery. getExecutionHints()Get execution hints for this query
-