public abstract class BigtableColumnFamily extends Object implements Serializable
You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.
Modifier and Type | Class and Description |
---|---|
static class |
BigtableColumnFamily.Builder |
Constructor and Description |
---|
BigtableColumnFamily() |
Modifier and Type | Method and Description |
---|---|
abstract List<BigtableColumn> |
getColumns() |
abstract String |
getEncoding() |
abstract String |
getFamilyID() |
abstract Boolean |
getOnlyReadLatest() |
abstract String |
getType() |
static BigtableColumnFamily.Builder |
newBuilder()
Returns a builder for a
BigtableColumnFamily object. |
public abstract String getFamilyID()
public abstract List<BigtableColumn> getColumns()
public abstract String getEncoding()
public abstract Boolean getOnlyReadLatest()
public abstract String getType()
public static BigtableColumnFamily.Builder newBuilder()
BigtableColumnFamily
object.Copyright © 2019 Google LLC. All rights reserved.