- SUMMARY:
- NESTED |
- FIELD |
- CONSTR |
- METHOD
- DETAIL:
- FIELD |
- CONSTR |
- METHOD
-
- Type Parameters:
E
- Type of the Expirable
value
public interface ExpirationChecker<E extends Expirable>
Interface for entries, records or whatever that can be checked for expiration.
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
isExpired(E expirableEntry)
Checks if the given Expirable entry is expired or not.
|
- SUMMARY:
- NESTED |
- FIELD |
- CONSTR |
- METHOD
- DETAIL:
- FIELD |
- CONSTR |
- METHOD
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.