@Deprecated public final class EntryInfo extends Object
ClientUIDHandler| Modifier and Type | Field and Description | 
|---|---|
long | 
m_TimeToLive
Deprecated.  
output-only, time (in milliseconds) left for this entry to live (correct for the time the
 operation- read,take under xtn, update, ... 
 | 
String | 
m_UID
Deprecated.  
Unique ID of the entry. 
 | 
int | 
m_VersionID
Deprecated.  
Version ID, initially each entry is written with versionID of 1 and it is incremented in each
 update. 
 | 
| Constructor and Description | 
|---|
EntryInfo(String UID,
         int versionID)
Deprecated.  
Constructor. 
 | 
EntryInfo(String UID,
         int versionID,
         long timeToLive)
Deprecated.  
Constructor - for internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getTimeToLive()
Deprecated.  
  | 
String | 
getUID()
Deprecated.  
  | 
int | 
getVersionID()
Deprecated.  
  | 
String | 
toString()
Deprecated.  
 | 
public String m_UID
public int m_VersionID
public long m_TimeToLive
public EntryInfo(String UID, int versionID)
UID - unique ID of the entryversionID - entry version (used in optimistic locking)public EntryInfo(String UID, int versionID, long timeToLive)
UID - entry unique ID of the entryversionID - entry version (used in optimistic locking)timeToLive - time for this entry to liveCopyright © GigaSpaces.