Index

A C D G H I P Q R S V 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractQuerier<T> - Class in icu.easyj.data.memory.querier
查询器 抽象类
AbstractQuerier() - Constructor for class icu.easyj.data.memory.querier.AbstractQuerier
 
ASC - Enum constant in enum class icu.easyj.data.memory.querier.SortOrder
asc

C

compareByFieldName(D, D, String) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
Compare by field name.

D

DbStoreException - Exception in icu.easyj.data.store
数据库存储接口异常
DbStoreException(String) - Constructor for exception icu.easyj.data.store.DbStoreException
 
DbStoreException(String, String) - Constructor for exception icu.easyj.data.store.DbStoreException
 
DbStoreException(String, String, Throwable) - Constructor for exception icu.easyj.data.store.DbStoreException
 
DbStoreException(String, Throwable) - Constructor for exception icu.easyj.data.store.DbStoreException
 
DESC - Enum constant in enum class icu.easyj.data.memory.querier.SortOrder
desc
doCount(List<D>) - Method in interface icu.easyj.data.memory.querier.Querier
Do count.
doFilter(List<D>) - Method in interface icu.easyj.data.memory.querier.Querier
Do filter.
doPaging(List<D>) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
Do paging.
doPaging(List<D>) - Method in interface icu.easyj.data.memory.querier.Querier
Do paging.
doQuery(List<D>) - Method in interface icu.easyj.data.memory.querier.Querier
Do query.
doSort(List<D>) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
Do sort.
doSort(List<D>) - Method in interface icu.easyj.data.memory.querier.Querier
Do sort.

G

getFromIndex() - Method in class icu.easyj.data.memory.querier.AbstractQuerier
The starting index of the current page
getPageNumber() - Method in class icu.easyj.data.memory.querier.AbstractQuerier
 
getPageNumber() - Method in interface icu.easyj.data.memory.querier.Pageable
Gets page number
getPageSize() - Method in class icu.easyj.data.memory.querier.AbstractQuerier
 
getPageSize() - Method in interface icu.easyj.data.memory.querier.Pageable
Gets page size
getSortFieldName() - Method in class icu.easyj.data.memory.querier.SortParam
 
getSortOrder() - Method in class icu.easyj.data.memory.querier.SortParam
 
getSortParams() - Method in class icu.easyj.data.memory.querier.AbstractQuerier
 
getSortParams() - Method in interface icu.easyj.data.memory.querier.Sortable
Gets sort params.
getToIndex(int) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
The end index of the current page

H

hasSortParams() - Method in interface icu.easyj.data.memory.querier.Sortable
Has sort params.

I

icu.easyj.data.memory.querier - package icu.easyj.data.memory.querier
 
icu.easyj.data.store - package icu.easyj.data.store
 
isMatch(D) - Method in interface icu.easyj.data.memory.querier.Querier
Match data
isNeedSort(List<?>) - Method in interface icu.easyj.data.memory.querier.Sortable
Is need sort.

P

Pageable - Interface in icu.easyj.data.memory.querier
可分页的接口
pageNumber - Variable in class icu.easyj.data.memory.querier.AbstractQuerier
The page number
pageSize - Variable in class icu.easyj.data.memory.querier.AbstractQuerier
The page size

Q

Querier<T> - Interface in icu.easyj.data.memory.querier
查询者接口

R

RedisStoreException - Exception in icu.easyj.data.store
Redis存储接口异常
RedisStoreException(String) - Constructor for exception icu.easyj.data.store.RedisStoreException
 
RedisStoreException(String, String) - Constructor for exception icu.easyj.data.store.RedisStoreException
 
RedisStoreException(String, String, Throwable) - Constructor for exception icu.easyj.data.store.RedisStoreException
 
RedisStoreException(String, Throwable) - Constructor for exception icu.easyj.data.store.RedisStoreException
 

S

setPageNumber(int) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
 
setPageNumber(int) - Method in interface icu.easyj.data.memory.querier.Pageable
Sets page number
setPageSize(int) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
 
setPageSize(int) - Method in interface icu.easyj.data.memory.querier.Pageable
Sets page size
setSortFieldName(String) - Method in class icu.easyj.data.memory.querier.SortParam
 
setSortOrder(SortOrder) - Method in class icu.easyj.data.memory.querier.SortParam
 
setSortParams(SortParam...) - Method in class icu.easyj.data.memory.querier.AbstractQuerier
 
setSortParams(SortParam...) - Method in interface icu.easyj.data.memory.querier.Sortable
Sets sort params.
Sortable - Interface in icu.easyj.data.memory.querier
可排序的
SortOrder - Enum Class in icu.easyj.data.memory.querier
排序方式
SortParam - Class in icu.easyj.data.memory.querier
排序参数
SortParam() - Constructor for class icu.easyj.data.memory.querier.SortParam
 
SortParam(String) - Constructor for class icu.easyj.data.memory.querier.SortParam
 
SortParam(String, SortOrder) - Constructor for class icu.easyj.data.memory.querier.SortParam
 
sortParams - Variable in class icu.easyj.data.memory.querier.AbstractQuerier
The sort params
StoreException - Exception in icu.easyj.data.store
存储接口异常
StoreException(String) - Constructor for exception icu.easyj.data.store.StoreException
 
StoreException(String, String) - Constructor for exception icu.easyj.data.store.StoreException
 
StoreException(String, String, Throwable) - Constructor for exception icu.easyj.data.store.StoreException
 
StoreException(String, Throwable) - Constructor for exception icu.easyj.data.store.StoreException
 

V

valueOf(String) - Static method in enum class icu.easyj.data.memory.querier.SortOrder
Returns the enum constant of this class with the specified name.
values() - Static method in enum class icu.easyj.data.memory.querier.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
A C D G H I P Q R S V 
All Classes and Interfaces|All Packages|Serialized Form