Class BinaryId
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.modules.BinaryId
-
public class BinaryId extends Object
A binary id. Internally, this class uses 3 longs (64-bit) values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getLength()
long
getLongHash()
Get a 64-bit hash value.int
hashCode()
-
-
-
Constructor Detail
-
BinaryId
public BinaryId(String identifier)
-
-