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 classFamilySpecifies (some of) the contents of a single row/column family intersection of a table.static classFamily.BuilderSpecifies (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 FamilyOrBuilderRow.Builder. getFamiliesOrBuilder(int index)May be empty, but only if the entire row is empty.FamilyOrBuilderRow. getFamiliesOrBuilder(int index)May be empty, but only if the entire row is empty.FamilyOrBuilderRowOrBuilder. 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.
-