Index
All Classes and Interfaces|All Packages
C
- CassandraAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure
-
Auto-configurationfor Cassandra. - CassandraConnectionDetails - Interface in org.springframework.boot.cassandra.autoconfigure
-
Details required to establish a connection to a Cassandra service.
- CassandraConnectionDetails.Node - Record Class in org.springframework.boot.cassandra.autoconfigure
-
A Cassandra node.
- CassandraDriverHealthIndicator - Class in org.springframework.boot.cassandra.health
-
Simple implementation of a
HealthIndicatorreturning status information for Cassandra data stores. - CassandraDriverHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.cassandra.health.CassandraDriverHealthIndicator
-
Create a new
CassandraDriverHealthIndicatorinstance. - CassandraDriverReactiveHealthIndicator - Class in org.springframework.boot.cassandra.health
-
Simple implementation of a
ReactiveHealthIndicatorreturning status information for Cassandra data stores. - CassandraDriverReactiveHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.cassandra.health.CassandraDriverReactiveHealthIndicator
-
Create a new
CassandraDriverReactiveHealthIndicatorinstance. - CassandraHealthContributorAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure.health
-
Auto-configurationforCassandraDriverHealthIndicator. - CassandraHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.cassandra.autoconfigure.health.CassandraHealthContributorAutoConfiguration
- CassandraProperties - Class in org.springframework.boot.cassandra.autoconfigure
-
Configuration properties for Cassandra.
- CassandraProperties() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- CassandraProperties.Compression - Enum Class in org.springframework.boot.cassandra.autoconfigure
-
Name of the algorithm used to compress protocol frames.
- CassandraProperties.Connection - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Controlconnection - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Pool - Class in org.springframework.boot.cassandra.autoconfigure
-
Pool properties.
- CassandraProperties.Request - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Ssl - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Throttler - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.ThrottlerType - Enum Class in org.springframework.boot.cassandra.autoconfigure
- CassandraReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure.health
-
Auto-configurationforCassandraDriverReactiveHealthIndicator. - CassandraReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.cassandra.autoconfigure.health.CassandraReactiveHealthContributorAutoConfiguration
- CONCURRENCY_LIMITING - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
-
Limit the number of requests that can be executed in parallel.
- Connection() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Connection
- Controlconnection() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Controlconnection
- CqlSessionBuilderCustomizer - Interface in org.springframework.boot.cassandra.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
CqlSessionBuilderto fine-tune its auto-configuration before it creates aCqlSession. - customize(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.boot.cassandra.autoconfigure.DriverConfigLoaderBuilderCustomizer
-
Customize the DriverConfigLoader builder.
- customize(CqlSessionBuilder) - Method in interface org.springframework.boot.cassandra.autoconfigure.CqlSessionBuilderCustomizer
-
Customize the
CqlSessionBuilder.
D
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.cassandra.health.CassandraDriverHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.cassandra.health.CassandraDriverReactiveHealthIndicator
- DriverConfigLoaderBuilderCustomizer - Interface in org.springframework.boot.cassandra.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
DriverConfigLoaderBuilderCustomizerto fine-tune its auto-configuration before it creates aDriverConfigLoader.
E
- equals(Object) - Method in record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Indicates whether some other object is "equal to" this one.
G
- getBundle() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Ssl
- getCompression() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getConfig() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getConnection() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getConnectTimeout() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Connection
- getConsistency() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- getContactPoints() - Method in interface org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails
-
Cluster node addresses.
- getContactPoints() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getControlconnection() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getDrainInterval() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- getHeartbeatInterval() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Pool
- getIdleTimeout() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Pool
- getInitQueryTimeout() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Connection
- getKeyspaceName() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getLocalDatacenter() - Method in interface org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails
-
Datacenter that is considered "local".
- getLocalDatacenter() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getMaxConcurrentRequests() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- getMaxQueueSize() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- getMaxRequestsPerSecond() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- getPageSize() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- getPassword() - Method in interface org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails
-
Login password of the server.
- getPassword() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getPool() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getPort() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getRequest() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getSchemaAction() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getSerialConsistency() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- getSessionName() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getSsl() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- getSslBundle() - Method in interface org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails
-
SSL bundle to use.
- getThrottler() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- getTimeout() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Controlconnection
- getTimeout() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- getType() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- getUsername() - Method in interface org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails
-
Login user of the server.
- getUsername() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
H
- hashCode() - Method in record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Returns a hash code value for this object.
- host() - Method in record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Returns the value of the
hostrecord component.
I
- isEnabled() - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Ssl
L
- LZ4 - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Compression
-
Requires 'net.jpountz.lz4:lz4'.
N
- Node(String, int) - Constructor for record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Creates an instance of a
Noderecord class. - NONE - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Compression
-
No compression.
- NONE - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
-
No request throttling.
O
- org.springframework.boot.cassandra.autoconfigure - package org.springframework.boot.cassandra.autoconfigure
-
Auto-configuration for Cassandra.
- org.springframework.boot.cassandra.autoconfigure.health - package org.springframework.boot.cassandra.autoconfigure.health
-
Auto-configuration for Cassandra health.
- org.springframework.boot.cassandra.health - package org.springframework.boot.cassandra.health
-
Health integration for Cassandra.
P
- Pool() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Pool
- port() - Method in record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Returns the value of the
portrecord component.
R
- RATE_LIMITING - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
-
Limits the request rate per second.
- Request() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
S
- setBundle(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Ssl
- setCompression(CassandraProperties.Compression) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setConfig(Resource) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setConnectTimeout(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Connection
- setConsistency(DefaultConsistencyLevel) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- setContactPoints(List) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setDrainInterval(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- setEnabled(boolean) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Ssl
- setHeartbeatInterval(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Pool
- setIdleTimeout(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Pool
- setInitQueryTimeout(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Connection
- setKeyspaceName(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setLocalDatacenter(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setMaxConcurrentRequests(Integer) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- setMaxQueueSize(Integer) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- setMaxRequestsPerSecond(Integer) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- setPageSize(Integer) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- setPassword(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setPort(int) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setSchemaAction(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setSerialConsistency(DefaultConsistencyLevel) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- setSessionName(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setSsl(CassandraProperties.Ssl) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- setTimeout(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Controlconnection
- setTimeout(Duration) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Request
- setType(CassandraProperties.ThrottlerType) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- setUsername(String) - Method in class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- SNAPPY - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Compression
-
Requires org.xerial.snappy:snappy-java.
- Ssl() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Ssl
T
- Throttler() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Throttler
- toString() - Method in record class org.springframework.boot.cassandra.autoconfigure.CassandraConnectionDetails.Node
-
Returns a string representation of this record class.
- type() - Method in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
V
- valueOf(String) - Static method in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Compression
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Compression
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages