public abstract class AbstractSnapshotBase extends Object implements SnapshotBase
| Modifier | Constructor and Description |
|---|---|
|
AbstractSnapshotBase() |
protected |
AbstractSnapshotBase(AbstractSnapshotBase other) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, get, get, get, getStartTimestamp, scannerpublic AbstractSnapshotBase()
protected AbstractSnapshotBase(AbstractSnapshotBase other)
public Bytes get(Bytes row, Column column, Bytes defaultValue)
SnapshotBaseBytes) stored at a given row and Column. Returns the
passed in defaultValue if does not exist.get in interface SnapshotBasedefaultValue - this will be returned if row+columns does not existspublic Map<Column,Bytes> get(Bytes row, Column... columns)
SnapshotBaseColumns, retrieves a map that contains the values at those
Columns. Only columns that exist will be returned in map.get in interface SnapshotBasepublic Map<Bytes,Map<Column,Bytes>> get(Collection<Bytes> rows, Column... columns)
SnapshotBaseColumns, retrieves a map that contains the
values at those rows and Columns. Only rows and columns that exists will be returned in
map.get in interface SnapshotBasepublic Map<RowColumn,String> gets(Collection<RowColumn> rowColumns)
SnapshotBaseSnapshotBase.get(Collection) that uses Strings. All strings are encoded and decoded
using UTF-8.gets in interface SnapshotBasepublic Map<String,Map<Column,String>> gets(Collection<? extends CharSequence> rows, Set<Column> columns)
SnapshotBaseSnapshotBase.get(Collection, Set) that uses Strings. All strings are encoded and
decoded using UTF-8.gets in interface SnapshotBasepublic Map<String,Map<Column,String>> gets(Collection<? extends CharSequence> rows, Column... columns)
SnapshotBaseSnapshotBase.get(Collection, Set) that uses Strings. All strings are encoded and
decoded using UTF-8.gets in interface SnapshotBasepublic String gets(CharSequence row, Column column)
SnapshotBaseSnapshotBase.get(Bytes, Column) that uses Strings. All strings are encoded and decoded
using UTF-8.gets in interface SnapshotBasepublic String gets(CharSequence row, Column column, String defaultValue)
SnapshotBaseSnapshotBase.get(Bytes, Column, Bytes) that uses Strings. All strings are encoded and
decoded using UTF-8.gets in interface SnapshotBasepublic Map<Column,String> gets(CharSequence row, Set<Column> columns)
SnapshotBaseSnapshotBase.get(Bytes, Set) that uses Strings. All strings are encoded and decoded
using UTF-8.gets in interface SnapshotBasepublic Map<Column,String> gets(CharSequence row, Column... columns)
SnapshotBaseSnapshotBase.get(Bytes, Set) that uses Strings. All strings are encoded and decoded
using UTF-8.gets in interface SnapshotBaseCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.