public class NamedCassandraIdempotentRepository extends CassandraIdempotentRepository
CassandraIdempotentRepository using 2 columns as primary key: name (partition key)
and key (clustering key).| Constructor and Description |
|---|
NamedCassandraIdempotentRepository() |
NamedCassandraIdempotentRepository(com.datastax.oss.driver.api.core.CqlSession session,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String name) |
add, clear, confirm, contains, doStart, doStop, getPKColumns, getPKValues, getPrefixPKValues, getReadConsistencyLevel, getSession, getTable, getTtl, getWriteConsistencyLevel, initClearStatement, initDeleteStatement, initInsertStatement, initSelectStatement, isApplied, remove, setPKColumns, setPrefixPKValues, setReadConsistencyLevel, setSession, setTable, setTtl, setWriteConsistencyLevelbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, confirm, contains, removepublic NamedCassandraIdempotentRepository()
public NamedCassandraIdempotentRepository(com.datastax.oss.driver.api.core.CqlSession session,
String name)
Apache Camel