MCPcopy Create free account
hub / github.com/NiceSystems/hrider / loadRows

Method loadRows

src/main/java/hrider/hbase/Scanner.java:502–562  ·  view source on GitHub ↗

Loads a specified number of rows from the hbase. @param scanner The hbase scanner to retrieve the data. @param offset The offset to start from. @param rowsNumber The number of rows to load. @param rows The loaded rows. This is the output parameter. @param columns The columns loaded

(
        ResultScanner scanner, long offset, int rowsNumber, Collection<DataRow> rows, Collection<ColumnQualifier> columns)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

getFirstRowMethod · 0.95
nextMethod · 0.95

Calls 13

isValidRowMethod · 0.95
addCellMethod · 0.95
getFullNameMethod · 0.95
getTableFactoryMethod · 0.80
nextMethod · 0.80
getKeyMethod · 0.80
getMethod · 0.45
getNameMethod · 0.45
getTableDescriptorMethod · 0.45
getRowMethod · 0.45
getFamilyMethod · 0.45

Tested by

no test coverage detected