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.
|
Modifier and Type | Method and Description |
---|---|
List<Result> |
Results.all()
Retrieve all of the cache results in one shot.
|
List<Result> |
NullResults.all()
Retrieve all of the cache results in one shot.
|
List<Result> |
Results.range(int start,
int count)
Retrieve a subset of the cache results.
|
List<Result> |
NullResults.range(int start,
int count)
Retrieve a subset of the cache results.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateOnlyResult
A result implementation intended solely for holding aggregate results.
|
class |
BaseResult
Base result implementation
|
class |
GroupedResultImpl
Representation of single result row from group-by queries
|
class |
ResultImpl
Result implementation
|
Modifier and Type | Method and Description |
---|---|
List<Result> |
ResultsImpl.all()
Retrieve all of the cache results in one shot.
|
List<Result> |
ResultsImpl.range(int start,
int length)
Retrieve a subset of the cache results.
|
Constructor and Description |
---|
ResultsImpl(List<Result> results,
boolean hasKeys,
boolean hasValues,
boolean hasAttributes,
boolean hasAggregators)
Constructor
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.