Searched refs:getID (Results 1 – 4 of 4) sorted by relevance
44 public int getID() { in getID() method in ColumnFamilyHandle46 return getID(nativeHandle_); in getID()80 getID() == that.getID() && in equals()90 return Objects.hash(getName(), getID(), rocksDB_.nativeHandle_); in hashCode()116 private native int getID(final long handle); in getID() method in ColumnFamilyHandle
1732 public long getID() { in getID() method in Transaction1734 return getID(nativeHandle_); in getID()2011 private native long getID(final long handle); in getID() method in Transaction
77 assertThat(cfh.getID()).isEqualTo(0); in defaultColumnFamily()109 assertThat(columnFamilyHandle.getID()).isEqualTo(1); in createColumnFamily()
183 assertThat(txn.getID()).isGreaterThan(0); in ID()