public class KarelDbCellId extends Object implements org.apache.omid.tso.client.CellId
| Constructor and Description |
|---|
KarelDbCellId(VersionedCache cache,
Comparable[] key,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
VersionedCache |
getCache() |
long |
getCellId() |
static com.google.common.hash.Hasher |
getHasher() |
Comparable[] |
getKey() |
long |
getRowId() |
long |
getTableId() |
long |
getTimestamp() |
String |
toString() |
public KarelDbCellId(VersionedCache cache, Comparable[] key, long timestamp)
public VersionedCache getCache()
public Comparable[] getKey()
public long getTimestamp()
public long getCellId()
getCellId in interface org.apache.omid.tso.client.CellIdpublic long getTableId()
getTableId in interface org.apache.omid.tso.client.CellIdpublic long getRowId()
getRowId in interface org.apache.omid.tso.client.CellIdpublic static com.google.common.hash.Hasher getHasher()
Copyright © 2020. All rights reserved.