Uses of Interface
com.google.bigtable.v2.FamilyOrBuilder
-
Packages that use FamilyOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of FamilyOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement FamilyOrBuilder Modifier and Type Class 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.Methods in com.google.bigtable.v2 that return FamilyOrBuilder Modifier and Type Method Description FamilyOrBuilder
Row.Builder. 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
RowOrBuilder. getFamiliesOrBuilder(int index)
May be empty, but only if the entire row is empty.Methods in com.google.bigtable.v2 that return types with arguments of type FamilyOrBuilder Modifier and Type Method Description List<? extends FamilyOrBuilder>
Row.Builder. 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>
RowOrBuilder. getFamiliesOrBuilderList()
May be empty, but only if the entire row is empty.
-