A
- Type of the accessorE
- Type of the Evictable
valuepublic interface EvictionCandidate<A,E extends Evictable>
Modifier and Type | Method and Description |
---|---|
A |
getAccessor()
The accessor (key or id) of
Evictable entry or record or whatever. |
E |
getEvictable()
The value of
Evictable entry or record or whatever. |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.