クラス QueryCache
java.lang.Object
org.iplass.mtp.impl.entity.cache.QueryCache
- すべての実装されたインタフェース:
Serializable
- 関連項目:
-
コンストラクタの概要
コンストラクタコンストラクタ説明QueryCache(Integer count, List<?> list, InvocationType listType) QueryCache(Integer count, List<?> list, InvocationType listType, int ttl) -
メソッドの概要
修飾子とタイプメソッド説明booleancanIterate(InvocationType invocationType) booleaneol()getCount()longgetEol()List<?> getList()<T> voiditerate(Predicate<T> callback, Query query, InvocationType invocationType, EntityHandler eh)
-
コンストラクタの詳細
-
QueryCache
-
QueryCache
-
-
メソッドの詳細
-
getCount
-
getList
-
getListType
-
getEol
public long getEol() -
eol
public boolean eol() -
canIterate
-
iterate
public <T> void iterate(Predicate<T> callback, Query query, InvocationType invocationType, EntityHandler eh)
-