Skip navigation links
Spring Integration Cassandra Support
C G H I O S V 

C

CassandraMessageHandler<T> - Class in org.springframework.integration.cassandra.outbound
 
CassandraMessageHandler(CassandraOperations) - Constructor for class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
CassandraMessageHandler(CassandraOperations, CassandraMessageHandler.Type) - Constructor for class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
CassandraMessageHandler.Type - Enum in org.springframework.integration.cassandra.outbound
 
CassandraNamespaceHandler - Class in org.springframework.integration.cassandra.config.xml
 
CassandraNamespaceHandler() - Constructor for class org.springframework.integration.cassandra.config.xml.CassandraNamespaceHandler
 

G

getComponentType() - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 

H

handleRequestMessage(Message<?>) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 

I

init() - Method in class org.springframework.integration.cassandra.config.xml.CassandraNamespaceHandler
 

O

org.springframework.integration.cassandra.config.xml - package org.springframework.integration.cassandra.config.xml
Provides classes for Cassandra parsers and namespace handlers.
org.springframework.integration.cassandra.outbound - package org.springframework.integration.cassandra.outbound
Provides classes supporting Cassndra outbound endpoints.

S

setIngestQuery(String) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setIntegrationEvaluationContext(EvaluationContext) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setParameterExpressions(Map<String, Expression>) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setProducesReply(boolean) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setQuery(String) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setStatementExpression(Expression) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setStatementProcessor(MessageProcessor<Statement>) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
setWriteOptions(WriteOptions) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
 
shouldSplitOutput(Iterable<?>) - Method in class org.springframework.integration.cassandra.outbound.CassandraMessageHandler
Always return false to prevent a ResultSet draining on iteration.

V

valueOf(String) - Static method in enum org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.cassandra.outbound.CassandraMessageHandler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
C G H I O S V 
Skip navigation links
Spring Integration Cassandra Support