|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemTable.Cell | |
---|---|
org.eclipse.jgit.storage.dht.spi.memory |
Uses of MemTable.Cell in org.eclipse.jgit.storage.dht.spi.memory |
---|
Methods in org.eclipse.jgit.storage.dht.spi.memory that return MemTable.Cell | |
---|---|
MemTable.Cell |
MemTable.get(byte[] row,
byte[] col)
Get a single cell, or null. |
Methods in org.eclipse.jgit.storage.dht.spi.memory that return types with arguments of type MemTable.Cell | |
---|---|
java.lang.Iterable<MemTable.Cell> |
MemTable.scanFamily(byte[] row,
ColumnMatcher family)
Scan all cells in a row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |