public class MemoryStoredData extends SoftReference<VType> implements Data
Data from DataStorage stored in memory.| Constructor and Description |
|---|
MemoryStoredData(org.epics.util.time.Timestamp timestamp,
VType value,
ReferenceQueue<VType> q) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Data sd) |
boolean |
equals(Object obj) |
org.epics.util.time.Timestamp |
getTimestamp() |
VType |
getValue() |
int |
hashCode() |
String |
toString() |
getclear, enqueue, isEnqueuedpublic MemoryStoredData(org.epics.util.time.Timestamp timestamp,
VType value,
ReferenceQueue<VType> q)
public org.epics.util.time.Timestamp getTimestamp()
getTimestamp in interface Datapublic int compareTo(Data sd)
compareTo in interface Comparable<Data>Copyright © 2010–2015. All rights reserved.