Class CellReference
java.lang.Object
com.palantir.atlasdb.keyvalue.api.CellReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cell
cell()
int
goodHash()
Cell.hashCode()
implementation has a rather unfortunate case where it is always 0 if the row name and the column name match.static CellReference
of
(TableReference tableRef, Cell cell) abstract TableReference
tableRef()
-
Constructor Details
-
CellReference
public CellReference()
-
-
Method Details
-
tableRef
-
cell
-
goodHash
public int goodHash()Cell.hashCode()
implementation has a rather unfortunate case where it is always 0 if the row name and the column name match. We did not want to change it to keep backwards compatibility, but we need a uniform distribution here for all reasonable patterns. -
of
-