| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| Modifier and Type | Method and Description |
|---|---|
InsertOptions |
InsertOptions.InsertOptionsBuilder.build()
Builds a new
InsertOptions with the configured values. |
static InsertOptions |
InsertOptions.empty()
Create default
InsertOptions. |
| Modifier and Type | Method and Description |
|---|---|
ListenableFuture<WriteResult> |
AsyncCassandraOperations.insert(Object entity,
InsertOptions options)
Insert the given entity applying
WriteOptions and return the entity if the insert was applied. |
WriteResult |
CassandraTemplate.insert(Object entity,
InsertOptions options) |
WriteResult |
CassandraOperations.insert(Object entity,
InsertOptions options)
Insert the given entity applying
WriteOptions and return the entity if the insert was applied. |
reactor.core.publisher.Mono<WriteResult> |
ReactiveCassandraOperations.insert(Object entity,
InsertOptions options)
Insert the given entity applying
WriteOptions and emit the entity if the insert was applied. |
reactor.core.publisher.Mono<WriteResult> |
ReactiveCassandraTemplate.insert(Object entity,
InsertOptions options) |
ListenableFuture<WriteResult> |
AsyncCassandraTemplate.insert(Object entity,
InsertOptions options) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.