Uses of Class
io.stargate.sdk.rest.domain.ClusteringExpression
Packages that use ClusteringExpression
-
Uses of ClusteringExpression in io.stargate.sdk.rest.domain
Methods in io.stargate.sdk.rest.domain that return types with arguments of type ClusteringExpressionModifier and TypeMethodDescriptionTableOptions.getClusteringExpression()Getter accessor for attribute 'clusteringExpression'.Method parameters in io.stargate.sdk.rest.domain with type arguments of type ClusteringExpressionModifier and TypeMethodDescriptionvoidTableOptions.setClusteringExpression(List<ClusteringExpression> clusteringExpression) Setter accessor for attribute 'clusteringExpression'.Constructor parameters in io.stargate.sdk.rest.domain with type arguments of type ClusteringExpressionModifierConstructorDescriptionTableOptions(int ttl, List<ClusteringExpression> cols) Constructor with Parameters.