public class Get extends RowColumns<Get>
Constructor and Description |
---|
Get(byte[] row)
Get all of the columns of a row.
|
Get(byte[] row,
byte[]... columns)
Get a set of columns of a row.
|
Get(byte[] row,
Collection<byte[]> columns)
Get a set of columns of a row.
|
Get(String row)
Get all of the columns of a row.
|
Get(String row,
Collection<String> columns)
Get a set of columns of a row.
|
Get(String row,
String... columns)
Get a set of columns of a row.
|
public Get(byte[] row)
row
- Row to get.public Get(byte[] row, byte[]... columns)
row
- Row to get.columns
- Columns to get.public Get(byte[] row, Collection<byte[]> columns)
row
- Row to get.columns
- Columns to get.public Get(String row)
row
- Row to get.public Get(String row, String... columns)
row
- Row to get.columns
- Columns to get.public Get(String row, Collection<String> columns)
row
- row to getcolumns
- columns to getCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.