public class InsertOptions extends WriteOptions
WriteOptions for use with INSERT operations.| Modifier and Type | Class and Description |
|---|---|
static class |
InsertOptions.InsertOptionsBuilder
Builder for
InsertOptions. |
WriteOptions.WriteOptionsBuilderQueryOptions.QueryOptionsBuilder| Modifier and Type | Method and Description |
|---|---|
static InsertOptions.InsertOptionsBuilder |
builder()
Create a new
InsertOptions.InsertOptionsBuilder. |
protected boolean |
canEqual(Object other) |
static InsertOptions |
empty()
Create default
InsertOptions. |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isIfNotExists() |
InsertOptions.InsertOptionsBuilder |
mutate()
Create a new
InsertOptions.InsertOptionsBuilder to mutate properties of this InsertOptions. |
getTtlgetConsistencyLevel, getFetchSize, getReadTimeout, getRetryPolicy, getTracingpublic static InsertOptions.InsertOptionsBuilder builder()
InsertOptions.InsertOptionsBuilder.InsertOptions.InsertOptionsBuilder.public static InsertOptions empty()
InsertOptions.InsertOptions.public InsertOptions.InsertOptionsBuilder mutate()
InsertOptions.InsertOptionsBuilder to mutate properties of this InsertOptions.mutate in class WriteOptionsInsertOptions.InsertOptionsBuilder initialized with this InsertOptions.public boolean isIfNotExists()
IF NOT EXISTS to INSERT operations.@Generated(value="lombok") public boolean equals(Object o)
equals in class WriteOptions@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual in class WriteOptions@Generated(value="lombok") public int hashCode()
hashCode in class WriteOptionsCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.