public class SnapshotMap extends Object implements Serializable
| Constructor and Description |
|---|
SnapshotMap() |
SnapshotMap(Timestamp snapshotDate) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyPair> |
get(UUID key) |
PropertyPair |
get(UUID key,
commonj.sdo.Property prop) |
UUID[] |
getKeys() |
Timestamp |
getSnapshotDate() |
Long |
getSnapshotNannoTime() |
void |
put(UUID key,
PropertyPair value) |
List<PropertyPair> |
remove(UUID key) |
public SnapshotMap()
public SnapshotMap(Timestamp snapshotDate)
public Timestamp getSnapshotDate()
public Long getSnapshotNannoTime()
public UUID[] getKeys()
public void put(UUID key, PropertyPair value)
public List<PropertyPair> get(UUID key)
public PropertyPair get(UUID key, commonj.sdo.Property prop)
public List<PropertyPair> remove(UUID key)
Copyright © 2021. All rights reserved.