Class CassandraConsumerProperties
java.lang.Object
org.springframework.cloud.fn.consumer.cassandra.CassandraConsumerProperties
- Author:
- Artem Bilan, Thomas Risberg
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.ConsistencyLevel
org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type
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
(Expression statementExpression) void
setTtl
(int ttl)
-
Constructor Details
-
CassandraConsumerProperties
public CassandraConsumerProperties()
-
-
Method Details
-
getTtl
public int getTtl() -
setTtl
public void setTtl(int ttl) -
getQueryType
public org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type getQueryType() -
setQueryType
public void setQueryType(org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type queryType) -
getIngestQuery
-
setIngestQuery
-
getStatementExpression
-
setStatementExpression
-
getConsistencyLevel
public com.datastax.oss.driver.api.core.ConsistencyLevel getConsistencyLevel() -
setConsistencyLevel
public void setConsistencyLevel(com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel)
-