| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
Family
Specifies (some of) the contents of a single row/column family intersection
of a table.
|
static class |
Family.Builder
Specifies (some of) the contents of a single row/column family intersection
of a table.
|
| Modifier and Type | Method and Description |
|---|---|
FamilyOrBuilder |
RowOrBuilder.getFamiliesOrBuilder(int index)
May be empty, but only if the entire row is empty.
|
FamilyOrBuilder |
Row.getFamiliesOrBuilder(int index)
May be empty, but only if the entire row is empty.
|
FamilyOrBuilder |
Row.Builder.getFamiliesOrBuilder(int index)
May be empty, but only if the entire row is empty.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FamilyOrBuilder> |
RowOrBuilder.getFamiliesOrBuilderList()
May be empty, but only if the entire row is empty.
|
List<? extends FamilyOrBuilder> |
Row.getFamiliesOrBuilderList()
May be empty, but only if the entire row is empty.
|
List<? extends FamilyOrBuilder> |
Row.Builder.getFamiliesOrBuilderList()
May be empty, but only if the entire row is empty.
|