public interface IEvictionReplicationsMarkersRepository
| Modifier and Type | Method and Description | 
|---|---|
| Object | getLockObject(String uid) | 
| IMarker | getMarker(String uid)Gets the marker associated to this uid, null of none exists. | 
| void | insert(String uid,
      IMarker marker,
      boolean alreadyLocked) | 
| boolean | isEntryEvictable(String uid,
                boolean alreadyLocked) | 
| int | reapUnused()reap markers reached | 
| void | releaseLockObject(Object lockObject) | 
| int | size()# of uids inside. | 
boolean isEntryEvictable(String uid, boolean alreadyLocked)
void releaseLockObject(Object lockObject)
IMarker getMarker(String uid)
int reapUnused()
int size()
Copyright © GigaSpaces.