Uses of Class
com.google.bigtable.v2.ColumnRange
-
Uses of ColumnRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ColumnRangeModifier and TypeMethodDescriptionColumnRange.Builder.build()ColumnRange.Builder.buildPartial()RowFilter.Builder.getColumnRangeFilter()Matches only cells from columns within the given range.RowFilter.getColumnRangeFilter()Matches only cells from columns within the given range.RowFilterOrBuilder.getColumnRangeFilter()Matches only cells from columns within the given range.static ColumnRangeColumnRange.getDefaultInstance()ColumnRange.Builder.getDefaultInstanceForType()ColumnRange.getDefaultInstanceForType()static ColumnRangeColumnRange.parseDelimitedFrom(InputStream input) static ColumnRangeColumnRange.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnRangeColumnRange.parseFrom(byte[] data) static ColumnRangeColumnRange.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnRangeColumnRange.parseFrom(com.google.protobuf.ByteString data) static ColumnRangeColumnRange.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnRangeColumnRange.parseFrom(com.google.protobuf.CodedInputStream input) static ColumnRangeColumnRange.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnRangeColumnRange.parseFrom(InputStream input) static ColumnRangeColumnRange.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColumnRangeColumnRange.parseFrom(ByteBuffer data) static ColumnRangeColumnRange.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type ColumnRangeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ColumnRange>ColumnRange.getParserForType()static com.google.protobuf.Parser<ColumnRange>ColumnRange.parser()Methods in com.google.bigtable.v2 with parameters of type ColumnRangeModifier and TypeMethodDescriptionRowFilter.Builder.mergeColumnRangeFilter(ColumnRange value) Matches only cells from columns within the given range.ColumnRange.Builder.mergeFrom(ColumnRange other) static ColumnRange.BuilderColumnRange.newBuilder(ColumnRange prototype) RowFilter.Builder.setColumnRangeFilter(ColumnRange value) Matches only cells from columns within the given range.