Uses of Class
org.apache.cassandra.db.MultiCBuilder
Packages that use MultiCBuilder
-
Uses of MultiCBuilder in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions that return MultiCBuilderModifier and TypeMethodDescriptionMultiColumnRestriction.SliceRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) SingleColumnRestriction.ContainsRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) SingleColumnRestriction.SliceRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) default MultiCBuilderSingleRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) Appends the values of theSingleRestrictionfor the specified bound to the specified builder.MultiColumnRestriction.EQRestriction.appendTo(MultiCBuilder builder, QueryOptions options) MultiColumnRestriction.INRestriction.appendTo(MultiCBuilder builder, QueryOptions options) Appends the values of thisSingleRestrictionto the specified builder.MultiColumnRestriction.NotNullRestriction.appendTo(MultiCBuilder builder, QueryOptions options) MultiColumnRestriction.SliceRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.AnnRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.ContainsRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.EQRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.INRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.IsNotNullRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.LikeRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.SliceRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleRestriction.appendTo(MultiCBuilder builder, QueryOptions options) Appends the values of thisSingleRestrictionto the specified builder.Methods in org.apache.cassandra.cql3.restrictions with parameters of type MultiCBuilderModifier and TypeMethodDescriptionMultiColumnRestriction.SliceRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) SingleColumnRestriction.ContainsRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) SingleColumnRestriction.SliceRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) default MultiCBuilderSingleRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) Appends the values of theSingleRestrictionfor the specified bound to the specified builder.MultiColumnRestriction.EQRestriction.appendTo(MultiCBuilder builder, QueryOptions options) MultiColumnRestriction.INRestriction.appendTo(MultiCBuilder builder, QueryOptions options) Appends the values of thisSingleRestrictionto the specified builder.MultiColumnRestriction.NotNullRestriction.appendTo(MultiCBuilder builder, QueryOptions options) MultiColumnRestriction.SliceRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.AnnRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.ContainsRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.EQRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.INRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.IsNotNullRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.LikeRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleColumnRestriction.SliceRestriction.appendTo(MultiCBuilder builder, QueryOptions options) SingleRestriction.appendTo(MultiCBuilder builder, QueryOptions options) Appends the values of thisSingleRestrictionto the specified builder. -
Uses of MultiCBuilder in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return MultiCBuilderModifier and TypeMethodDescriptionabstract MultiCBuilderMultiCBuilder.addAllElementsToAll(List<List<ByteBuffer>> values) Adds individually each of the specified list of elements to the end of all of the existing composites.abstract MultiCBuilderMultiCBuilder.addEachElementToAll(List<ByteBuffer> values) Adds individually each of the specified elements to the end of all of the existing clusterings.abstract MultiCBuilderMultiCBuilder.addElementToAll(ByteBuffer value) Adds the specified element to all the clusterings.static MultiCBuilderMultiCBuilder.create(ClusteringComparator comparator, boolean forMultipleValues) Creates a new emptyMultiCBuilder.