public class QueryStore extends Object
| コンストラクタと説明 |
|---|
QueryStore() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RemoteValue<?> |
get(QueryId qid)
Get the remote value object corresponds to the query id.
|
int |
getExpiredCount()
Returns the number of expired remote values.
|
int |
getReadCount()
Returns the number of read remote values.
|
int |
getStoredCount()
Returns the number of stored remote values.
|
static void |
main(String[] args) |
void |
put(QueryId qid,
RemoteValue<?> rval)
Store the remote value object.
|
void |
removeExpired(long expireTime)
Remove expired remote value.
|
public RemoteValue<?> get(QueryId qid)
qid - the query id.public void put(QueryId qid, RemoteValue<?> rval)
qid - the query idrval - the remote value.public void removeExpired(long expireTime)
expireTime - the duration of the expiration.public int getStoredCount()
public int getExpiredCount()
public int getReadCount()
public static void main(String[] args)
Copyright © 2017. All rights reserved.