|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.j_spaces.core.client.EntryInfo
@Deprecated public final class EntryInfo
ClientUIDHandler
Field Summary | |
---|---|
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, ... was performed) |
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 Summary | |
---|---|
EntryInfo(String UID,
int versionID)
Deprecated. Constructor. |
|
EntryInfo(String UID,
int versionID,
long timeToLive)
Deprecated. Constructor - for internal use only. |
Method Summary | |
---|---|
long |
getTimeToLive()
Deprecated. |
String |
getUID()
Deprecated. |
int |
getVersionID()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String m_UID
public int m_VersionID
public long m_TimeToLive
Constructor Detail |
---|
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 liveMethod Detail |
---|
public String toString()
toString
in class Object
public String getUID()
public int getVersionID()
public long getTimeToLive()
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |