Uses of Class
com.google.bigtable.v2.RowFilter.Chain
-
Uses of RowFilter.Chain in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowFilter.ChainModifier and TypeMethodDescriptionRowFilter.Chain.Builder.build()RowFilter.Chain.Builder.buildPartial()RowFilter.Builder.getChain()Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.getChain()Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilterOrBuilder.getChain()Applies several RowFilters to the data in sequence, progressively narrowing the results.static RowFilter.ChainRowFilter.Chain.getDefaultInstance()RowFilter.Chain.Builder.getDefaultInstanceForType()RowFilter.Chain.getDefaultInstanceForType()static RowFilter.ChainRowFilter.Chain.parseDelimitedFrom(InputStream input) static RowFilter.ChainRowFilter.Chain.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.ChainRowFilter.Chain.parseFrom(byte[] data) static RowFilter.ChainRowFilter.Chain.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.ChainRowFilter.Chain.parseFrom(com.google.protobuf.ByteString data) static RowFilter.ChainRowFilter.Chain.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.ChainRowFilter.Chain.parseFrom(com.google.protobuf.CodedInputStream input) static RowFilter.ChainRowFilter.Chain.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.ChainRowFilter.Chain.parseFrom(InputStream input) static RowFilter.ChainRowFilter.Chain.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.ChainRowFilter.Chain.parseFrom(ByteBuffer data) static RowFilter.ChainRowFilter.Chain.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type RowFilter.ChainModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RowFilter.Chain>RowFilter.Chain.getParserForType()static com.google.protobuf.Parser<RowFilter.Chain>RowFilter.Chain.parser()Methods in com.google.bigtable.v2 with parameters of type RowFilter.ChainModifier and TypeMethodDescriptionRowFilter.Builder.mergeChain(RowFilter.Chain value) Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.Chain.Builder.mergeFrom(RowFilter.Chain other) static RowFilter.Chain.BuilderRowFilter.Chain.newBuilder(RowFilter.Chain prototype) RowFilter.Builder.setChain(RowFilter.Chain value) Applies several RowFilters to the data in sequence, progressively narrowing the results.