Home
last modified time | relevance | path

Searched refs:getLeastSigBits (Results 1 – 4 of 4) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/
H A DWALKey.java643 .getLeastSigBits())); in readFieldsFromPb()
646 clusterIds.add(new UUID(clusterId.getMostSigBits(), clusterId.getLeastSigBits())); in readFieldsFromPb()
H A DWALSplitter.java2312 clusterIds.add(new UUID(uuid.getMostSigBits(), uuid.getLeastSigBits())); in getMutationsFromWALEntry()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/
H A DReplicationSink.java186 return new java.util.UUID(uuid.getMostSigBits(), uuid.getLeastSigBits()); in toUUID()
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DHBaseProtos.java15355 long getLeastSigBits(); in getLeastSigBits() method
15480 public long getLeastSigBits() { in getLeastSigBits() method in HBaseProtos.UUID
15572 result = result && (getLeastSigBits() in equals()
15573 == other.getLeastSigBits()); in equals()
15595 hash = (53 * hash) + hashLong(getLeastSigBits()); in hashCode()
15767 setLeastSigBits(other.getLeastSigBits()); in mergeFrom()
15818 public long getLeastSigBits() { in getLeastSigBits() method in HBaseProtos.UUID.Builder