public class RecentUpdatesRepository extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RecentUpdatesRepository.RecentUpdateInfo | 
| Constructor and Description | 
|---|
| RecentUpdatesRepository() | 
| Modifier and Type | Method and Description | 
|---|---|
| RecentUpdatesRepository.RecentUpdateInfo | getRecentUpdateInfo(String uid) | 
| Iterator<RecentUpdatesRepository.RecentUpdateInfo> | getRecentUpdatesIterator() | 
| void | insertToRecentUpdates(IEntryHolder entry,
                     long duration,
                     ServerTransaction xtn) | 
| boolean | removeFromRecentUpdates(IEntryHolder entry) | 
| int | size() | 
public void insertToRecentUpdates(IEntryHolder entry, long duration, ServerTransaction xtn)
public boolean removeFromRecentUpdates(IEntryHolder entry)
public RecentUpdatesRepository.RecentUpdateInfo getRecentUpdateInfo(String uid)
public Iterator<RecentUpdatesRepository.RecentUpdateInfo> getRecentUpdatesIterator()
public int size()
Copyright © GigaSpaces.