@ConfigurationProperties(value="cassandra") public class CassandraConsumerProperties extends Object
Constructor and Description |
---|
CassandraConsumerProperties() |
Modifier and Type | Method and Description |
---|---|
com.datastax.oss.driver.api.core.ConsistencyLevel |
getConsistencyLevel() |
String |
getIngestQuery() |
org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type |
getQueryType() |
org.springframework.expression.Expression |
getStatementExpression() |
int |
getTtl() |
void |
setConsistencyLevel(com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel) |
void |
setIngestQuery(String ingestQuery) |
void |
setQueryType(org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type queryType) |
void |
setStatementExpression(org.springframework.expression.Expression statementExpression) |
void |
setTtl(int ttl) |
public int getTtl()
public void setTtl(int ttl)
public org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type getQueryType()
public void setQueryType(org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type queryType)
public String getIngestQuery()
public void setIngestQuery(String ingestQuery)
public org.springframework.expression.Expression getStatementExpression()
public void setStatementExpression(org.springframework.expression.Expression statementExpression)
public com.datastax.oss.driver.api.core.ConsistencyLevel getConsistencyLevel()
public void setConsistencyLevel(com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel)
Copyright © 2022. All rights reserved.