Uses of Class
com.google.bigtable.v2.RowFilter.Interleave
-
Uses of RowFilter.Interleave in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowFilter.InterleaveModifier and TypeMethodDescriptionRowFilter.Interleave.Builder.build()RowFilter.Interleave.Builder.buildPartial()static RowFilter.InterleaveRowFilter.Interleave.getDefaultInstance()RowFilter.Interleave.Builder.getDefaultInstanceForType()RowFilter.Interleave.getDefaultInstanceForType()RowFilter.Builder.getInterleave()Applies several RowFilters to the data in parallel and combines the results.RowFilter.getInterleave()Applies several RowFilters to the data in parallel and combines the results.RowFilterOrBuilder.getInterleave()Applies several RowFilters to the data in parallel and combines the results.static RowFilter.InterleaveRowFilter.Interleave.parseDelimitedFrom(InputStream input) static RowFilter.InterleaveRowFilter.Interleave.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(byte[] data) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(com.google.protobuf.ByteString data) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(com.google.protobuf.CodedInputStream input) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(InputStream input) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(ByteBuffer data) static RowFilter.InterleaveRowFilter.Interleave.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.v2 that return types with arguments of type RowFilter.InterleaveModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RowFilter.Interleave>RowFilter.Interleave.getParserForType()static com.google.protobuf.Parser<RowFilter.Interleave>RowFilter.Interleave.parser()Methods in com.google.bigtable.v2 with parameters of type RowFilter.InterleaveModifier and TypeMethodDescriptionRowFilter.Interleave.Builder.mergeFrom(RowFilter.Interleave other) RowFilter.Builder.mergeInterleave(RowFilter.Interleave value) Applies several RowFilters to the data in parallel and combines the results.static RowFilter.Interleave.BuilderRowFilter.Interleave.newBuilder(RowFilter.Interleave prototype) RowFilter.Builder.setInterleave(RowFilter.Interleave value) Applies several RowFilters to the data in parallel and combines the results.