Uses of Interface
org.springframework.data.cassandra.core.cql.ExecutionProfileResolver
Packages that use ExecutionProfileResolver
Package
Description
Apache Cassandra core support.
CQL core support.
-
Uses of ExecutionProfileResolver in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core with parameters of type ExecutionProfileResolverModifier and TypeMethodDescriptionDeleteOptions.DeleteOptionsBuilder.executionProfile(ExecutionProfileResolver executionProfileResolver) InsertOptions.InsertOptionsBuilder.executionProfile(ExecutionProfileResolver executionProfileResolver) UpdateOptions.UpdateOptionsBuilder.executionProfile(ExecutionProfileResolver executionProfileResolver) -
Uses of ExecutionProfileResolver in org.springframework.data.cassandra.core.cql
Fields in org.springframework.data.cassandra.core.cql declared as ExecutionProfileResolverModifier and TypeFieldDescriptionprotected ExecutionProfileResolverQueryOptions.QueryOptionsBuilder.executionProfileResolverMethods in org.springframework.data.cassandra.core.cql that return ExecutionProfileResolverModifier and TypeMethodDescriptionstatic ExecutionProfileResolverExecutionProfileResolver.from(com.datastax.oss.driver.api.core.config.DriverExecutionProfile driverExecutionProfile) Create aExecutionProfileResolverfrom aDriverExecutionProfileto apply the profile object.static ExecutionProfileResolverCreate aExecutionProfileResolverfrom aprofileName.CassandraAccessor.getExecutionProfileResolver()protected ExecutionProfileResolverQueryOptions.getExecutionProfileResolver()ReactiveCqlTemplate.getExecutionProfileResolver()static ExecutionProfileResolverExecutionProfileResolver.none()Create a no-opExecutionProfileResolverthat preserves theStatementsettings.Methods in org.springframework.data.cassandra.core.cql with parameters of type ExecutionProfileResolverModifier and TypeMethodDescriptionQueryOptions.QueryOptionsBuilder.executionProfile(ExecutionProfileResolver executionProfileResolver) Sets theExecutionProfileResolverto use.WriteOptions.WriteOptionsBuilder.executionProfile(ExecutionProfileResolver executionProfileResolver) voidCassandraAccessor.setExecutionProfileResolver(ExecutionProfileResolver executionProfileResolver) Set theExecutionProfileResolverfor this template.voidReactiveCqlTemplate.setExecutionProfileResolver(ExecutionProfileResolver executionProfileResolver) Set theExecutionProfileResolverfor this template.Constructors in org.springframework.data.cassandra.core.cql with parameters of type ExecutionProfileResolverModifierConstructorDescriptionprotectedQueryOptions(@Nullable com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel, ExecutionProfileResolver executionProfileResolver, @Nullable Boolean idempotent, @Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, @Nullable Integer pageSize, @Nullable com.datastax.oss.driver.api.core.CqlIdentifier routingKeyspace, @Nullable ByteBuffer routingKey, @Nullable com.datastax.oss.driver.api.core.ConsistencyLevel serialConsistencyLevel, Duration timeout, @Nullable Boolean tracing) protectedWriteOptions(@Nullable com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel, ExecutionProfileResolver executionProfileResolver, @Nullable Boolean idempotent, @Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, @Nullable Integer pageSize, @Nullable com.datastax.oss.driver.api.core.CqlIdentifier routingKeyspace, @Nullable ByteBuffer routingKey, @Nullable com.datastax.oss.driver.api.core.ConsistencyLevel serialConsistencyLevel, Duration timeout, @Nullable Duration ttl, @Nullable Long timestamp, @Nullable Boolean tracing)